Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-0938
Vulnerability from cvelistv5
Published
2025-01-31 17:51
Modified
2025-03-14 10:03
Severity ?
EPSS score ?
Summary
The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 0 Version: 3.13.0 Version: 3.14.0a1 |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2025-0938", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2025-01-31T18:50:16.654297Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2025-01-31T18:50:29.327Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2025-03-14T10:03:07.501Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "https://security.netapp.com/advisory/ntap-20250314-0002/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "CPython", "repo": "https://github.com/python/cpython", "vendor": "Python Software Foundation", "versions": [ { "lessThan": "3.12.9", "status": "affected", "version": "0", "versionType": "python" }, { "lessThan": "3.13.2", "status": "affected", "version": "3.13.0", "versionType": "python" }, { "lessThan": "3.14.0a5", "status": "affected", "version": "3.14.0a1", "versionType": "python" } ] } ], "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.\u003cbr\u003e" } ], "value": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers." } ], "metrics": [ { "cvssV4_0": { "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "Safety": "NOT_DEFINED", "attackComplexity": "HIGH", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "baseScore": 6.3, "baseSeverity": "MEDIUM", "privilegesRequired": "NONE", "providerUrgency": "NOT_DEFINED", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "LOW", "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:L/SA:N", "version": "4.0", "vulnAvailabilityImpact": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "LOW", "vulnerabilityResponseEffort": "NOT_DEFINED" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-20", "description": "CWE-20 Improper Input Validation", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-02-28T19:10:34.555Z", "orgId": "28c92f92-d60d-412d-b760-e73465c3df22", "shortName": "PSF" }, "references": [ { "tags": [ "issue-tracking" ], "url": "https://github.com/python/cpython/issues/105704" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/pull/129418" }, { "tags": [ "vendor-advisory" ], "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab" }, { "tags": [ "patch" ], "url": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32" } ], "source": { "discovery": "UNKNOWN" }, "title": "URL parser allowed square brackets in domain names", "x_generator": { "engine": "Vulnogram 0.2.0" } } }, "cveMetadata": { "assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22", "assignerShortName": "PSF", "cveId": "CVE-2025-0938", "datePublished": "2025-01-31T17:51:35.898Z", "dateReserved": "2025-01-31T17:45:10.107Z", "dateUpdated": "2025-03-14T10:03:07.501Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-0938\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2025-01-31T18:15:38.053\",\"lastModified\":\"2025-03-14T10:15:15.847\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.\"},{\"lang\":\"es\",\"value\":\"Las funciones est\u00e1ndar librer\u00eda de Python `urllib.parse.urlsplit` y `urlparse` aceptaban nombres de dominio que inclu\u00edan corchetes, lo que no es v\u00e1lido seg\u00fan RFC 3986. Los corchetes solo se deben usar como delimitadores para especificar hosts IPv6 e IPvFuture en las URL. Esto podr\u00eda generar un an\u00e1lisis diferencial entre el analizador de URL de Python y otros analizadores de URL que cumplen con las especificaciones.\"}],\"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:L/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\":\"LOW\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-20\"}]}],\"references\":[{\"url\":\"https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/105704\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/129418\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/\",\"source\":\"cna@python.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250314-0002/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250314-0002/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-03-14T10:03:07.501Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-0938\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-31T18:50:16.654297Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-31T18:50:24.989Z\"}}], \"cna\": {\"title\": \"URL parser allowed square brackets in domain names\", \"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:L/SA:N\", \"providerUrgency\": \"NOT_DEFINED\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"LOW\", \"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\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.12.9\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.2\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0a5\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/105704\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/129418\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-20\", \"description\": \"CWE-20 Improper Input Validation\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-02-28T19:10:34.555Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-0938\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-14T10:03:07.501Z\", \"dateReserved\": \"2025-01-31T17:45:10.107Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2025-01-31T17:51:35.898Z\", \"assignerShortName\": \"PSF\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
opensuse-su-2025:14761-1
Vulnerability from csaf_opensuse
Published
2025-02-09 00:00
Modified
2025-02-09 00:00
Summary
python314-3.14.0~a4-1.1 on GA media
Notes
Title of the patch
python314-3.14.0~a4-1.1 on GA media
Description of the patch
These are all security issues fixed in the python314-3.14.0~a4-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14761
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.0~a4-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python314-3.14.0~a4-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14761", "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-2025_14761-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14761-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/APT6NEQOKF6AA6ZKZAMWYFX5FHCH6Y2T/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14761-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/APT6NEQOKF6AA6ZKZAMWYFX5FHCH6Y2T/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python314-3.14.0~a4-1.1 on GA media", "tracking": { "current_release_date": "2025-02-09T00:00:00Z", "generator": { "date": "2025-02-09T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14761-1", "initial_release_date": "2025-02-09T00:00:00Z", "revision_history": [ { "date": "2025-02-09T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python314-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-3.14.0~a4-1.1.aarch64", "product_id": "python314-3.14.0~a4-1.1.aarch64" } }, { "category": "product_version", "name": "python314-curses-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-curses-3.14.0~a4-1.1.aarch64", "product_id": "python314-curses-3.14.0~a4-1.1.aarch64" } }, { "category": "product_version", "name": "python314-dbm-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-dbm-3.14.0~a4-1.1.aarch64", "product_id": "python314-dbm-3.14.0~a4-1.1.aarch64" } }, { "category": "product_version", "name": "python314-idle-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-idle-3.14.0~a4-1.1.aarch64", "product_id": "python314-idle-3.14.0~a4-1.1.aarch64" } }, { "category": "product_version", "name": "python314-tk-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-tk-3.14.0~a4-1.1.aarch64", "product_id": "python314-tk-3.14.0~a4-1.1.aarch64" } }, { "category": "product_version", "name": "python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "product": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "product_id": "python314-x86-64-v3-3.14.0~a4-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python314-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-3.14.0~a4-1.1.ppc64le", "product_id": "python314-3.14.0~a4-1.1.ppc64le" } }, { "category": "product_version", "name": "python314-curses-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-curses-3.14.0~a4-1.1.ppc64le", "product_id": "python314-curses-3.14.0~a4-1.1.ppc64le" } }, { "category": "product_version", "name": "python314-dbm-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-dbm-3.14.0~a4-1.1.ppc64le", "product_id": "python314-dbm-3.14.0~a4-1.1.ppc64le" } }, { "category": "product_version", "name": "python314-idle-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-idle-3.14.0~a4-1.1.ppc64le", "product_id": "python314-idle-3.14.0~a4-1.1.ppc64le" } }, { "category": "product_version", "name": "python314-tk-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-tk-3.14.0~a4-1.1.ppc64le", "product_id": "python314-tk-3.14.0~a4-1.1.ppc64le" } }, { "category": "product_version", "name": "python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "product": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "product_id": "python314-x86-64-v3-3.14.0~a4-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python314-3.14.0~a4-1.1.s390x", "product": { "name": "python314-3.14.0~a4-1.1.s390x", "product_id": "python314-3.14.0~a4-1.1.s390x" } }, { "category": "product_version", "name": "python314-curses-3.14.0~a4-1.1.s390x", "product": { "name": "python314-curses-3.14.0~a4-1.1.s390x", "product_id": "python314-curses-3.14.0~a4-1.1.s390x" } }, { "category": "product_version", "name": "python314-dbm-3.14.0~a4-1.1.s390x", "product": { "name": "python314-dbm-3.14.0~a4-1.1.s390x", "product_id": "python314-dbm-3.14.0~a4-1.1.s390x" } }, { "category": "product_version", "name": "python314-idle-3.14.0~a4-1.1.s390x", "product": { "name": "python314-idle-3.14.0~a4-1.1.s390x", "product_id": "python314-idle-3.14.0~a4-1.1.s390x" } }, { "category": "product_version", "name": "python314-tk-3.14.0~a4-1.1.s390x", "product": { "name": "python314-tk-3.14.0~a4-1.1.s390x", "product_id": "python314-tk-3.14.0~a4-1.1.s390x" } }, { "category": "product_version", "name": "python314-x86-64-v3-3.14.0~a4-1.1.s390x", "product": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.s390x", "product_id": "python314-x86-64-v3-3.14.0~a4-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python314-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-3.14.0~a4-1.1.x86_64", "product_id": "python314-3.14.0~a4-1.1.x86_64" } }, { "category": "product_version", "name": "python314-curses-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-curses-3.14.0~a4-1.1.x86_64", "product_id": "python314-curses-3.14.0~a4-1.1.x86_64" } }, { "category": "product_version", "name": "python314-dbm-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-dbm-3.14.0~a4-1.1.x86_64", "product_id": "python314-dbm-3.14.0~a4-1.1.x86_64" } }, { "category": "product_version", "name": "python314-idle-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-idle-3.14.0~a4-1.1.x86_64", "product_id": "python314-idle-3.14.0~a4-1.1.x86_64" } }, { "category": "product_version", "name": "python314-tk-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-tk-3.14.0~a4-1.1.x86_64", "product_id": "python314-tk-3.14.0~a4-1.1.x86_64" } }, { "category": "product_version", "name": "python314-x86-64-v3-3.14.0~a4-1.1.x86_64", "product": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.x86_64", "product_id": "python314-x86-64-v3-3.14.0~a4-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.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-curses-3.14.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-curses-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-curses-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-curses-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-curses-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-curses-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-curses-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-curses-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-dbm-3.14.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-dbm-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-dbm-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-dbm-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-dbm-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-dbm-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-dbm-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-dbm-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-idle-3.14.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-idle-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-idle-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-idle-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-idle-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-idle-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-idle-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-idle-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-tk-3.14.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-tk-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-tk-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-tk-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-tk-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-tk-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-tk-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-tk-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.aarch64" }, "product_reference": "python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.ppc64le" }, "product_reference": "python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.s390x" }, "product_reference": "python314-x86-64-v3-3.14.0~a4-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python314-x86-64-v3-3.14.0~a4-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.x86_64" }, "product_reference": "python314-x86-64-v3-3.14.0~a4-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-curses-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-dbm-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-idle-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-tk-3.14.0~a4-1.1.x86_64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.aarch64", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.ppc64le", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.s390x", "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~a4-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-09T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
opensuse-su-2025:14758-1
Vulnerability from csaf_opensuse
Published
2025-02-09 00:00
Modified
2025-02-09 00:00
Summary
python310-3.10.16-2.1 on GA media
Notes
Title of the patch
python310-3.10.16-2.1 on GA media
Description of the patch
These are all security issues fixed in the python310-3.10.16-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14758
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "python310-3.10.16-2.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python310-3.10.16-2.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14758", "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-2025_14758-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14758-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U6UNOYCMZ7MBRSJ77HSUWMVEL347MVK2/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14758-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U6UNOYCMZ7MBRSJ77HSUWMVEL347MVK2/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python310-3.10.16-2.1 on GA media", "tracking": { "current_release_date": "2025-02-09T00:00:00Z", "generator": { "date": "2025-02-09T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14758-1", "initial_release_date": "2025-02-09T00:00:00Z", "revision_history": [ { "date": "2025-02-09T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python310-3.10.16-2.1.aarch64", "product": { "name": "python310-3.10.16-2.1.aarch64", "product_id": "python310-3.10.16-2.1.aarch64" } }, { "category": "product_version", "name": "python310-32bit-3.10.16-2.1.aarch64", "product": { "name": "python310-32bit-3.10.16-2.1.aarch64", "product_id": "python310-32bit-3.10.16-2.1.aarch64" } }, { "category": "product_version", "name": "python310-curses-3.10.16-2.1.aarch64", "product": { "name": "python310-curses-3.10.16-2.1.aarch64", "product_id": "python310-curses-3.10.16-2.1.aarch64" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-2.1.aarch64", "product": { "name": "python310-dbm-3.10.16-2.1.aarch64", "product_id": "python310-dbm-3.10.16-2.1.aarch64" } }, { "category": "product_version", "name": "python310-idle-3.10.16-2.1.aarch64", "product": { "name": "python310-idle-3.10.16-2.1.aarch64", "product_id": "python310-idle-3.10.16-2.1.aarch64" } }, { "category": "product_version", "name": "python310-tk-3.10.16-2.1.aarch64", "product": { "name": "python310-tk-3.10.16-2.1.aarch64", "product_id": "python310-tk-3.10.16-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.16-2.1.ppc64le", "product": { "name": "python310-3.10.16-2.1.ppc64le", "product_id": "python310-3.10.16-2.1.ppc64le" } }, { "category": "product_version", "name": "python310-32bit-3.10.16-2.1.ppc64le", "product": { "name": "python310-32bit-3.10.16-2.1.ppc64le", "product_id": "python310-32bit-3.10.16-2.1.ppc64le" } }, { "category": "product_version", "name": "python310-curses-3.10.16-2.1.ppc64le", "product": { "name": "python310-curses-3.10.16-2.1.ppc64le", "product_id": "python310-curses-3.10.16-2.1.ppc64le" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-2.1.ppc64le", "product": { "name": "python310-dbm-3.10.16-2.1.ppc64le", "product_id": "python310-dbm-3.10.16-2.1.ppc64le" } }, { "category": "product_version", "name": "python310-idle-3.10.16-2.1.ppc64le", "product": { "name": "python310-idle-3.10.16-2.1.ppc64le", "product_id": "python310-idle-3.10.16-2.1.ppc64le" } }, { "category": "product_version", "name": "python310-tk-3.10.16-2.1.ppc64le", "product": { "name": "python310-tk-3.10.16-2.1.ppc64le", "product_id": "python310-tk-3.10.16-2.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.16-2.1.s390x", "product": { "name": "python310-3.10.16-2.1.s390x", "product_id": "python310-3.10.16-2.1.s390x" } }, { "category": "product_version", "name": "python310-32bit-3.10.16-2.1.s390x", "product": { "name": "python310-32bit-3.10.16-2.1.s390x", "product_id": "python310-32bit-3.10.16-2.1.s390x" } }, { "category": "product_version", "name": "python310-curses-3.10.16-2.1.s390x", "product": { "name": "python310-curses-3.10.16-2.1.s390x", "product_id": "python310-curses-3.10.16-2.1.s390x" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-2.1.s390x", "product": { "name": "python310-dbm-3.10.16-2.1.s390x", "product_id": "python310-dbm-3.10.16-2.1.s390x" } }, { "category": "product_version", "name": "python310-idle-3.10.16-2.1.s390x", "product": { "name": "python310-idle-3.10.16-2.1.s390x", "product_id": "python310-idle-3.10.16-2.1.s390x" } }, { "category": "product_version", "name": "python310-tk-3.10.16-2.1.s390x", "product": { "name": "python310-tk-3.10.16-2.1.s390x", "product_id": "python310-tk-3.10.16-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python310-3.10.16-2.1.x86_64", "product": { "name": "python310-3.10.16-2.1.x86_64", "product_id": "python310-3.10.16-2.1.x86_64" } }, { "category": "product_version", "name": "python310-32bit-3.10.16-2.1.x86_64", "product": { "name": "python310-32bit-3.10.16-2.1.x86_64", "product_id": "python310-32bit-3.10.16-2.1.x86_64" } }, { "category": "product_version", "name": "python310-curses-3.10.16-2.1.x86_64", "product": { "name": "python310-curses-3.10.16-2.1.x86_64", "product_id": "python310-curses-3.10.16-2.1.x86_64" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-2.1.x86_64", "product": { "name": "python310-dbm-3.10.16-2.1.x86_64", "product_id": "python310-dbm-3.10.16-2.1.x86_64" } }, { "category": "product_version", "name": "python310-idle-3.10.16-2.1.x86_64", "product": { "name": "python310-idle-3.10.16-2.1.x86_64", "product_id": "python310-idle-3.10.16-2.1.x86_64" } }, { "category": "product_version", "name": "python310-tk-3.10.16-2.1.x86_64", "product": { "name": "python310-tk-3.10.16-2.1.x86_64", "product_id": "python310-tk-3.10.16-2.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": "python310-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.16-2.1.aarch64" }, "product_reference": "python310-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.16-2.1.ppc64le" }, "product_reference": "python310-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.16-2.1.s390x" }, "product_reference": "python310-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-3.10.16-2.1.x86_64" }, "product_reference": "python310-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.aarch64" }, "product_reference": "python310-32bit-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.ppc64le" }, "product_reference": "python310-32bit-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.s390x" }, "product_reference": "python310-32bit-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.x86_64" }, "product_reference": "python310-32bit-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.aarch64" }, "product_reference": "python310-curses-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.ppc64le" }, "product_reference": "python310-curses-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.s390x" }, "product_reference": "python310-curses-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.x86_64" }, "product_reference": "python310-curses-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.aarch64" }, "product_reference": "python310-dbm-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.ppc64le" }, "product_reference": "python310-dbm-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.s390x" }, "product_reference": "python310-dbm-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.x86_64" }, "product_reference": "python310-dbm-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.aarch64" }, "product_reference": "python310-idle-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.ppc64le" }, "product_reference": "python310-idle-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.s390x" }, "product_reference": "python310-idle-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.x86_64" }, "product_reference": "python310-idle-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.aarch64" }, "product_reference": "python310-tk-3.10.16-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.ppc64le" }, "product_reference": "python310-tk-3.10.16-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.s390x" }, "product_reference": "python310-tk-3.10.16-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.x86_64" }, "product_reference": "python310-tk-3.10.16-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python310-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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:python310-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python310-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.16-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.16-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-09T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
opensuse-su-2025:14751-1
Vulnerability from csaf_opensuse
Published
2025-02-08 00:00
Modified
2025-02-08 00:00
Summary
python39-3.9.21-2.1 on GA media
Notes
Title of the patch
python39-3.9.21-2.1 on GA media
Description of the patch
These are all security issues fixed in the python39-3.9.21-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14751
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "python39-3.9.21-2.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python39-3.9.21-2.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14751", "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-2025_14751-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14751-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U2KVRPUQU3BIECMQXUM7JPONC6ARC23S/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14751-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/U2KVRPUQU3BIECMQXUM7JPONC6ARC23S/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python39-3.9.21-2.1 on GA media", "tracking": { "current_release_date": "2025-02-08T00:00:00Z", "generator": { "date": "2025-02-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14751-1", "initial_release_date": "2025-02-08T00:00:00Z", "revision_history": [ { "date": "2025-02-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python39-3.9.21-2.1.aarch64", "product": { "name": "python39-3.9.21-2.1.aarch64", "product_id": "python39-3.9.21-2.1.aarch64" } }, { "category": "product_version", "name": "python39-curses-3.9.21-2.1.aarch64", "product": { "name": "python39-curses-3.9.21-2.1.aarch64", "product_id": "python39-curses-3.9.21-2.1.aarch64" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-2.1.aarch64", "product": { "name": "python39-dbm-3.9.21-2.1.aarch64", "product_id": "python39-dbm-3.9.21-2.1.aarch64" } }, { "category": "product_version", "name": "python39-idle-3.9.21-2.1.aarch64", "product": { "name": "python39-idle-3.9.21-2.1.aarch64", "product_id": "python39-idle-3.9.21-2.1.aarch64" } }, { "category": "product_version", "name": "python39-tk-3.9.21-2.1.aarch64", "product": { "name": "python39-tk-3.9.21-2.1.aarch64", "product_id": "python39-tk-3.9.21-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.21-2.1.ppc64le", "product": { "name": "python39-3.9.21-2.1.ppc64le", "product_id": "python39-3.9.21-2.1.ppc64le" } }, { "category": "product_version", "name": "python39-curses-3.9.21-2.1.ppc64le", "product": { "name": "python39-curses-3.9.21-2.1.ppc64le", "product_id": "python39-curses-3.9.21-2.1.ppc64le" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-2.1.ppc64le", "product": { "name": "python39-dbm-3.9.21-2.1.ppc64le", "product_id": "python39-dbm-3.9.21-2.1.ppc64le" } }, { "category": "product_version", "name": "python39-idle-3.9.21-2.1.ppc64le", "product": { "name": "python39-idle-3.9.21-2.1.ppc64le", "product_id": "python39-idle-3.9.21-2.1.ppc64le" } }, { "category": "product_version", "name": "python39-tk-3.9.21-2.1.ppc64le", "product": { "name": "python39-tk-3.9.21-2.1.ppc64le", "product_id": "python39-tk-3.9.21-2.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.21-2.1.s390x", "product": { "name": "python39-3.9.21-2.1.s390x", "product_id": "python39-3.9.21-2.1.s390x" } }, { "category": "product_version", "name": "python39-curses-3.9.21-2.1.s390x", "product": { "name": "python39-curses-3.9.21-2.1.s390x", "product_id": "python39-curses-3.9.21-2.1.s390x" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-2.1.s390x", "product": { "name": "python39-dbm-3.9.21-2.1.s390x", "product_id": "python39-dbm-3.9.21-2.1.s390x" } }, { "category": "product_version", "name": "python39-idle-3.9.21-2.1.s390x", "product": { "name": "python39-idle-3.9.21-2.1.s390x", "product_id": "python39-idle-3.9.21-2.1.s390x" } }, { "category": "product_version", "name": "python39-tk-3.9.21-2.1.s390x", "product": { "name": "python39-tk-3.9.21-2.1.s390x", "product_id": "python39-tk-3.9.21-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python39-3.9.21-2.1.x86_64", "product": { "name": "python39-3.9.21-2.1.x86_64", "product_id": "python39-3.9.21-2.1.x86_64" } }, { "category": "product_version", "name": "python39-curses-3.9.21-2.1.x86_64", "product": { "name": "python39-curses-3.9.21-2.1.x86_64", "product_id": "python39-curses-3.9.21-2.1.x86_64" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-2.1.x86_64", "product": { "name": "python39-dbm-3.9.21-2.1.x86_64", "product_id": "python39-dbm-3.9.21-2.1.x86_64" } }, { "category": "product_version", "name": "python39-idle-3.9.21-2.1.x86_64", "product": { "name": "python39-idle-3.9.21-2.1.x86_64", "product_id": "python39-idle-3.9.21-2.1.x86_64" } }, { "category": "product_version", "name": "python39-tk-3.9.21-2.1.x86_64", "product": { "name": "python39-tk-3.9.21-2.1.x86_64", "product_id": "python39-tk-3.9.21-2.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": "python39-3.9.21-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.21-2.1.aarch64" }, "product_reference": "python39-3.9.21-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.21-2.1.ppc64le" }, "product_reference": "python39-3.9.21-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.21-2.1.s390x" }, "product_reference": "python39-3.9.21-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-3.9.21-2.1.x86_64" }, "product_reference": "python39-3.9.21-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.aarch64" }, "product_reference": "python39-curses-3.9.21-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.ppc64le" }, "product_reference": "python39-curses-3.9.21-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.s390x" }, "product_reference": "python39-curses-3.9.21-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.x86_64" }, "product_reference": "python39-curses-3.9.21-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.aarch64" }, "product_reference": "python39-dbm-3.9.21-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.ppc64le" }, "product_reference": "python39-dbm-3.9.21-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.s390x" }, "product_reference": "python39-dbm-3.9.21-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.x86_64" }, "product_reference": "python39-dbm-3.9.21-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.aarch64" }, "product_reference": "python39-idle-3.9.21-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.ppc64le" }, "product_reference": "python39-idle-3.9.21-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.s390x" }, "product_reference": "python39-idle-3.9.21-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.x86_64" }, "product_reference": "python39-idle-3.9.21-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.aarch64" }, "product_reference": "python39-tk-3.9.21-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.ppc64le" }, "product_reference": "python39-tk-3.9.21-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.s390x" }, "product_reference": "python39-tk-3.9.21-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.x86_64" }, "product_reference": "python39-tk-3.9.21-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python39-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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:python39-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python39-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.21-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.21-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
opensuse-su-2025:14760-1
Vulnerability from csaf_opensuse
Published
2025-02-09 00:00
Modified
2025-02-09 00:00
Summary
python313-3.13.2-1.1 on GA media
Notes
Title of the patch
python313-3.13.2-1.1 on GA media
Description of the patch
These are all security issues fixed in the python313-3.13.2-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14760
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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": "python313-3.13.2-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python313-3.13.2-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14760", "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-2025_14760-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14760-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NX5AR5RGDPJDJFRYBUSRNLERPCINRWF/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14760-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NX5AR5RGDPJDJFRYBUSRNLERPCINRWF/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python313-3.13.2-1.1 on GA media", "tracking": { "current_release_date": "2025-02-09T00:00:00Z", "generator": { "date": "2025-02-09T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14760-1", "initial_release_date": "2025-02-09T00:00:00Z", "revision_history": [ { "date": "2025-02-09T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python313-3.13.2-1.1.aarch64", "product": { "name": "python313-3.13.2-1.1.aarch64", "product_id": "python313-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-32bit-3.13.2-1.1.aarch64", "product": { "name": "python313-32bit-3.13.2-1.1.aarch64", "product_id": "python313-32bit-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-curses-3.13.2-1.1.aarch64", "product": { "name": "python313-curses-3.13.2-1.1.aarch64", "product_id": "python313-curses-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-dbm-3.13.2-1.1.aarch64", "product": { "name": "python313-dbm-3.13.2-1.1.aarch64", "product_id": "python313-dbm-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-idle-3.13.2-1.1.aarch64", "product": { "name": "python313-idle-3.13.2-1.1.aarch64", "product_id": "python313-idle-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-tk-3.13.2-1.1.aarch64", "product": { "name": "python313-tk-3.13.2-1.1.aarch64", "product_id": "python313-tk-3.13.2-1.1.aarch64" } }, { "category": "product_version", "name": "python313-x86-64-v3-3.13.2-1.1.aarch64", "product": { "name": "python313-x86-64-v3-3.13.2-1.1.aarch64", "product_id": "python313-x86-64-v3-3.13.2-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python313-3.13.2-1.1.ppc64le", "product": { "name": "python313-3.13.2-1.1.ppc64le", "product_id": "python313-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-32bit-3.13.2-1.1.ppc64le", "product": { "name": "python313-32bit-3.13.2-1.1.ppc64le", "product_id": "python313-32bit-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-curses-3.13.2-1.1.ppc64le", "product": { "name": "python313-curses-3.13.2-1.1.ppc64le", "product_id": "python313-curses-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-dbm-3.13.2-1.1.ppc64le", "product": { "name": "python313-dbm-3.13.2-1.1.ppc64le", "product_id": "python313-dbm-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-idle-3.13.2-1.1.ppc64le", "product": { "name": "python313-idle-3.13.2-1.1.ppc64le", "product_id": "python313-idle-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-tk-3.13.2-1.1.ppc64le", "product": { "name": "python313-tk-3.13.2-1.1.ppc64le", "product_id": "python313-tk-3.13.2-1.1.ppc64le" } }, { "category": "product_version", "name": "python313-x86-64-v3-3.13.2-1.1.ppc64le", "product": { "name": "python313-x86-64-v3-3.13.2-1.1.ppc64le", "product_id": "python313-x86-64-v3-3.13.2-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python313-3.13.2-1.1.s390x", "product": { "name": "python313-3.13.2-1.1.s390x", "product_id": "python313-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-32bit-3.13.2-1.1.s390x", "product": { "name": "python313-32bit-3.13.2-1.1.s390x", "product_id": "python313-32bit-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-curses-3.13.2-1.1.s390x", "product": { "name": "python313-curses-3.13.2-1.1.s390x", "product_id": "python313-curses-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-dbm-3.13.2-1.1.s390x", "product": { "name": "python313-dbm-3.13.2-1.1.s390x", "product_id": "python313-dbm-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-idle-3.13.2-1.1.s390x", "product": { "name": "python313-idle-3.13.2-1.1.s390x", "product_id": "python313-idle-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-tk-3.13.2-1.1.s390x", "product": { "name": "python313-tk-3.13.2-1.1.s390x", "product_id": "python313-tk-3.13.2-1.1.s390x" } }, { "category": "product_version", "name": "python313-x86-64-v3-3.13.2-1.1.s390x", "product": { "name": "python313-x86-64-v3-3.13.2-1.1.s390x", "product_id": "python313-x86-64-v3-3.13.2-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python313-3.13.2-1.1.x86_64", "product": { "name": "python313-3.13.2-1.1.x86_64", "product_id": "python313-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-32bit-3.13.2-1.1.x86_64", "product": { "name": "python313-32bit-3.13.2-1.1.x86_64", "product_id": "python313-32bit-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-curses-3.13.2-1.1.x86_64", "product": { "name": "python313-curses-3.13.2-1.1.x86_64", "product_id": "python313-curses-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-dbm-3.13.2-1.1.x86_64", "product": { "name": "python313-dbm-3.13.2-1.1.x86_64", "product_id": "python313-dbm-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-idle-3.13.2-1.1.x86_64", "product": { "name": "python313-idle-3.13.2-1.1.x86_64", "product_id": "python313-idle-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-tk-3.13.2-1.1.x86_64", "product": { "name": "python313-tk-3.13.2-1.1.x86_64", "product_id": "python313-tk-3.13.2-1.1.x86_64" } }, { "category": "product_version", "name": "python313-x86-64-v3-3.13.2-1.1.x86_64", "product": { "name": "python313-x86-64-v3-3.13.2-1.1.x86_64", "product_id": "python313-x86-64-v3-3.13.2-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": "python313-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-3.13.2-1.1.aarch64" }, "product_reference": "python313-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-3.13.2-1.1.ppc64le" }, "product_reference": "python313-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-3.13.2-1.1.s390x" }, "product_reference": "python313-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-3.13.2-1.1.x86_64" }, "product_reference": "python313-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-32bit-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.aarch64" }, "product_reference": "python313-32bit-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-32bit-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.ppc64le" }, "product_reference": "python313-32bit-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-32bit-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.s390x" }, "product_reference": "python313-32bit-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-32bit-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.x86_64" }, "product_reference": "python313-32bit-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-curses-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.aarch64" }, "product_reference": "python313-curses-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-curses-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.ppc64le" }, "product_reference": "python313-curses-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-curses-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.s390x" }, "product_reference": "python313-curses-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-curses-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.x86_64" }, "product_reference": "python313-curses-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-dbm-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.aarch64" }, "product_reference": "python313-dbm-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-dbm-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.ppc64le" }, "product_reference": "python313-dbm-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-dbm-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.s390x" }, "product_reference": "python313-dbm-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-dbm-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.x86_64" }, "product_reference": "python313-dbm-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-idle-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.aarch64" }, "product_reference": "python313-idle-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-idle-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.ppc64le" }, "product_reference": "python313-idle-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-idle-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.s390x" }, "product_reference": "python313-idle-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-idle-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.x86_64" }, "product_reference": "python313-idle-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-tk-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.aarch64" }, "product_reference": "python313-tk-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-tk-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.ppc64le" }, "product_reference": "python313-tk-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-tk-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.s390x" }, "product_reference": "python313-tk-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-tk-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.x86_64" }, "product_reference": "python313-tk-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-x86-64-v3-3.13.2-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.aarch64" }, "product_reference": "python313-x86-64-v3-3.13.2-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-x86-64-v3-3.13.2-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.ppc64le" }, "product_reference": "python313-x86-64-v3-3.13.2-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-x86-64-v3-3.13.2-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.s390x" }, "product_reference": "python313-x86-64-v3-3.13.2-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python313-x86-64-v3-3.13.2-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.x86_64" }, "product_reference": "python313-x86-64-v3-3.13.2-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python313-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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:python313-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python313-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-32bit-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-curses-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-dbm-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-idle-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-tk-3.13.2-1.1.x86_64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.aarch64", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.ppc64le", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.s390x", "openSUSE Tumbleweed:python313-x86-64-v3-3.13.2-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-09T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
opensuse-su-2025:14750-1
Vulnerability from csaf_opensuse
Published
2025-02-08 00:00
Modified
2025-02-08 00:00
Summary
python311-3.11.11-3.1 on GA media
Notes
Title of the patch
python311-3.11.11-3.1 on GA media
Description of the patch
These are all security issues fixed in the python311-3.11.11-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14750
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.11-3.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python311-3.11.11-3.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14750", "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-2025_14750-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python311-3.11.11-3.1 on GA media", "tracking": { "current_release_date": "2025-02-08T00:00:00Z", "generator": { "date": "2025-02-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14750-1", "initial_release_date": "2025-02-08T00:00:00Z", "revision_history": [ { "date": "2025-02-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python311-3.11.11-3.1.aarch64", "product": { "name": "python311-3.11.11-3.1.aarch64", "product_id": "python311-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-3.1.aarch64", "product": { "name": "python311-32bit-3.11.11-3.1.aarch64", "product_id": "python311-32bit-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-3.1.aarch64", "product": { "name": "python311-curses-3.11.11-3.1.aarch64", "product_id": "python311-curses-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-3.1.aarch64", "product": { "name": "python311-dbm-3.11.11-3.1.aarch64", "product_id": "python311-dbm-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-3.1.aarch64", "product": { "name": "python311-idle-3.11.11-3.1.aarch64", "product_id": "python311-idle-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-3.1.aarch64", "product": { "name": "python311-tk-3.11.11-3.1.aarch64", "product_id": "python311-tk-3.11.11-3.1.aarch64" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.11-3.1.aarch64", "product": { "name": "python311-x86-64-v3-3.11.11-3.1.aarch64", "product_id": "python311-x86-64-v3-3.11.11-3.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.11-3.1.ppc64le", "product": { "name": "python311-3.11.11-3.1.ppc64le", "product_id": "python311-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-3.1.ppc64le", "product": { "name": "python311-32bit-3.11.11-3.1.ppc64le", "product_id": "python311-32bit-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.11-3.1.ppc64le", "product": { "name": "python311-curses-3.11.11-3.1.ppc64le", "product_id": "python311-curses-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-3.1.ppc64le", "product": { "name": "python311-dbm-3.11.11-3.1.ppc64le", "product_id": "python311-dbm-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.11-3.1.ppc64le", "product": { "name": "python311-idle-3.11.11-3.1.ppc64le", "product_id": "python311-idle-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.11-3.1.ppc64le", "product": { "name": "python311-tk-3.11.11-3.1.ppc64le", "product_id": "python311-tk-3.11.11-3.1.ppc64le" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.11-3.1.ppc64le", "product": { "name": "python311-x86-64-v3-3.11.11-3.1.ppc64le", "product_id": "python311-x86-64-v3-3.11.11-3.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.11-3.1.s390x", "product": { "name": "python311-3.11.11-3.1.s390x", "product_id": "python311-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-3.1.s390x", "product": { "name": "python311-32bit-3.11.11-3.1.s390x", "product_id": "python311-32bit-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.11-3.1.s390x", "product": { "name": "python311-curses-3.11.11-3.1.s390x", "product_id": "python311-curses-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-3.1.s390x", "product": { "name": "python311-dbm-3.11.11-3.1.s390x", "product_id": "python311-dbm-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.11-3.1.s390x", "product": { "name": "python311-idle-3.11.11-3.1.s390x", "product_id": "python311-idle-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.11-3.1.s390x", "product": { "name": "python311-tk-3.11.11-3.1.s390x", "product_id": "python311-tk-3.11.11-3.1.s390x" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.11-3.1.s390x", "product": { "name": "python311-x86-64-v3-3.11.11-3.1.s390x", "product_id": "python311-x86-64-v3-3.11.11-3.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python311-3.11.11-3.1.x86_64", "product": { "name": "python311-3.11.11-3.1.x86_64", "product_id": "python311-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-3.1.x86_64", "product": { "name": "python311-32bit-3.11.11-3.1.x86_64", "product_id": "python311-32bit-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-3.1.x86_64", "product": { "name": "python311-curses-3.11.11-3.1.x86_64", "product_id": "python311-curses-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-3.1.x86_64", "product": { "name": "python311-dbm-3.11.11-3.1.x86_64", "product_id": "python311-dbm-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-3.1.x86_64", "product": { "name": "python311-idle-3.11.11-3.1.x86_64", "product_id": "python311-idle-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-3.1.x86_64", "product": { "name": "python311-tk-3.11.11-3.1.x86_64", "product_id": "python311-tk-3.11.11-3.1.x86_64" } }, { "category": "product_version", "name": "python311-x86-64-v3-3.11.11-3.1.x86_64", "product": { "name": "python311-x86-64-v3-3.11.11-3.1.x86_64", "product_id": "python311-x86-64-v3-3.11.11-3.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.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.11-3.1.aarch64" }, "product_reference": "python311-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.11-3.1.ppc64le" }, "product_reference": "python311-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.11-3.1.s390x" }, "product_reference": "python311-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-3.11.11-3.1.x86_64" }, "product_reference": "python311-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.aarch64" }, "product_reference": "python311-32bit-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.ppc64le" }, "product_reference": "python311-32bit-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.s390x" }, "product_reference": "python311-32bit-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.x86_64" }, "product_reference": "python311-32bit-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.aarch64" }, "product_reference": "python311-curses-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.ppc64le" }, "product_reference": "python311-curses-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.s390x" }, "product_reference": "python311-curses-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.x86_64" }, "product_reference": "python311-curses-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.aarch64" }, "product_reference": "python311-dbm-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.ppc64le" }, "product_reference": "python311-dbm-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.s390x" }, "product_reference": "python311-dbm-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.x86_64" }, "product_reference": "python311-dbm-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.aarch64" }, "product_reference": "python311-idle-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.ppc64le" }, "product_reference": "python311-idle-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.s390x" }, "product_reference": "python311-idle-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.x86_64" }, "product_reference": "python311-idle-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.aarch64" }, "product_reference": "python311-tk-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.ppc64le" }, "product_reference": "python311-tk-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.s390x" }, "product_reference": "python311-tk-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.x86_64" }, "product_reference": "python311-tk-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.11-3.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.aarch64" }, "product_reference": "python311-x86-64-v3-3.11.11-3.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.11-3.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.ppc64le" }, "product_reference": "python311-x86-64-v3-3.11.11-3.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.11-3.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.s390x" }, "product_reference": "python311-x86-64-v3-3.11.11-3.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python311-x86-64-v3-3.11.11-3.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.x86_64" }, "product_reference": "python311-x86-64-v3-3.11.11-3.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python311-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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.11-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python311-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.11-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.11-3.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
opensuse-su-2025:14759-1
Vulnerability from csaf_opensuse
Published
2025-02-09 00:00
Modified
2025-02-09 00:00
Summary
python312-3.12.9-1.1 on GA media
Notes
Title of the patch
python312-3.12.9-1.1 on GA media
Description of the patch
These are all security issues fixed in the python312-3.12.9-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-14759
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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.9-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python312-3.12.9-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-14759", "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-2025_14759-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2025:14759-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6C2LBMYMTGGG6MLAULA4VOLNBBVRPWRY/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2025:14759-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/6C2LBMYMTGGG6MLAULA4VOLNBBVRPWRY/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "python312-3.12.9-1.1 on GA media", "tracking": { "current_release_date": "2025-02-09T00:00:00Z", "generator": { "date": "2025-02-09T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:14759-1", "initial_release_date": "2025-02-09T00:00:00Z", "revision_history": [ { "date": "2025-02-09T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python312-3.12.9-1.1.aarch64", "product": { "name": "python312-3.12.9-1.1.aarch64", "product_id": "python312-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-32bit-3.12.9-1.1.aarch64", "product": { "name": "python312-32bit-3.12.9-1.1.aarch64", "product_id": "python312-32bit-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-curses-3.12.9-1.1.aarch64", "product": { "name": "python312-curses-3.12.9-1.1.aarch64", "product_id": "python312-curses-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-1.1.aarch64", "product": { "name": "python312-dbm-3.12.9-1.1.aarch64", "product_id": "python312-dbm-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-idle-3.12.9-1.1.aarch64", "product": { "name": "python312-idle-3.12.9-1.1.aarch64", "product_id": "python312-idle-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-tk-3.12.9-1.1.aarch64", "product": { "name": "python312-tk-3.12.9-1.1.aarch64", "product_id": "python312-tk-3.12.9-1.1.aarch64" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.9-1.1.aarch64", "product": { "name": "python312-x86-64-v3-3.12.9-1.1.aarch64", "product_id": "python312-x86-64-v3-3.12.9-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.9-1.1.ppc64le", "product": { "name": "python312-3.12.9-1.1.ppc64le", "product_id": "python312-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-32bit-3.12.9-1.1.ppc64le", "product": { "name": "python312-32bit-3.12.9-1.1.ppc64le", "product_id": "python312-32bit-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-curses-3.12.9-1.1.ppc64le", "product": { "name": "python312-curses-3.12.9-1.1.ppc64le", "product_id": "python312-curses-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-1.1.ppc64le", "product": { "name": "python312-dbm-3.12.9-1.1.ppc64le", "product_id": "python312-dbm-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-idle-3.12.9-1.1.ppc64le", "product": { "name": "python312-idle-3.12.9-1.1.ppc64le", "product_id": "python312-idle-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-tk-3.12.9-1.1.ppc64le", "product": { "name": "python312-tk-3.12.9-1.1.ppc64le", "product_id": "python312-tk-3.12.9-1.1.ppc64le" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.9-1.1.ppc64le", "product": { "name": "python312-x86-64-v3-3.12.9-1.1.ppc64le", "product_id": "python312-x86-64-v3-3.12.9-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.9-1.1.s390x", "product": { "name": "python312-3.12.9-1.1.s390x", "product_id": "python312-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-32bit-3.12.9-1.1.s390x", "product": { "name": "python312-32bit-3.12.9-1.1.s390x", "product_id": "python312-32bit-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-curses-3.12.9-1.1.s390x", "product": { "name": "python312-curses-3.12.9-1.1.s390x", "product_id": "python312-curses-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-1.1.s390x", "product": { "name": "python312-dbm-3.12.9-1.1.s390x", "product_id": "python312-dbm-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-idle-3.12.9-1.1.s390x", "product": { "name": "python312-idle-3.12.9-1.1.s390x", "product_id": "python312-idle-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-tk-3.12.9-1.1.s390x", "product": { "name": "python312-tk-3.12.9-1.1.s390x", "product_id": "python312-tk-3.12.9-1.1.s390x" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.9-1.1.s390x", "product": { "name": "python312-x86-64-v3-3.12.9-1.1.s390x", "product_id": "python312-x86-64-v3-3.12.9-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python312-3.12.9-1.1.x86_64", "product": { "name": "python312-3.12.9-1.1.x86_64", "product_id": "python312-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-32bit-3.12.9-1.1.x86_64", "product": { "name": "python312-32bit-3.12.9-1.1.x86_64", "product_id": "python312-32bit-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-curses-3.12.9-1.1.x86_64", "product": { "name": "python312-curses-3.12.9-1.1.x86_64", "product_id": "python312-curses-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-1.1.x86_64", "product": { "name": "python312-dbm-3.12.9-1.1.x86_64", "product_id": "python312-dbm-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-idle-3.12.9-1.1.x86_64", "product": { "name": "python312-idle-3.12.9-1.1.x86_64", "product_id": "python312-idle-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-tk-3.12.9-1.1.x86_64", "product": { "name": "python312-tk-3.12.9-1.1.x86_64", "product_id": "python312-tk-3.12.9-1.1.x86_64" } }, { "category": "product_version", "name": "python312-x86-64-v3-3.12.9-1.1.x86_64", "product": { "name": "python312-x86-64-v3-3.12.9-1.1.x86_64", "product_id": "python312-x86-64-v3-3.12.9-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": "python312-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.9-1.1.aarch64" }, "product_reference": "python312-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.9-1.1.ppc64le" }, "product_reference": "python312-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.9-1.1.s390x" }, "product_reference": "python312-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-3.12.9-1.1.x86_64" }, "product_reference": "python312-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.aarch64" }, "product_reference": "python312-32bit-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.ppc64le" }, "product_reference": "python312-32bit-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.s390x" }, "product_reference": "python312-32bit-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.x86_64" }, "product_reference": "python312-32bit-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.aarch64" }, "product_reference": "python312-curses-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.ppc64le" }, "product_reference": "python312-curses-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.s390x" }, "product_reference": "python312-curses-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.x86_64" }, "product_reference": "python312-curses-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.aarch64" }, "product_reference": "python312-dbm-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.ppc64le" }, "product_reference": "python312-dbm-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.s390x" }, "product_reference": "python312-dbm-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.x86_64" }, "product_reference": "python312-dbm-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.aarch64" }, "product_reference": "python312-idle-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.ppc64le" }, "product_reference": "python312-idle-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.s390x" }, "product_reference": "python312-idle-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.x86_64" }, "product_reference": "python312-idle-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.aarch64" }, "product_reference": "python312-tk-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.ppc64le" }, "product_reference": "python312-tk-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.s390x" }, "product_reference": "python312-tk-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.x86_64" }, "product_reference": "python312-tk-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.9-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.aarch64" }, "product_reference": "python312-x86-64-v3-3.12.9-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.9-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.ppc64le" }, "product_reference": "python312-x86-64-v3-3.12.9-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.9-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.s390x" }, "product_reference": "python312-x86-64-v3-3.12.9-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python312-x86-64-v3-3.12.9-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.x86_64" }, "product_reference": "python312-x86-64-v3-3.12.9-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python312-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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.9-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python312-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.9-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.9-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-09T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
ghsa-5qjr-cj9f-phrx
Vulnerability from github
Published
2025-01-31 18:31
Modified
2025-03-14 12:31
Severity ?
Details
The Python standard library functions urllib.parse.urlsplit
and urlparse
accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.
{ "affected": [], "aliases": [ "CVE-2025-0938" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-01-31T18:15:38Z", "severity": "MODERATE" }, "details": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "id": "GHSA-5qjr-cj9f-phrx", "modified": "2025-03-14T12:31:59Z", "published": "2025-01-31T18:31:08Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0938" }, { "type": "WEB", "url": "https://github.com/python/cpython/issues/105704" }, { "type": "WEB", "url": "https://github.com/python/cpython/pull/129418" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a" }, { "type": "WEB", "url": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32" }, { "type": "WEB", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20250314-0002" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/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" } ] }
fkie_cve-2025-0938
Vulnerability from fkie_nvd
Published
2025-01-31 18:15
Modified
2025-03-14 10:15
Severity ?
Summary
The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers." }, { "lang": "es", "value": "Las funciones est\u00e1ndar librer\u00eda de Python `urllib.parse.urlsplit` y `urlparse` aceptaban nombres de dominio que inclu\u00edan corchetes, lo que no es v\u00e1lido seg\u00fan RFC 3986. Los corchetes solo se deben usar como delimitadores para especificar hosts IPv6 e IPvFuture en las URL. Esto podr\u00eda generar un an\u00e1lisis diferencial entre el analizador de URL de Python y otros analizadores de URL que cumplen con las especificaciones." } ], "id": "CVE-2025-0938", "lastModified": "2025-03-14T10:15:15.847", "metrics": { "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": "LOW", "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:L/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": "2025-01-31T18:15:38.053", "references": [ { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/issues/105704" }, { "source": "cna@python.org", "url": "https://github.com/python/cpython/pull/129418" }, { "source": "cna@python.org", "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20250314-0002/" } ], "sourceIdentifier": "cna@python.org", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-20" } ], "source": "cna@python.org", "type": "Secondary" } ] }
suse-su-2025:0554-1
Vulnerability from csaf_suse
Published
2025-02-14 15:10
Modified
2025-02-14 15:10
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-554,SUSE-SLE-Micro-5.3-2025-554,SUSE-SLE-Micro-5.4-2025-554,SUSE-SLE-Micro-5.5-2025-554,SUSE-SLE-Module-Basesystem-15-SP6-2025-554,SUSE-SLE-Module-Development-Tools-15-SP6-2025-554,SUSE-SUSE-MicroOS-5.2-2025-554,openSUSE-SLE-15.6-2025-554
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-554,SUSE-SLE-Micro-5.3-2025-554,SUSE-SLE-Micro-5.4-2025-554,SUSE-SLE-Micro-5.5-2025-554,SUSE-SLE-Module-Basesystem-15-SP6-2025-554,SUSE-SLE-Module-Development-Tools-15-SP6-2025-554,SUSE-SUSE-MicroOS-5.2-2025-554,openSUSE-SLE-15.6-2025-554", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0554-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0554-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250554-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0554-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020354.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2025-02-14T15:10:53Z", "generator": { "date": "2025-02-14T15:10:53Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0554-1", "initial_release_date": "2025-02-14T15:10:53Z", "revision_history": [ { "date": "2025-02-14T15:10:53Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-base-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-curses-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-curses-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-dbm-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-dbm-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-devel-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-devel-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-doc-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-doc-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-idle-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-idle-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-testsuite-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-testsuite-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-tk-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-tk-3.6.15-150300.10.81.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.81.1.aarch64", "product": { "name": "python3-tools-3.6.15-150300.10.81.1.aarch64", "product_id": "python3-tools-3.6.15-150300.10.81.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.81.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-150300.10.81.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.81.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.i586", "product_id": "libpython3_6m1_0-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-3.6.15-150300.10.81.1.i586", "product_id": "python3-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-base-3.6.15-150300.10.81.1.i586", "product_id": "python3-base-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-curses-3.6.15-150300.10.81.1.i586", "product_id": "python3-curses-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-dbm-3.6.15-150300.10.81.1.i586", "product_id": "python3-dbm-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-devel-3.6.15-150300.10.81.1.i586", "product_id": "python3-devel-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-doc-3.6.15-150300.10.81.1.i586", "product_id": "python3-doc-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.i586", "product_id": "python3-doc-devhelp-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-idle-3.6.15-150300.10.81.1.i586", "product_id": "python3-idle-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-testsuite-3.6.15-150300.10.81.1.i586", "product_id": "python3-testsuite-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-tk-3.6.15-150300.10.81.1.i586", "product_id": "python3-tk-3.6.15-150300.10.81.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.81.1.i586", "product": { "name": "python3-tools-3.6.15-150300.10.81.1.i586", "product_id": "python3-tools-3.6.15-150300.10.81.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-base-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-base-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-curses-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-curses-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-dbm-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-dbm-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-devel-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-devel-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-doc-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-doc-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-idle-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-idle-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-testsuite-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-tk-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-tk-3.6.15-150300.10.81.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.81.1.ppc64le", "product": { "name": "python3-tools-3.6.15-150300.10.81.1.ppc64le", "product_id": "python3-tools-3.6.15-150300.10.81.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-3.6.15-150300.10.81.1.s390x", "product_id": "python3-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-base-3.6.15-150300.10.81.1.s390x", "product_id": "python3-base-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-curses-3.6.15-150300.10.81.1.s390x", "product_id": "python3-curses-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-dbm-3.6.15-150300.10.81.1.s390x", "product_id": "python3-dbm-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-devel-3.6.15-150300.10.81.1.s390x", "product_id": "python3-devel-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-doc-3.6.15-150300.10.81.1.s390x", "product_id": "python3-doc-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "product_id": "python3-doc-devhelp-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-idle-3.6.15-150300.10.81.1.s390x", "product_id": "python3-idle-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-testsuite-3.6.15-150300.10.81.1.s390x", "product_id": "python3-testsuite-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-tk-3.6.15-150300.10.81.1.s390x", "product_id": "python3-tk-3.6.15-150300.10.81.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.81.1.s390x", "product": { "name": "python3-tools-3.6.15-150300.10.81.1.s390x", "product_id": "python3-tools-3.6.15-150300.10.81.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-base-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-curses-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-curses-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-dbm-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-dbm-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-devel-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-devel-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-doc-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-doc-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-idle-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-idle-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-testsuite-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-testsuite-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-tk-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-tk-3.6.15-150300.10.81.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150300.10.81.1.x86_64", "product": { "name": "python3-tools-3.6.15-150300.10.81.1.x86_64", "product_id": "python3-tools-3.6.15-150300.10.81.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "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_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-base-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-curses-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-dbm-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-devel-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-doc-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-doc-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-doc-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-doc-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-idle-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-testsuite-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-testsuite-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-testsuite-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-tk-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.aarch64" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.ppc64le" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.s390x" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.15-150300.10.81.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.x86_64" }, "product_reference": "python3-tools-3.6.15-150300.10.81.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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 Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.81.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.81.1.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.81.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-14T15:10:53Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0521-1
Vulnerability from csaf_suse
Published
2025-02-13 16:11
Modified
2025-02-13 16:11
Summary
Security update for python312
Notes
Title of the patch
Security update for python312
Description of the patch
This update for python312 fixes the following issues:
- CVE-2025-0938: Functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).
- CVE-2024-12254: Unbounded memory buffering in SelectorSocketTransport.writelines() (bsc#1234290).
Other bugfixes:
- Position of SUSE Python interpreters on Externally managed environments (bsc#1228165).
Patchnames
SUSE-2025-521,SUSE-SLE-Module-Python3-15-SP6-2025-521,openSUSE-SLE-15.6-2025-521
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python312", "title": "Title of the patch" }, { "category": "description", "text": "This update for python312 fixes the following issues:\n\n- CVE-2025-0938: Functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).\n- CVE-2024-12254: Unbounded memory buffering in SelectorSocketTransport.writelines() (bsc#1234290).\n\nOther bugfixes:\n\n- Position of SUSE Python interpreters on Externally managed environments (bsc#1228165).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-521,SUSE-SLE-Module-Python3-15-SP6-2025-521,openSUSE-SLE-15.6-2025-521", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0521-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0521-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250521-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0521-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020339.html" }, { "category": "self", "summary": "SUSE Bug 1228165", "url": "https://bugzilla.suse.com/1228165" }, { "category": "self", "summary": "SUSE Bug 1234290", "url": "https://bugzilla.suse.com/1234290" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2024-12254 page", "url": "https://www.suse.com/security/cve/CVE-2024-12254/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python312", "tracking": { "current_release_date": "2025-02-13T16:11:00Z", "generator": { "date": "2025-02-13T16:11:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0521-1", "initial_release_date": "2025-02-13T16:11:00Z", "revision_history": [ { "date": "2025-02-13T16:11:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "product": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "product_id": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-base-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-base-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-base-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-curses-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-curses-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-curses-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-dbm-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-dbm-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-devel-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-devel-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-devel-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-doc-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-doc-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-doc-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-idle-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-idle-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-idle-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-testsuite-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-testsuite-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-testsuite-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-tk-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-tk-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-tk-3.12.9-150600.3.18.1.aarch64" } }, { "category": "product_version", "name": "python312-tools-3.12.9-150600.3.18.1.aarch64", "product": { "name": "python312-tools-3.12.9-150600.3.18.1.aarch64", "product_id": "python312-tools-3.12.9-150600.3.18.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product": { "name": "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product_id": "libpython3_12-1_0-64bit-3.12.9-150600.3.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product": { "name": "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product_id": "python312-64bit-3.12.9-150600.3.18.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product": { "name": "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32", "product_id": "python312-base-64bit-3.12.9-150600.3.18.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.i586", "product": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.i586", "product_id": "libpython3_12-1_0-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-3.12.9-150600.3.18.1.i586", "product_id": "python312-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-base-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-base-3.12.9-150600.3.18.1.i586", "product_id": "python312-base-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-curses-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-curses-3.12.9-150600.3.18.1.i586", "product_id": "python312-curses-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-dbm-3.12.9-150600.3.18.1.i586", "product_id": "python312-dbm-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-devel-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-devel-3.12.9-150600.3.18.1.i586", "product_id": "python312-devel-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-doc-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-doc-3.12.9-150600.3.18.1.i586", "product_id": "python312-doc-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.i586", "product_id": "python312-doc-devhelp-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-idle-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-idle-3.12.9-150600.3.18.1.i586", "product_id": "python312-idle-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-testsuite-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-testsuite-3.12.9-150600.3.18.1.i586", "product_id": "python312-testsuite-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-tk-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-tk-3.12.9-150600.3.18.1.i586", "product_id": "python312-tk-3.12.9-150600.3.18.1.i586" } }, { "category": "product_version", "name": "python312-tools-3.12.9-150600.3.18.1.i586", "product": { "name": "python312-tools-3.12.9-150600.3.18.1.i586", "product_id": "python312-tools-3.12.9-150600.3.18.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "product_id": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-base-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-base-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-base-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-curses-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-curses-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-curses-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-dbm-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-dbm-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-devel-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-devel-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-devel-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-doc-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-doc-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-doc-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-idle-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-idle-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-idle-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-testsuite-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-tk-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-tk-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-tk-3.12.9-150600.3.18.1.ppc64le" } }, { "category": "product_version", "name": "python312-tools-3.12.9-150600.3.18.1.ppc64le", "product": { "name": "python312-tools-3.12.9-150600.3.18.1.ppc64le", "product_id": "python312-tools-3.12.9-150600.3.18.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "product": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "product_id": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-3.12.9-150600.3.18.1.s390x", "product_id": "python312-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-base-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-base-3.12.9-150600.3.18.1.s390x", "product_id": "python312-base-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-curses-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-curses-3.12.9-150600.3.18.1.s390x", "product_id": "python312-curses-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-dbm-3.12.9-150600.3.18.1.s390x", "product_id": "python312-dbm-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-devel-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-devel-3.12.9-150600.3.18.1.s390x", "product_id": "python312-devel-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-doc-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-doc-3.12.9-150600.3.18.1.s390x", "product_id": "python312-doc-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "product_id": "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-idle-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-idle-3.12.9-150600.3.18.1.s390x", "product_id": "python312-idle-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-testsuite-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-testsuite-3.12.9-150600.3.18.1.s390x", "product_id": "python312-testsuite-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-tk-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-tk-3.12.9-150600.3.18.1.s390x", "product_id": "python312-tk-3.12.9-150600.3.18.1.s390x" } }, { "category": "product_version", "name": "python312-tools-3.12.9-150600.3.18.1.s390x", "product": { "name": "python312-tools-3.12.9-150600.3.18.1.s390x", "product_id": "python312-tools-3.12.9-150600.3.18.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "product": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "product_id": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "product": { "name": "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "product_id": "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-32bit-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-32bit-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-32bit-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-base-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-base-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-base-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-base-32bit-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-curses-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-curses-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-curses-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-dbm-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-dbm-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-dbm-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-devel-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-devel-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-devel-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-doc-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-doc-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-doc-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-idle-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-idle-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-idle-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-testsuite-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-testsuite-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-testsuite-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-tk-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-tk-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-tk-3.12.9-150600.3.18.1.x86_64" } }, { "category": "product_version", "name": "python312-tools-3.12.9-150600.3.18.1.x86_64", "product": { "name": "python312-tools-3.12.9-150600.3.18.1.x86_64", "product_id": "python312-tools-3.12.9-150600.3.18.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python3:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-32bit-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-32bit-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-base-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-base-32bit-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-curses-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-curses-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-dbm-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-dbm-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-devel-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-devel-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-doc-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-doc-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-doc-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-doc-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-idle-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-idle-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-testsuite-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-testsuite-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-testsuite-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-testsuite-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-testsuite-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-testsuite-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-testsuite-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tk-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-tk-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python312-tools-3.12.9-150600.3.18.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" }, "product_reference": "python312-tools-3.12.9-150600.3.18.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-12254", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-12254" } ], "notes": [ { "category": "general", "text": "Starting in Python 3.12.0, the asyncio._SelectorSocketTransport.writelines()\n method would not \"pause\" writing and signal to the Protocol to drain \nthe buffer to the wire once the write buffer reached the \"high-water \nmark\". Because of this, Protocols would not periodically drain the write\n buffer potentially leading to memory exhaustion.\n\n\n\n\n\nThis\n vulnerability likely impacts a small number of users, you must be using\n Python 3.12.0 or later, on macOS or Linux, using the asyncio module \nwith protocols, and using .writelines() method which had new \nzero-copy-on-write behavior in Python 3.12.0 and later. If not all of \nthese factors are true then your usage of Python is unaffected.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-12254", "url": "https://www.suse.com/security/cve/CVE-2024-12254" }, { "category": "external", "summary": "SUSE Bug 1234290 for CVE-2024-12254", "url": "https://bugzilla.suse.com/1234290" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-13T16:11:00Z", "details": "important" } ], "title": "CVE-2024-12254" }, { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.9-150600.3.18.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.9-150600.3.18.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.9-150600.3.18.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-13T16:11:00Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0514-1
Vulnerability from csaf_suse
Published
2025-02-13 11:50
Modified
2025-02-13 11:50
Summary
Security update for python
Notes
Title of the patch
Security update for python
Description of the patch
This update for python fixes the following issues:
- CVE-2025-0938: functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).
Patchnames
SUSE-2025-514,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-514,openSUSE-SLE-15.6-2025-514
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2025-0938: functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-514,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-514,openSUSE-SLE-15.6-2025-514", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0514-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0514-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250514-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0514-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020331.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2025-02-13T11:50:49Z", "generator": { "date": "2025-02-13T11:50:49Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0514-1", "initial_release_date": "2025-02-13T11:50:49Z", "revision_history": [ { "date": "2025-02-13T11:50:49Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "product_id": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.18-150000.71.1.aarch64", "product": { "name": "python-2.7.18-150000.71.1.aarch64", "product_id": "python-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.71.1.aarch64", "product": { "name": "python-base-2.7.18-150000.71.1.aarch64", "product_id": "python-base-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.71.1.aarch64", "product": { "name": "python-curses-2.7.18-150000.71.1.aarch64", "product_id": "python-curses-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.71.1.aarch64", "product": { "name": "python-demo-2.7.18-150000.71.1.aarch64", "product_id": "python-demo-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.71.1.aarch64", "product": { "name": "python-devel-2.7.18-150000.71.1.aarch64", "product_id": "python-devel-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.71.1.aarch64", "product": { "name": "python-gdbm-2.7.18-150000.71.1.aarch64", "product_id": "python-gdbm-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.71.1.aarch64", "product": { "name": "python-idle-2.7.18-150000.71.1.aarch64", "product_id": "python-idle-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.71.1.aarch64", "product": { "name": "python-tk-2.7.18-150000.71.1.aarch64", "product_id": "python-tk-2.7.18-150000.71.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.71.1.aarch64", "product": { "name": "python-xml-2.7.18-150000.71.1.aarch64", "product_id": "python-xml-2.7.18-150000.71.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.18-150000.71.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product_id": "python-64bit-2.7.18-150000.71.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.18-150000.71.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.18-150000.71.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.71.1.i586", "product": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.i586", "product_id": "libpython2_7-1_0-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-2.7.18-150000.71.1.i586", "product": { "name": "python-2.7.18-150000.71.1.i586", "product_id": "python-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.71.1.i586", "product": { "name": "python-base-2.7.18-150000.71.1.i586", "product_id": "python-base-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.71.1.i586", "product": { "name": "python-curses-2.7.18-150000.71.1.i586", "product_id": "python-curses-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.71.1.i586", "product": { "name": "python-demo-2.7.18-150000.71.1.i586", "product_id": "python-demo-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.71.1.i586", "product": { "name": "python-devel-2.7.18-150000.71.1.i586", "product_id": "python-devel-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.71.1.i586", "product": { "name": "python-gdbm-2.7.18-150000.71.1.i586", "product_id": "python-gdbm-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.71.1.i586", "product": { "name": "python-idle-2.7.18-150000.71.1.i586", "product_id": "python-idle-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.71.1.i586", "product": { "name": "python-tk-2.7.18-150000.71.1.i586", "product_id": "python-tk-2.7.18-150000.71.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.71.1.i586", "product": { "name": "python-xml-2.7.18-150000.71.1.i586", "product_id": "python-xml-2.7.18-150000.71.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.18-150000.71.1.noarch", "product": { "name": "python-doc-2.7.18-150000.71.1.noarch", "product_id": "python-doc-2.7.18-150000.71.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.18-150000.71.1.noarch", "product": { "name": "python-doc-pdf-2.7.18-150000.71.1.noarch", "product_id": "python-doc-pdf-2.7.18-150000.71.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-2.7.18-150000.71.1.ppc64le", "product_id": "python-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-base-2.7.18-150000.71.1.ppc64le", "product_id": "python-base-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-curses-2.7.18-150000.71.1.ppc64le", "product_id": "python-curses-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-demo-2.7.18-150000.71.1.ppc64le", "product_id": "python-demo-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-devel-2.7.18-150000.71.1.ppc64le", "product_id": "python-devel-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-gdbm-2.7.18-150000.71.1.ppc64le", "product_id": "python-gdbm-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-idle-2.7.18-150000.71.1.ppc64le", "product_id": "python-idle-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-tk-2.7.18-150000.71.1.ppc64le", "product_id": "python-tk-2.7.18-150000.71.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.71.1.ppc64le", "product": { "name": "python-xml-2.7.18-150000.71.1.ppc64le", "product_id": "python-xml-2.7.18-150000.71.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.71.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.s390x", "product_id": "libpython2_7-1_0-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-2.7.18-150000.71.1.s390x", "product": { "name": "python-2.7.18-150000.71.1.s390x", "product_id": "python-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.71.1.s390x", "product": { "name": "python-base-2.7.18-150000.71.1.s390x", "product_id": "python-base-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.71.1.s390x", "product": { "name": "python-curses-2.7.18-150000.71.1.s390x", "product_id": "python-curses-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.71.1.s390x", "product": { "name": "python-demo-2.7.18-150000.71.1.s390x", "product_id": "python-demo-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.71.1.s390x", "product": { "name": "python-devel-2.7.18-150000.71.1.s390x", "product_id": "python-devel-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.71.1.s390x", "product": { "name": "python-gdbm-2.7.18-150000.71.1.s390x", "product_id": "python-gdbm-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.71.1.s390x", "product": { "name": "python-idle-2.7.18-150000.71.1.s390x", "product_id": "python-idle-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.71.1.s390x", "product": { "name": "python-tk-2.7.18-150000.71.1.s390x", "product_id": "python-tk-2.7.18-150000.71.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.71.1.s390x", "product": { "name": "python-xml-2.7.18-150000.71.1.s390x", "product_id": "python-xml-2.7.18-150000.71.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "product_id": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.18-150000.71.1.x86_64", "product": { "name": "python-2.7.18-150000.71.1.x86_64", "product_id": "python-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-150000.71.1.x86_64", "product": { "name": "python-32bit-2.7.18-150000.71.1.x86_64", "product_id": "python-32bit-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.71.1.x86_64", "product": { "name": "python-base-2.7.18-150000.71.1.x86_64", "product_id": "python-base-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-150000.71.1.x86_64", "product": { "name": "python-base-32bit-2.7.18-150000.71.1.x86_64", "product_id": "python-base-32bit-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.71.1.x86_64", "product": { "name": "python-curses-2.7.18-150000.71.1.x86_64", "product_id": "python-curses-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.71.1.x86_64", "product": { "name": "python-demo-2.7.18-150000.71.1.x86_64", "product_id": "python-demo-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.71.1.x86_64", "product": { "name": "python-devel-2.7.18-150000.71.1.x86_64", "product_id": "python-devel-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.71.1.x86_64", "product": { "name": "python-gdbm-2.7.18-150000.71.1.x86_64", "product_id": "python-gdbm-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.71.1.x86_64", "product": { "name": "python-idle-2.7.18-150000.71.1.x86_64", "product_id": "python-idle-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.71.1.x86_64", "product": { "name": "python-tk-2.7.18-150000.71.1.x86_64", "product_id": "python-tk-2.7.18-150000.71.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.71.1.x86_64", "product": { "name": "python-xml-2.7.18-150000.71.1.x86_64", "product_id": "python-xml-2.7.18-150000.71.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub: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": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.s390x" }, "product_reference": "python-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-base-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-base-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.s390x" }, "product_reference": "python-base-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-base-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-curses-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-curses-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.s390x" }, "product_reference": "python-curses-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-curses-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.s390x" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-xml-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-xml-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.s390x" }, "product_reference": "python-xml-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-xml-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.71.1.s390x" }, "product_reference": "python-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-32bit-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-32bit-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-base-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-base-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.s390x" }, "product_reference": "python-base-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-base-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-base-32bit-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-curses-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-curses-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.s390x" }, "product_reference": "python-curses-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-curses-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-demo-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-demo-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.s390x" }, "product_reference": "python-demo-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-demo-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-devel-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-devel-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.s390x" }, "product_reference": "python-devel-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-devel-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.18-150000.71.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-doc-2.7.18-150000.71.1.noarch" }, "product_reference": "python-doc-2.7.18-150000.71.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.18-150000.71.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.71.1.noarch" }, "product_reference": "python-doc-pdf-2.7.18-150000.71.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.s390x" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-idle-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-idle-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.s390x" }, "product_reference": "python-idle-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-idle-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-tk-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-tk-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.s390x" }, "product_reference": "python-tk-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-tk-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.aarch64" }, "product_reference": "python-xml-2.7.18-150000.71.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.ppc64le" }, "product_reference": "python-xml-2.7.18-150000.71.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.s390x" }, "product_reference": "python-xml-2.7.18-150000.71.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.71.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.x86_64" }, "product_reference": "python-xml-2.7.18-150000.71.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.71.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.71.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.71.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.71.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-13T11:50:49Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0814-1
Vulnerability from csaf_suse
Published
2025-03-10 08:35
Modified
2025-03-10 08:35
Summary
Security update for python
Notes
Title of the patch
Security update for python
Description of the patch
This update for python fixes the following issues:
- Reference to no longer used 'bracketed_host' variable in the fix for CVE-2025-0938 (bsc#1236705, bsc#1223694).
Patchnames
SUSE-2025-814,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-814
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- Reference to no longer used \u0027bracketed_host\u0027 variable in the fix for CVE-2025-0938 (bsc#1236705, bsc#1223694).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-814,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-814", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0814-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0814-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250814-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0814-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020489.html" }, { "category": "self", "summary": "SUSE Bug 1223694", "url": "https://bugzilla.suse.com/1223694" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2025-03-10T08:35:29Z", "generator": { "date": "2025-03-10T08:35:29Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0814-1", "initial_release_date": "2025-03-10T08:35:29Z", "revision_history": [ { "date": "2025-03-10T08:35:29Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.aarch64", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.aarch64", "product": { "name": "python-2.7.18-33.44.1.aarch64", "product_id": "python-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.aarch64", "product": { "name": "python-base-2.7.18-33.44.1.aarch64", "product_id": "python-base-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.aarch64", "product": { "name": "python-curses-2.7.18-33.44.1.aarch64", "product_id": "python-curses-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.aarch64", "product": { "name": "python-demo-2.7.18-33.44.1.aarch64", "product_id": "python-demo-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.aarch64", "product": { "name": "python-devel-2.7.18-33.44.1.aarch64", "product_id": "python-devel-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.aarch64", "product": { "name": "python-gdbm-2.7.18-33.44.1.aarch64", "product_id": "python-gdbm-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.aarch64", "product": { "name": "python-idle-2.7.18-33.44.1.aarch64", "product_id": "python-idle-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.aarch64", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.aarch64", "product_id": "python-strict-tls-check-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.aarch64", "product": { "name": "python-tk-2.7.18-33.44.1.aarch64", "product_id": "python-tk-2.7.18-33.44.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.aarch64", "product": { "name": "python-xml-2.7.18-33.44.1.aarch64", "product_id": "python-xml-2.7.18-33.44.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.18-33.44.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.18-33.44.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.18-33.44.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.18-33.44.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.18-33.44.1.aarch64_ilp32", "product_id": "python-64bit-2.7.18-33.44.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.18-33.44.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.18-33.44.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.18-33.44.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.i586", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.i586", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.i586", "product": { "name": "python-2.7.18-33.44.1.i586", "product_id": "python-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.i586", "product": { "name": "python-base-2.7.18-33.44.1.i586", "product_id": "python-base-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.i586", "product": { "name": "python-curses-2.7.18-33.44.1.i586", "product_id": "python-curses-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.i586", "product": { "name": "python-demo-2.7.18-33.44.1.i586", "product_id": "python-demo-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.i586", "product": { "name": "python-devel-2.7.18-33.44.1.i586", "product_id": "python-devel-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.i586", "product": { "name": "python-gdbm-2.7.18-33.44.1.i586", "product_id": "python-gdbm-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.i586", "product": { "name": "python-idle-2.7.18-33.44.1.i586", "product_id": "python-idle-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.i586", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.i586", "product_id": "python-strict-tls-check-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.i586", "product": { "name": "python-tk-2.7.18-33.44.1.i586", "product_id": "python-tk-2.7.18-33.44.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.i586", "product": { "name": "python-xml-2.7.18-33.44.1.i586", "product_id": "python-xml-2.7.18-33.44.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.18-33.44.1.noarch", "product": { "name": "python-doc-2.7.18-33.44.1.noarch", "product_id": "python-doc-2.7.18-33.44.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.18-33.44.1.noarch", "product": { "name": "python-doc-pdf-2.7.18-33.44.1.noarch", "product_id": "python-doc-pdf-2.7.18-33.44.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.ppc64le", "product": { "name": "python-2.7.18-33.44.1.ppc64le", "product_id": "python-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.ppc64le", "product": { "name": "python-base-2.7.18-33.44.1.ppc64le", "product_id": "python-base-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.ppc64le", "product": { "name": "python-curses-2.7.18-33.44.1.ppc64le", "product_id": "python-curses-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.ppc64le", "product": { "name": "python-demo-2.7.18-33.44.1.ppc64le", "product_id": "python-demo-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.ppc64le", "product": { "name": "python-devel-2.7.18-33.44.1.ppc64le", "product_id": "python-devel-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.ppc64le", "product": { "name": "python-gdbm-2.7.18-33.44.1.ppc64le", "product_id": "python-gdbm-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.ppc64le", "product": { "name": "python-idle-2.7.18-33.44.1.ppc64le", "product_id": "python-idle-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.ppc64le", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.ppc64le", "product_id": "python-strict-tls-check-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.ppc64le", "product": { "name": "python-tk-2.7.18-33.44.1.ppc64le", "product_id": "python-tk-2.7.18-33.44.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.ppc64le", "product": { "name": "python-xml-2.7.18-33.44.1.ppc64le", "product_id": "python-xml-2.7.18-33.44.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.s390", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.s390", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.s390", "product": { "name": "python-2.7.18-33.44.1.s390", "product_id": "python-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.s390", "product": { "name": "python-base-2.7.18-33.44.1.s390", "product_id": "python-base-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.s390", "product": { "name": "python-curses-2.7.18-33.44.1.s390", "product_id": "python-curses-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.s390", "product": { "name": "python-demo-2.7.18-33.44.1.s390", "product_id": "python-demo-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.s390", "product": { "name": "python-devel-2.7.18-33.44.1.s390", "product_id": "python-devel-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.s390", "product": { "name": "python-gdbm-2.7.18-33.44.1.s390", "product_id": "python-gdbm-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.s390", "product": { "name": "python-idle-2.7.18-33.44.1.s390", "product_id": "python-idle-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.s390", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.s390", "product_id": "python-strict-tls-check-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.s390", "product": { "name": "python-tk-2.7.18-33.44.1.s390", "product_id": "python-tk-2.7.18-33.44.1.s390" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.s390", "product": { "name": "python-xml-2.7.18-33.44.1.s390", "product_id": "python-xml-2.7.18-33.44.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.s390x", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-33.44.1.s390x", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-33.44.1.s390x", "product_id": "libpython2_7-1_0-32bit-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.s390x", "product": { "name": "python-2.7.18-33.44.1.s390x", "product_id": "python-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-32bit-2.7.18-33.44.1.s390x", "product": { "name": "python-32bit-2.7.18-33.44.1.s390x", "product_id": "python-32bit-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.s390x", "product": { "name": "python-base-2.7.18-33.44.1.s390x", "product_id": "python-base-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-33.44.1.s390x", "product": { "name": "python-base-32bit-2.7.18-33.44.1.s390x", "product_id": "python-base-32bit-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.s390x", "product": { "name": "python-curses-2.7.18-33.44.1.s390x", "product_id": "python-curses-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.s390x", "product": { "name": "python-demo-2.7.18-33.44.1.s390x", "product_id": "python-demo-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.s390x", "product": { "name": "python-devel-2.7.18-33.44.1.s390x", "product_id": "python-devel-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.s390x", "product": { "name": "python-gdbm-2.7.18-33.44.1.s390x", "product_id": "python-gdbm-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.s390x", "product": { "name": "python-idle-2.7.18-33.44.1.s390x", "product_id": "python-idle-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.s390x", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.s390x", "product_id": "python-strict-tls-check-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.s390x", "product": { "name": "python-tk-2.7.18-33.44.1.s390x", "product_id": "python-tk-2.7.18-33.44.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.s390x", "product": { "name": "python-xml-2.7.18-33.44.1.s390x", "product_id": "python-xml-2.7.18-33.44.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.44.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.18-33.44.1.x86_64", "product_id": "libpython2_7-1_0-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.18-33.44.1.x86_64", "product": { "name": "python-2.7.18-33.44.1.x86_64", "product_id": "python-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-33.44.1.x86_64", "product": { "name": "python-32bit-2.7.18-33.44.1.x86_64", "product_id": "python-32bit-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.18-33.44.1.x86_64", "product": { "name": "python-base-2.7.18-33.44.1.x86_64", "product_id": "python-base-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-33.44.1.x86_64", "product": { "name": "python-base-32bit-2.7.18-33.44.1.x86_64", "product_id": "python-base-32bit-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.44.1.x86_64", "product": { "name": "python-curses-2.7.18-33.44.1.x86_64", "product_id": "python-curses-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.44.1.x86_64", "product": { "name": "python-demo-2.7.18-33.44.1.x86_64", "product_id": "python-demo-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.44.1.x86_64", "product": { "name": "python-devel-2.7.18-33.44.1.x86_64", "product_id": "python-devel-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.44.1.x86_64", "product": { "name": "python-gdbm-2.7.18-33.44.1.x86_64", "product_id": "python-gdbm-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.44.1.x86_64", "product": { "name": "python-idle-2.7.18-33.44.1.x86_64", "product_id": "python-idle-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.44.1.x86_64", "product": { "name": "python-strict-tls-check-2.7.18-33.44.1.x86_64", "product_id": "python-strict-tls-check-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.44.1.x86_64", "product": { "name": "python-tk-2.7.18-33.44.1.x86_64", "product_id": "python-tk-2.7.18-33.44.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.44.1.x86_64", "product": { "name": "python-xml-2.7.18-33.44.1.x86_64", "product_id": "python-xml-2.7.18-33.44.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.44.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.44.1.x86_64" }, "product_reference": "python-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.44.1.x86_64" }, "product_reference": "python-32bit-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.44.1.x86_64" }, "product_reference": "python-base-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.44.1.x86_64" }, "product_reference": "python-base-32bit-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.44.1.x86_64" }, "product_reference": "python-curses-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.44.1.x86_64" }, "product_reference": "python-demo-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.44.1.x86_64" }, "product_reference": "python-devel-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.18-33.44.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.44.1.noarch" }, "product_reference": "python-doc-2.7.18-33.44.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.18-33.44.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.44.1.noarch" }, "product_reference": "python-doc-pdf-2.7.18-33.44.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.44.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.44.1.x86_64" }, "product_reference": "python-idle-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.44.1.x86_64" }, "product_reference": "python-tk-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-33.44.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.44.1.x86_64" }, "product_reference": "python-xml-2.7.18-33.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.44.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.44.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.44.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.44.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.44.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-03-10T08:35:29Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0756-1
Vulnerability from csaf_suse
Published
2025-02-28 16:38
Modified
2025-02-28 16:38
Summary
Security update for python
Notes
Title of the patch
Security update for python
Description of the patch
This update for python fixes the following issues:
- Reference to no longer used 'bracketed_host' variable in the fix for CVE-2025-0938 (bsc#1236705, bsc#1223694).
Patchnames
SUSE-2025-756,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-756,openSUSE-SLE-15.6-2025-756
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- Reference to no longer used \u0027bracketed_host\u0027 variable in the fix for CVE-2025-0938 (bsc#1236705, bsc#1223694).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-756,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-756,openSUSE-SLE-15.6-2025-756", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0756-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0756-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250756-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0756-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020460.html" }, { "category": "self", "summary": "SUSE Bug 1223694", "url": "https://bugzilla.suse.com/1223694" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2025-02-28T16:38:01Z", "generator": { "date": "2025-02-28T16:38:01Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0756-1", "initial_release_date": "2025-02-28T16:38:01Z", "revision_history": [ { "date": "2025-02-28T16:38:01Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "product_id": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.18-150000.74.1.aarch64", "product": { "name": "python-2.7.18-150000.74.1.aarch64", "product_id": "python-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.74.1.aarch64", "product": { "name": "python-base-2.7.18-150000.74.1.aarch64", "product_id": "python-base-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.74.1.aarch64", "product": { "name": "python-curses-2.7.18-150000.74.1.aarch64", "product_id": "python-curses-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.74.1.aarch64", "product": { "name": "python-demo-2.7.18-150000.74.1.aarch64", "product_id": "python-demo-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.74.1.aarch64", "product": { "name": "python-devel-2.7.18-150000.74.1.aarch64", "product_id": "python-devel-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.74.1.aarch64", "product": { "name": "python-gdbm-2.7.18-150000.74.1.aarch64", "product_id": "python-gdbm-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.74.1.aarch64", "product": { "name": "python-idle-2.7.18-150000.74.1.aarch64", "product_id": "python-idle-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.74.1.aarch64", "product": { "name": "python-tk-2.7.18-150000.74.1.aarch64", "product_id": "python-tk-2.7.18-150000.74.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.74.1.aarch64", "product": { "name": "python-xml-2.7.18-150000.74.1.aarch64", "product_id": "python-xml-2.7.18-150000.74.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.18-150000.74.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product_id": "python-64bit-2.7.18-150000.74.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.18-150000.74.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.18-150000.74.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.74.1.i586", "product": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.i586", "product_id": "libpython2_7-1_0-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-2.7.18-150000.74.1.i586", "product": { "name": "python-2.7.18-150000.74.1.i586", "product_id": "python-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.74.1.i586", "product": { "name": "python-base-2.7.18-150000.74.1.i586", "product_id": "python-base-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.74.1.i586", "product": { "name": "python-curses-2.7.18-150000.74.1.i586", "product_id": "python-curses-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.74.1.i586", "product": { "name": "python-demo-2.7.18-150000.74.1.i586", "product_id": "python-demo-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.74.1.i586", "product": { "name": "python-devel-2.7.18-150000.74.1.i586", "product_id": "python-devel-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.74.1.i586", "product": { "name": "python-gdbm-2.7.18-150000.74.1.i586", "product_id": "python-gdbm-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.74.1.i586", "product": { "name": "python-idle-2.7.18-150000.74.1.i586", "product_id": "python-idle-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.74.1.i586", "product": { "name": "python-tk-2.7.18-150000.74.1.i586", "product_id": "python-tk-2.7.18-150000.74.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.74.1.i586", "product": { "name": "python-xml-2.7.18-150000.74.1.i586", "product_id": "python-xml-2.7.18-150000.74.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.18-150000.74.1.noarch", "product": { "name": "python-doc-2.7.18-150000.74.1.noarch", "product_id": "python-doc-2.7.18-150000.74.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.18-150000.74.1.noarch", "product": { "name": "python-doc-pdf-2.7.18-150000.74.1.noarch", "product_id": "python-doc-pdf-2.7.18-150000.74.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-2.7.18-150000.74.1.ppc64le", "product_id": "python-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-base-2.7.18-150000.74.1.ppc64le", "product_id": "python-base-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-curses-2.7.18-150000.74.1.ppc64le", "product_id": "python-curses-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-demo-2.7.18-150000.74.1.ppc64le", "product_id": "python-demo-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-devel-2.7.18-150000.74.1.ppc64le", "product_id": "python-devel-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-gdbm-2.7.18-150000.74.1.ppc64le", "product_id": "python-gdbm-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-idle-2.7.18-150000.74.1.ppc64le", "product_id": "python-idle-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-tk-2.7.18-150000.74.1.ppc64le", "product_id": "python-tk-2.7.18-150000.74.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.74.1.ppc64le", "product": { "name": "python-xml-2.7.18-150000.74.1.ppc64le", "product_id": "python-xml-2.7.18-150000.74.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.74.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.s390x", "product_id": "libpython2_7-1_0-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-2.7.18-150000.74.1.s390x", "product": { "name": "python-2.7.18-150000.74.1.s390x", "product_id": "python-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.74.1.s390x", "product": { "name": "python-base-2.7.18-150000.74.1.s390x", "product_id": "python-base-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.74.1.s390x", "product": { "name": "python-curses-2.7.18-150000.74.1.s390x", "product_id": "python-curses-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.74.1.s390x", "product": { "name": "python-demo-2.7.18-150000.74.1.s390x", "product_id": "python-demo-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.74.1.s390x", "product": { "name": "python-devel-2.7.18-150000.74.1.s390x", "product_id": "python-devel-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.74.1.s390x", "product": { "name": "python-gdbm-2.7.18-150000.74.1.s390x", "product_id": "python-gdbm-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.74.1.s390x", "product": { "name": "python-idle-2.7.18-150000.74.1.s390x", "product_id": "python-idle-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.74.1.s390x", "product": { "name": "python-tk-2.7.18-150000.74.1.s390x", "product_id": "python-tk-2.7.18-150000.74.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.74.1.s390x", "product": { "name": "python-xml-2.7.18-150000.74.1.s390x", "product_id": "python-xml-2.7.18-150000.74.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "product_id": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.18-150000.74.1.x86_64", "product": { "name": "python-2.7.18-150000.74.1.x86_64", "product_id": "python-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-150000.74.1.x86_64", "product": { "name": "python-32bit-2.7.18-150000.74.1.x86_64", "product_id": "python-32bit-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.18-150000.74.1.x86_64", "product": { "name": "python-base-2.7.18-150000.74.1.x86_64", "product_id": "python-base-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-150000.74.1.x86_64", "product": { "name": "python-base-32bit-2.7.18-150000.74.1.x86_64", "product_id": "python-base-32bit-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.18-150000.74.1.x86_64", "product": { "name": "python-curses-2.7.18-150000.74.1.x86_64", "product_id": "python-curses-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.18-150000.74.1.x86_64", "product": { "name": "python-demo-2.7.18-150000.74.1.x86_64", "product_id": "python-demo-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.18-150000.74.1.x86_64", "product": { "name": "python-devel-2.7.18-150000.74.1.x86_64", "product_id": "python-devel-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-150000.74.1.x86_64", "product": { "name": "python-gdbm-2.7.18-150000.74.1.x86_64", "product_id": "python-gdbm-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.18-150000.74.1.x86_64", "product": { "name": "python-idle-2.7.18-150000.74.1.x86_64", "product_id": "python-idle-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.18-150000.74.1.x86_64", "product": { "name": "python-tk-2.7.18-150000.74.1.x86_64", "product_id": "python-tk-2.7.18-150000.74.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.18-150000.74.1.x86_64", "product": { "name": "python-xml-2.7.18-150000.74.1.x86_64", "product_id": "python-xml-2.7.18-150000.74.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub: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": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.s390x" }, "product_reference": "python-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-base-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-base-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.s390x" }, "product_reference": "python-base-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-base-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-curses-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-curses-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.s390x" }, "product_reference": "python-curses-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-curses-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.s390x" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-xml-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-xml-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.s390x" }, "product_reference": "python-xml-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-xml-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.74.1.s390x" }, "product_reference": "python-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-32bit-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-32bit-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-base-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-base-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.s390x" }, "product_reference": "python-base-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-base-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-base-32bit-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-curses-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-curses-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.s390x" }, "product_reference": "python-curses-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-curses-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-demo-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-demo-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.s390x" }, "product_reference": "python-demo-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-demo-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-devel-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-devel-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.s390x" }, "product_reference": "python-devel-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-devel-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.18-150000.74.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-doc-2.7.18-150000.74.1.noarch" }, "product_reference": "python-doc-2.7.18-150000.74.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.18-150000.74.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.74.1.noarch" }, "product_reference": "python-doc-pdf-2.7.18-150000.74.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.s390x" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-idle-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-idle-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.s390x" }, "product_reference": "python-idle-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-idle-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-tk-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-tk-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.s390x" }, "product_reference": "python-tk-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-tk-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.aarch64" }, "product_reference": "python-xml-2.7.18-150000.74.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.ppc64le" }, "product_reference": "python-xml-2.7.18-150000.74.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.s390x" }, "product_reference": "python-xml-2.7.18-150000.74.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-150000.74.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.x86_64" }, "product_reference": "python-xml-2.7.18-150000.74.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.74.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.aarch64", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.ppc64le", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.s390x", "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-base-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-curses-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-demo-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-devel-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-doc-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.74.1.noarch", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-idle-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-tk-2.7.18-150000.74.1.x86_64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.aarch64", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.ppc64le", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.s390x", "openSUSE Leap 15.6:python-xml-2.7.18-150000.74.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-28T16:38:01Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0552-1
Vulnerability from csaf_suse
Published
2025-02-14 15:10
Modified
2025-02-14 15:10
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-552,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-552
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-552,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-552", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0552-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0552-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250552-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0552-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020355.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2025-02-14T15:10:11Z", "generator": { "date": "2025-02-14T15:10:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0552-1", "initial_release_date": "2025-02-14T15:10:11Z", "revision_history": [ { "date": "2025-02-14T15:10:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.aarch64", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.aarch64", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.aarch64", "product": { "name": "python3-3.4.10-25.148.1.aarch64", "product_id": "python3-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.aarch64", "product": { "name": "python3-base-3.4.10-25.148.1.aarch64", "product_id": "python3-base-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.aarch64", "product": { "name": "python3-curses-3.4.10-25.148.1.aarch64", "product_id": "python3-curses-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.aarch64", "product": { "name": "python3-dbm-3.4.10-25.148.1.aarch64", "product_id": "python3-dbm-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.aarch64", "product": { "name": "python3-devel-3.4.10-25.148.1.aarch64", "product_id": "python3-devel-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.aarch64", "product": { "name": "python3-idle-3.4.10-25.148.1.aarch64", "product_id": "python3-idle-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.aarch64", "product": { "name": "python3-testsuite-3.4.10-25.148.1.aarch64", "product_id": "python3-testsuite-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.aarch64", "product": { "name": "python3-tk-3.4.10-25.148.1.aarch64", "product_id": "python3-tk-3.4.10-25.148.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.aarch64", "product": { "name": "python3-tools-3.4.10-25.148.1.aarch64", "product_id": "python3-tools-3.4.10-25.148.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-64bit-3.4.10-25.148.1.aarch64_ilp32", "product": { "name": "libpython3_4m1_0-64bit-3.4.10-25.148.1.aarch64_ilp32", "product_id": "libpython3_4m1_0-64bit-3.4.10-25.148.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.4.10-25.148.1.aarch64_ilp32", "product": { "name": "python3-64bit-3.4.10-25.148.1.aarch64_ilp32", "product_id": "python3-64bit-3.4.10-25.148.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.4.10-25.148.1.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.4.10-25.148.1.aarch64_ilp32", "product_id": "python3-base-64bit-3.4.10-25.148.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.i586", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.i586", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.i586", "product": { "name": "python3-3.4.10-25.148.1.i586", "product_id": "python3-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.i586", "product": { "name": "python3-base-3.4.10-25.148.1.i586", "product_id": "python3-base-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.i586", "product": { "name": "python3-curses-3.4.10-25.148.1.i586", "product_id": "python3-curses-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.i586", "product": { "name": "python3-dbm-3.4.10-25.148.1.i586", "product_id": "python3-dbm-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.i586", "product": { "name": "python3-devel-3.4.10-25.148.1.i586", "product_id": "python3-devel-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.i586", "product": { "name": "python3-idle-3.4.10-25.148.1.i586", "product_id": "python3-idle-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.i586", "product": { "name": "python3-testsuite-3.4.10-25.148.1.i586", "product_id": "python3-testsuite-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.i586", "product": { "name": "python3-tk-3.4.10-25.148.1.i586", "product_id": "python3-tk-3.4.10-25.148.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.i586", "product": { "name": "python3-tools-3.4.10-25.148.1.i586", "product_id": "python3-tools-3.4.10-25.148.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.4.10-25.148.1.noarch", "product": { "name": "python3-doc-3.4.10-25.148.1.noarch", "product_id": "python3-doc-3.4.10-25.148.1.noarch" } }, { "category": "product_version", "name": "python3-doc-pdf-3.4.10-25.148.1.noarch", "product": { "name": "python3-doc-pdf-3.4.10-25.148.1.noarch", "product_id": "python3-doc-pdf-3.4.10-25.148.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.ppc64le", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.ppc64le", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-3.4.10-25.148.1.ppc64le", "product_id": "python3-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-base-3.4.10-25.148.1.ppc64le", "product_id": "python3-base-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-curses-3.4.10-25.148.1.ppc64le", "product_id": "python3-curses-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-dbm-3.4.10-25.148.1.ppc64le", "product_id": "python3-dbm-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-devel-3.4.10-25.148.1.ppc64le", "product_id": "python3-devel-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-idle-3.4.10-25.148.1.ppc64le", "product_id": "python3-idle-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-testsuite-3.4.10-25.148.1.ppc64le", "product_id": "python3-testsuite-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-tk-3.4.10-25.148.1.ppc64le", "product_id": "python3-tk-3.4.10-25.148.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.ppc64le", "product": { "name": "python3-tools-3.4.10-25.148.1.ppc64le", "product_id": "python3-tools-3.4.10-25.148.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.s390", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.s390", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.s390", "product": { "name": "python3-3.4.10-25.148.1.s390", "product_id": "python3-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.s390", "product": { "name": "python3-base-3.4.10-25.148.1.s390", "product_id": "python3-base-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.s390", "product": { "name": "python3-curses-3.4.10-25.148.1.s390", "product_id": "python3-curses-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.s390", "product": { "name": "python3-dbm-3.4.10-25.148.1.s390", "product_id": "python3-dbm-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.s390", "product": { "name": "python3-devel-3.4.10-25.148.1.s390", "product_id": "python3-devel-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.s390", "product": { "name": "python3-idle-3.4.10-25.148.1.s390", "product_id": "python3-idle-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.s390", "product": { "name": "python3-testsuite-3.4.10-25.148.1.s390", "product_id": "python3-testsuite-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.s390", "product": { "name": "python3-tk-3.4.10-25.148.1.s390", "product_id": "python3-tk-3.4.10-25.148.1.s390" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.s390", "product": { "name": "python3-tools-3.4.10-25.148.1.s390", "product_id": "python3-tools-3.4.10-25.148.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.s390x", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.s390x", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.148.1.s390x", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.148.1.s390x", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.s390x", "product": { "name": "python3-3.4.10-25.148.1.s390x", "product_id": "python3-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.148.1.s390x", "product": { "name": "python3-32bit-3.4.10-25.148.1.s390x", "product_id": "python3-32bit-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.s390x", "product": { "name": "python3-base-3.4.10-25.148.1.s390x", "product_id": "python3-base-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.148.1.s390x", "product": { "name": "python3-base-32bit-3.4.10-25.148.1.s390x", "product_id": "python3-base-32bit-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.s390x", "product": { "name": "python3-curses-3.4.10-25.148.1.s390x", "product_id": "python3-curses-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.s390x", "product": { "name": "python3-dbm-3.4.10-25.148.1.s390x", "product_id": "python3-dbm-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.s390x", "product": { "name": "python3-devel-3.4.10-25.148.1.s390x", "product_id": "python3-devel-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.s390x", "product": { "name": "python3-idle-3.4.10-25.148.1.s390x", "product_id": "python3-idle-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.s390x", "product": { "name": "python3-testsuite-3.4.10-25.148.1.s390x", "product_id": "python3-testsuite-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.s390x", "product": { "name": "python3-tk-3.4.10-25.148.1.s390x", "product_id": "python3-tk-3.4.10-25.148.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.s390x", "product": { "name": "python3-tools-3.4.10-25.148.1.s390x", "product_id": "python3-tools-3.4.10-25.148.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.148.1.x86_64", "product": { "name": "libpython3_4m1_0-3.4.10-25.148.1.x86_64", "product_id": "libpython3_4m1_0-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-3.4.10-25.148.1.x86_64", "product": { "name": "python3-3.4.10-25.148.1.x86_64", "product_id": "python3-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.148.1.x86_64", "product": { "name": "python3-32bit-3.4.10-25.148.1.x86_64", "product_id": "python3-32bit-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.148.1.x86_64", "product": { "name": "python3-base-3.4.10-25.148.1.x86_64", "product_id": "python3-base-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.148.1.x86_64", "product": { "name": "python3-base-32bit-3.4.10-25.148.1.x86_64", "product_id": "python3-base-32bit-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.148.1.x86_64", "product": { "name": "python3-curses-3.4.10-25.148.1.x86_64", "product_id": "python3-curses-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.148.1.x86_64", "product": { "name": "python3-dbm-3.4.10-25.148.1.x86_64", "product_id": "python3-dbm-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.148.1.x86_64", "product": { "name": "python3-devel-3.4.10-25.148.1.x86_64", "product_id": "python3-devel-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.148.1.x86_64", "product": { "name": "python3-idle-3.4.10-25.148.1.x86_64", "product_id": "python3-idle-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.148.1.x86_64", "product": { "name": "python3-testsuite-3.4.10-25.148.1.x86_64", "product_id": "python3-testsuite-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.148.1.x86_64", "product": { "name": "python3-tk-3.4.10-25.148.1.x86_64", "product_id": "python3-tk-3.4.10-25.148.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.148.1.x86_64", "product": { "name": "python3-tools-3.4.10-25.148.1.x86_64", "product_id": "python3-tools-3.4.10-25.148.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.148.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.148.1.x86_64" }, "product_reference": "python3-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.148.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.148.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.148.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.148.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.148.1.x86_64" }, "product_reference": "python3-tk-3.4.10-25.148.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.148.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.148.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.148.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.148.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-14T15:10:11Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0434-1
Vulnerability from csaf_suse
Published
2025-02-11 16:47
Modified
2025-02-11 16:47
Summary
Security update for python36
Notes
Title of the patch
Security update for python36
Description of the patch
This update for python36 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-434,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-434
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python36", "title": "Title of the patch" }, { "category": "description", "text": "This update for python36 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-434,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-434", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0434-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0434-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250434-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0434-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020318.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python36", "tracking": { "current_release_date": "2025-02-11T16:47:09Z", "generator": { "date": "2025-02-11T16:47:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0434-1", "initial_release_date": "2025-02-11T16:47:09Z", "revision_history": [ { "date": "2025-02-11T16:47:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.aarch64", "product": { "name": "python36-3.6.15-76.1.aarch64", "product_id": "python36-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.aarch64", "product": { "name": "python36-base-3.6.15-76.1.aarch64", "product_id": "python36-base-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.aarch64", "product": { "name": "python36-curses-3.6.15-76.1.aarch64", "product_id": "python36-curses-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.aarch64", "product": { "name": "python36-dbm-3.6.15-76.1.aarch64", "product_id": "python36-dbm-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.aarch64", "product": { "name": "python36-devel-3.6.15-76.1.aarch64", "product_id": "python36-devel-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.aarch64", "product": { "name": "python36-idle-3.6.15-76.1.aarch64", "product_id": "python36-idle-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.aarch64", "product": { "name": "python36-testsuite-3.6.15-76.1.aarch64", "product_id": "python36-testsuite-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.aarch64", "product": { "name": "python36-tk-3.6.15-76.1.aarch64", "product_id": "python36-tk-3.6.15-76.1.aarch64" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.aarch64", "product": { "name": "python36-tools-3.6.15-76.1.aarch64", "product_id": "python36-tools-3.6.15-76.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-76.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-76.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-76.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-64bit-3.6.15-76.1.aarch64_ilp32", "product": { "name": "python36-64bit-3.6.15-76.1.aarch64_ilp32", "product_id": "python36-64bit-3.6.15-76.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-base-64bit-3.6.15-76.1.aarch64_ilp32", "product": { "name": "python36-base-64bit-3.6.15-76.1.aarch64_ilp32", "product_id": "python36-base-64bit-3.6.15-76.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.i586", "product_id": "libpython3_6m1_0-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.i586", "product": { "name": "python36-3.6.15-76.1.i586", "product_id": "python36-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.i586", "product": { "name": "python36-base-3.6.15-76.1.i586", "product_id": "python36-base-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.i586", "product": { "name": "python36-curses-3.6.15-76.1.i586", "product_id": "python36-curses-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.i586", "product": { "name": "python36-dbm-3.6.15-76.1.i586", "product_id": "python36-dbm-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.i586", "product": { "name": "python36-devel-3.6.15-76.1.i586", "product_id": "python36-devel-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.i586", "product": { "name": "python36-idle-3.6.15-76.1.i586", "product_id": "python36-idle-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.i586", "product": { "name": "python36-testsuite-3.6.15-76.1.i586", "product_id": "python36-testsuite-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.i586", "product": { "name": "python36-tk-3.6.15-76.1.i586", "product_id": "python36-tk-3.6.15-76.1.i586" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.i586", "product": { "name": "python36-tools-3.6.15-76.1.i586", "product_id": "python36-tools-3.6.15-76.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.ppc64le", "product": { "name": "python36-3.6.15-76.1.ppc64le", "product_id": "python36-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.ppc64le", "product": { "name": "python36-base-3.6.15-76.1.ppc64le", "product_id": "python36-base-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.ppc64le", "product": { "name": "python36-curses-3.6.15-76.1.ppc64le", "product_id": "python36-curses-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.ppc64le", "product": { "name": "python36-dbm-3.6.15-76.1.ppc64le", "product_id": "python36-dbm-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.ppc64le", "product": { "name": "python36-devel-3.6.15-76.1.ppc64le", "product_id": "python36-devel-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.ppc64le", "product": { "name": "python36-idle-3.6.15-76.1.ppc64le", "product_id": "python36-idle-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.ppc64le", "product": { "name": "python36-testsuite-3.6.15-76.1.ppc64le", "product_id": "python36-testsuite-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.ppc64le", "product": { "name": "python36-tk-3.6.15-76.1.ppc64le", "product_id": "python36-tk-3.6.15-76.1.ppc64le" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.ppc64le", "product": { "name": "python36-tools-3.6.15-76.1.ppc64le", "product_id": "python36-tools-3.6.15-76.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.s390", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.s390", "product_id": "libpython3_6m1_0-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.s390", "product": { "name": "python36-3.6.15-76.1.s390", "product_id": "python36-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.s390", "product": { "name": "python36-base-3.6.15-76.1.s390", "product_id": "python36-base-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.s390", "product": { "name": "python36-curses-3.6.15-76.1.s390", "product_id": "python36-curses-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.s390", "product": { "name": "python36-dbm-3.6.15-76.1.s390", "product_id": "python36-dbm-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.s390", "product": { "name": "python36-devel-3.6.15-76.1.s390", "product_id": "python36-devel-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.s390", "product": { "name": "python36-idle-3.6.15-76.1.s390", "product_id": "python36-idle-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.s390", "product": { "name": "python36-testsuite-3.6.15-76.1.s390", "product_id": "python36-testsuite-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.s390", "product": { "name": "python36-tk-3.6.15-76.1.s390", "product_id": "python36-tk-3.6.15-76.1.s390" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.s390", "product": { "name": "python36-tools-3.6.15-76.1.s390", "product_id": "python36-tools-3.6.15-76.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-76.1.s390x", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-76.1.s390x", "product_id": "libpython3_6m1_0-32bit-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.s390x", "product": { "name": "python36-3.6.15-76.1.s390x", "product_id": "python36-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-76.1.s390x", "product": { "name": "python36-32bit-3.6.15-76.1.s390x", "product_id": "python36-32bit-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.s390x", "product": { "name": "python36-base-3.6.15-76.1.s390x", "product_id": "python36-base-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.15-76.1.s390x", "product": { "name": "python36-base-32bit-3.6.15-76.1.s390x", "product_id": "python36-base-32bit-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.s390x", "product": { "name": "python36-curses-3.6.15-76.1.s390x", "product_id": "python36-curses-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.s390x", "product": { "name": "python36-dbm-3.6.15-76.1.s390x", "product_id": "python36-dbm-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.s390x", "product": { "name": "python36-devel-3.6.15-76.1.s390x", "product_id": "python36-devel-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.s390x", "product": { "name": "python36-idle-3.6.15-76.1.s390x", "product_id": "python36-idle-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.s390x", "product": { "name": "python36-testsuite-3.6.15-76.1.s390x", "product_id": "python36-testsuite-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.s390x", "product": { "name": "python36-tk-3.6.15-76.1.s390x", "product_id": "python36-tk-3.6.15-76.1.s390x" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.s390x", "product": { "name": "python36-tools-3.6.15-76.1.s390x", "product_id": "python36-tools-3.6.15-76.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-76.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-76.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-3.6.15-76.1.x86_64", "product": { "name": "python36-3.6.15-76.1.x86_64", "product_id": "python36-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-76.1.x86_64", "product": { "name": "python36-32bit-3.6.15-76.1.x86_64", "product_id": "python36-32bit-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-base-3.6.15-76.1.x86_64", "product": { "name": "python36-base-3.6.15-76.1.x86_64", "product_id": "python36-base-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.15-76.1.x86_64", "product": { "name": "python36-base-32bit-3.6.15-76.1.x86_64", "product_id": "python36-base-32bit-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-76.1.x86_64", "product": { "name": "python36-curses-3.6.15-76.1.x86_64", "product_id": "python36-curses-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-76.1.x86_64", "product": { "name": "python36-dbm-3.6.15-76.1.x86_64", "product_id": "python36-dbm-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-devel-3.6.15-76.1.x86_64", "product": { "name": "python36-devel-3.6.15-76.1.x86_64", "product_id": "python36-devel-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-76.1.x86_64", "product": { "name": "python36-idle-3.6.15-76.1.x86_64", "product_id": "python36-idle-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.15-76.1.x86_64", "product": { "name": "python36-testsuite-3.6.15-76.1.x86_64", "product_id": "python36-testsuite-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-76.1.x86_64", "product": { "name": "python36-tk-3.6.15-76.1.x86_64", "product_id": "python36-tk-3.6.15-76.1.x86_64" } }, { "category": "product_version", "name": "python36-tools-3.6.15-76.1.x86_64", "product": { "name": "python36-tools-3.6.15-76.1.x86_64", "product_id": "python36-tools-3.6.15-76.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-76.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-76.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-76.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.15-76.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-76.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-76.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-76.1.x86_64" }, "product_reference": "python36-3.6.15-76.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.15-76.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-76.1.x86_64" }, "product_reference": "python36-base-3.6.15-76.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-devel-3.6.15-76.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-76.1.x86_64" }, "product_reference": "python36-devel-3.6.15-76.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-76.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-76.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-76.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-76.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-11T16:47:09Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0553-1
Vulnerability from csaf_suse
Published
2025-02-14 15:10
Modified
2025-02-14 15:10
Summary
Security update for python
Notes
Title of the patch
Security update for python
Description of the patch
This update for python fixes the following issues:
- CVE-2025-0938: functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).
Patchnames
SUSE-2025-553,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-553
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2025-0938: functions `urllib.parse.urlsplit` and `urlparse` accept domain names including square brackets (bsc#1236705).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-553,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-553", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0553-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0553-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250553-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0553-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020356.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2025-02-14T15:10:20Z", "generator": { "date": "2025-02-14T15:10:20Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0553-1", "initial_release_date": "2025-02-14T15:10:20Z", "revision_history": [ { "date": "2025-02-14T15:10:20Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.aarch64", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.aarch64", "product": { "name": "python-2.7.18-33.41.1.aarch64", "product_id": "python-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.aarch64", "product": { "name": "python-base-2.7.18-33.41.1.aarch64", "product_id": "python-base-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.aarch64", "product": { "name": "python-curses-2.7.18-33.41.1.aarch64", "product_id": "python-curses-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.aarch64", "product": { "name": "python-demo-2.7.18-33.41.1.aarch64", "product_id": "python-demo-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.aarch64", "product": { "name": "python-devel-2.7.18-33.41.1.aarch64", "product_id": "python-devel-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.aarch64", "product": { "name": "python-gdbm-2.7.18-33.41.1.aarch64", "product_id": "python-gdbm-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.aarch64", "product": { "name": "python-idle-2.7.18-33.41.1.aarch64", "product_id": "python-idle-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.aarch64", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.aarch64", "product_id": "python-strict-tls-check-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.aarch64", "product": { "name": "python-tk-2.7.18-33.41.1.aarch64", "product_id": "python-tk-2.7.18-33.41.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.aarch64", "product": { "name": "python-xml-2.7.18-33.41.1.aarch64", "product_id": "python-xml-2.7.18-33.41.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.18-33.41.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.18-33.41.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.18-33.41.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.18-33.41.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.18-33.41.1.aarch64_ilp32", "product_id": "python-64bit-2.7.18-33.41.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.18-33.41.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.18-33.41.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.18-33.41.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.i586", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.i586", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.i586", "product": { "name": "python-2.7.18-33.41.1.i586", "product_id": "python-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.i586", "product": { "name": "python-base-2.7.18-33.41.1.i586", "product_id": "python-base-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.i586", "product": { "name": "python-curses-2.7.18-33.41.1.i586", "product_id": "python-curses-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.i586", "product": { "name": "python-demo-2.7.18-33.41.1.i586", "product_id": "python-demo-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.i586", "product": { "name": "python-devel-2.7.18-33.41.1.i586", "product_id": "python-devel-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.i586", "product": { "name": "python-gdbm-2.7.18-33.41.1.i586", "product_id": "python-gdbm-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.i586", "product": { "name": "python-idle-2.7.18-33.41.1.i586", "product_id": "python-idle-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.i586", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.i586", "product_id": "python-strict-tls-check-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.i586", "product": { "name": "python-tk-2.7.18-33.41.1.i586", "product_id": "python-tk-2.7.18-33.41.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.i586", "product": { "name": "python-xml-2.7.18-33.41.1.i586", "product_id": "python-xml-2.7.18-33.41.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.18-33.41.1.noarch", "product": { "name": "python-doc-2.7.18-33.41.1.noarch", "product_id": "python-doc-2.7.18-33.41.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.18-33.41.1.noarch", "product": { "name": "python-doc-pdf-2.7.18-33.41.1.noarch", "product_id": "python-doc-pdf-2.7.18-33.41.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.ppc64le", "product": { "name": "python-2.7.18-33.41.1.ppc64le", "product_id": "python-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.ppc64le", "product": { "name": "python-base-2.7.18-33.41.1.ppc64le", "product_id": "python-base-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.ppc64le", "product": { "name": "python-curses-2.7.18-33.41.1.ppc64le", "product_id": "python-curses-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.ppc64le", "product": { "name": "python-demo-2.7.18-33.41.1.ppc64le", "product_id": "python-demo-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.ppc64le", "product": { "name": "python-devel-2.7.18-33.41.1.ppc64le", "product_id": "python-devel-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.ppc64le", "product": { "name": "python-gdbm-2.7.18-33.41.1.ppc64le", "product_id": "python-gdbm-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.ppc64le", "product": { "name": "python-idle-2.7.18-33.41.1.ppc64le", "product_id": "python-idle-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.ppc64le", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.ppc64le", "product_id": "python-strict-tls-check-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.ppc64le", "product": { "name": "python-tk-2.7.18-33.41.1.ppc64le", "product_id": "python-tk-2.7.18-33.41.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.ppc64le", "product": { "name": "python-xml-2.7.18-33.41.1.ppc64le", "product_id": "python-xml-2.7.18-33.41.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.s390", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.s390", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.s390", "product": { "name": "python-2.7.18-33.41.1.s390", "product_id": "python-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.s390", "product": { "name": "python-base-2.7.18-33.41.1.s390", "product_id": "python-base-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.s390", "product": { "name": "python-curses-2.7.18-33.41.1.s390", "product_id": "python-curses-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.s390", "product": { "name": "python-demo-2.7.18-33.41.1.s390", "product_id": "python-demo-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.s390", "product": { "name": "python-devel-2.7.18-33.41.1.s390", "product_id": "python-devel-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.s390", "product": { "name": "python-gdbm-2.7.18-33.41.1.s390", "product_id": "python-gdbm-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.s390", "product": { "name": "python-idle-2.7.18-33.41.1.s390", "product_id": "python-idle-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.s390", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.s390", "product_id": "python-strict-tls-check-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.s390", "product": { "name": "python-tk-2.7.18-33.41.1.s390", "product_id": "python-tk-2.7.18-33.41.1.s390" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.s390", "product": { "name": "python-xml-2.7.18-33.41.1.s390", "product_id": "python-xml-2.7.18-33.41.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.s390x", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-33.41.1.s390x", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-33.41.1.s390x", "product_id": "libpython2_7-1_0-32bit-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.s390x", "product": { "name": "python-2.7.18-33.41.1.s390x", "product_id": "python-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-32bit-2.7.18-33.41.1.s390x", "product": { "name": "python-32bit-2.7.18-33.41.1.s390x", "product_id": "python-32bit-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.s390x", "product": { "name": "python-base-2.7.18-33.41.1.s390x", "product_id": "python-base-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-33.41.1.s390x", "product": { "name": "python-base-32bit-2.7.18-33.41.1.s390x", "product_id": "python-base-32bit-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.s390x", "product": { "name": "python-curses-2.7.18-33.41.1.s390x", "product_id": "python-curses-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.s390x", "product": { "name": "python-demo-2.7.18-33.41.1.s390x", "product_id": "python-demo-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.s390x", "product": { "name": "python-devel-2.7.18-33.41.1.s390x", "product_id": "python-devel-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.s390x", "product": { "name": "python-gdbm-2.7.18-33.41.1.s390x", "product_id": "python-gdbm-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.s390x", "product": { "name": "python-idle-2.7.18-33.41.1.s390x", "product_id": "python-idle-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.s390x", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.s390x", "product_id": "python-strict-tls-check-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.s390x", "product": { "name": "python-tk-2.7.18-33.41.1.s390x", "product_id": "python-tk-2.7.18-33.41.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.s390x", "product": { "name": "python-xml-2.7.18-33.41.1.s390x", "product_id": "python-xml-2.7.18-33.41.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.18-33.41.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.18-33.41.1.x86_64", "product_id": "libpython2_7-1_0-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.18-33.41.1.x86_64", "product": { "name": "python-2.7.18-33.41.1.x86_64", "product_id": "python-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-33.41.1.x86_64", "product": { "name": "python-32bit-2.7.18-33.41.1.x86_64", "product_id": "python-32bit-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.18-33.41.1.x86_64", "product": { "name": "python-base-2.7.18-33.41.1.x86_64", "product_id": "python-base-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.18-33.41.1.x86_64", "product": { "name": "python-base-32bit-2.7.18-33.41.1.x86_64", "product_id": "python-base-32bit-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.18-33.41.1.x86_64", "product": { "name": "python-curses-2.7.18-33.41.1.x86_64", "product_id": "python-curses-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.18-33.41.1.x86_64", "product": { "name": "python-demo-2.7.18-33.41.1.x86_64", "product_id": "python-demo-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.18-33.41.1.x86_64", "product": { "name": "python-devel-2.7.18-33.41.1.x86_64", "product_id": "python-devel-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-33.41.1.x86_64", "product": { "name": "python-gdbm-2.7.18-33.41.1.x86_64", "product_id": "python-gdbm-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.18-33.41.1.x86_64", "product": { "name": "python-idle-2.7.18-33.41.1.x86_64", "product_id": "python-idle-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.18-33.41.1.x86_64", "product": { "name": "python-strict-tls-check-2.7.18-33.41.1.x86_64", "product_id": "python-strict-tls-check-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.18-33.41.1.x86_64", "product": { "name": "python-tk-2.7.18-33.41.1.x86_64", "product_id": "python-tk-2.7.18-33.41.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.18-33.41.1.x86_64", "product": { "name": "python-xml-2.7.18-33.41.1.x86_64", "product_id": "python-xml-2.7.18-33.41.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.41.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.41.1.x86_64" }, "product_reference": "python-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.41.1.x86_64" }, "product_reference": "python-32bit-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.41.1.x86_64" }, "product_reference": "python-base-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.41.1.x86_64" }, "product_reference": "python-base-32bit-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.41.1.x86_64" }, "product_reference": "python-curses-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.41.1.x86_64" }, "product_reference": "python-demo-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.41.1.x86_64" }, "product_reference": "python-devel-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.18-33.41.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.41.1.noarch" }, "product_reference": "python-doc-2.7.18-33.41.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.18-33.41.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.41.1.noarch" }, "product_reference": "python-doc-pdf-2.7.18-33.41.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.41.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.41.1.x86_64" }, "product_reference": "python-idle-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.41.1.x86_64" }, "product_reference": "python-tk-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.18-33.41.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.41.1.x86_64" }, "product_reference": "python-xml-2.7.18-33.41.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.41.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.41.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.41.1.noarch", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.41.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.41.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-14T15:10:20Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0419-1
Vulnerability from csaf_suse
Published
2025-02-11 10:25
Modified
2025-02-11 10:25
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-419,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-419
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-419,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-419", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0419-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0419-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250419-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0419-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-February/038350.html" }, { "category": "self", "summary": "SUSE Bug 1228165", "url": "https://bugzilla.suse.com/1228165" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2025-02-11T10:25:44Z", "generator": { "date": "2025-02-11T10:25:44Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0419-1", "initial_release_date": "2025-02-11T10:25:44Z", "revision_history": [ { "date": "2025-02-11T10:25:44Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64", "product": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64", "product_id": "libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-base-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-base-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-curses-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-curses-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-dbm-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-dbm-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-devel-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-devel-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-doc-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-doc-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-doc-devhelp-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-idle-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-idle-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-testsuite-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-testsuite-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-tk-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-tk-3.11.11-150400.9.44.1.aarch64" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150400.9.44.1.aarch64", "product": { "name": "python311-tools-3.11.11-150400.9.44.1.aarch64", "product_id": "python311-tools-3.11.11-150400.9.44.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product": { "name": "libpython3_11-1_0-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product_id": "libpython3_11-1_0-64bit-3.11.11-150400.9.44.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product": { "name": "python311-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product_id": "python311-64bit-3.11.11-150400.9.44.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-base-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product": { "name": "python311-base-64bit-3.11.11-150400.9.44.1.aarch64_ilp32", "product_id": "python311-base-64bit-3.11.11-150400.9.44.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.i586", "product": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.i586", "product_id": "libpython3_11-1_0-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-3.11.11-150400.9.44.1.i586", "product_id": "python311-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-base-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-base-3.11.11-150400.9.44.1.i586", "product_id": "python311-base-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-curses-3.11.11-150400.9.44.1.i586", "product_id": "python311-curses-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-dbm-3.11.11-150400.9.44.1.i586", "product_id": "python311-dbm-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-devel-3.11.11-150400.9.44.1.i586", "product_id": "python311-devel-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-doc-3.11.11-150400.9.44.1.i586", "product_id": "python311-doc-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.i586", "product_id": "python311-doc-devhelp-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-idle-3.11.11-150400.9.44.1.i586", "product_id": "python311-idle-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-testsuite-3.11.11-150400.9.44.1.i586", "product_id": "python311-testsuite-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-tk-3.11.11-150400.9.44.1.i586", "product_id": "python311-tk-3.11.11-150400.9.44.1.i586" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150400.9.44.1.i586", "product": { "name": "python311-tools-3.11.11-150400.9.44.1.i586", "product_id": "python311-tools-3.11.11-150400.9.44.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le", "product_id": "libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-base-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-base-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-base-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-curses-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-curses-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-dbm-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-dbm-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-devel-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-devel-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-doc-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-doc-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-doc-devhelp-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-idle-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-idle-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-testsuite-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-testsuite-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-tk-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-tk-3.11.11-150400.9.44.1.ppc64le" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150400.9.44.1.ppc64le", "product": { "name": "python311-tools-3.11.11-150400.9.44.1.ppc64le", "product_id": "python311-tools-3.11.11-150400.9.44.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.s390x", "product": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.s390x", "product_id": "libpython3_11-1_0-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-3.11.11-150400.9.44.1.s390x", "product_id": "python311-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-base-3.11.11-150400.9.44.1.s390x", "product_id": "python311-base-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-curses-3.11.11-150400.9.44.1.s390x", "product_id": "python311-curses-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-dbm-3.11.11-150400.9.44.1.s390x", "product_id": "python311-dbm-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-devel-3.11.11-150400.9.44.1.s390x", "product_id": "python311-devel-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-doc-3.11.11-150400.9.44.1.s390x", "product_id": "python311-doc-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.s390x", "product_id": "python311-doc-devhelp-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-idle-3.11.11-150400.9.44.1.s390x", "product_id": "python311-idle-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-testsuite-3.11.11-150400.9.44.1.s390x", "product_id": "python311-testsuite-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-tk-3.11.11-150400.9.44.1.s390x", "product_id": "python311-tk-3.11.11-150400.9.44.1.s390x" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150400.9.44.1.s390x", "product": { "name": "python311-tools-3.11.11-150400.9.44.1.s390x", "product_id": "python311-tools-3.11.11-150400.9.44.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64", "product": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64", "product_id": "libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "libpython3_11-1_0-32bit-3.11.11-150400.9.44.1.x86_64", "product": { "name": "libpython3_11-1_0-32bit-3.11.11-150400.9.44.1.x86_64", "product_id": "libpython3_11-1_0-32bit-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-32bit-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-32bit-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-base-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-base-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-base-32bit-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-base-32bit-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-base-32bit-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-curses-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-curses-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-dbm-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-dbm-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-devel-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-devel-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-doc-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-doc-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-doc-devhelp-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-doc-devhelp-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-idle-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-idle-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-testsuite-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-testsuite-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-tk-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-tk-3.11.11-150400.9.44.1.x86_64" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150400.9.44.1.x86_64", "product": { "name": "python311-tools-3.11.11-150400.9.44.1.x86_64", "product_id": "python311-tools-3.11.11-150400.9.44.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_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150400.9.44.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.11-150400.9.44.1.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.s390x" }, "product_reference": "libpython3_11-1_0-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.aarch64" }, "product_reference": "python311-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.ppc64le" }, "product_reference": "python311-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.s390x" }, "product_reference": "python311-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.x86_64" }, "product_reference": "python311-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.aarch64" }, "product_reference": "python311-base-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.ppc64le" }, "product_reference": "python311-base-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.s390x" }, "product_reference": "python311-base-3.11.11-150400.9.44.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.11-150400.9.44.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.11-150400.9.44.1.x86_64" }, "product_reference": "python311-base-3.11.11-150400.9.44.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.11-150400.9.44.1.x86_64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.aarch64", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.ppc64le", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.s390x", "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.11-150400.9.44.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-11T10:25:44Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0386-1
Vulnerability from csaf_suse
Published
2025-02-07 17:13
Modified
2025-02-07 17:13
Summary
Security update for python39
Notes
Title of the patch
Security update for python39
Description of the patch
This update for python39 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-386,openSUSE-SLE-15.6-2025-386
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python39", "title": "Title of the patch" }, { "category": "description", "text": "This update for python39 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-386,openSUSE-SLE-15.6-2025-386", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0386-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0386-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250386-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0386-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020291.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python39", "tracking": { "current_release_date": "2025-02-07T17:13:32Z", "generator": { "date": "2025-02-07T17:13:32Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0386-1", "initial_release_date": "2025-02-07T17:13:32Z", "revision_history": [ { "date": "2025-02-07T17:13:32Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "product": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "product_id": "libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-base-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-base-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-base-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-curses-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-curses-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-curses-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-dbm-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-dbm-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-devel-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-devel-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-devel-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-doc-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-doc-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-doc-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-idle-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-idle-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-idle-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-testsuite-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-testsuite-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-tk-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-tk-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-tk-3.9.21-150300.4.64.1.aarch64" } }, { "category": "product_version", "name": "python39-tools-3.9.21-150300.4.64.1.aarch64", "product": { "name": "python39-tools-3.9.21-150300.4.64.1.aarch64", "product_id": "python39-tools-3.9.21-150300.4.64.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product": { "name": "libpython3_9-1_0-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product_id": "libpython3_9-1_0-64bit-3.9.21-150300.4.64.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product": { "name": "python39-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product_id": "python39-64bit-3.9.21-150300.4.64.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python39-base-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product": { "name": "python39-base-64bit-3.9.21-150300.4.64.1.aarch64_ilp32", "product_id": "python39-base-64bit-3.9.21-150300.4.64.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.i586", "product": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.i586", "product_id": "libpython3_9-1_0-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-3.9.21-150300.4.64.1.i586", "product_id": "python39-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-base-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-base-3.9.21-150300.4.64.1.i586", "product_id": "python39-base-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-curses-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-curses-3.9.21-150300.4.64.1.i586", "product_id": "python39-curses-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-dbm-3.9.21-150300.4.64.1.i586", "product_id": "python39-dbm-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-devel-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-devel-3.9.21-150300.4.64.1.i586", "product_id": "python39-devel-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-doc-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-doc-3.9.21-150300.4.64.1.i586", "product_id": "python39-doc-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.i586", "product_id": "python39-doc-devhelp-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-idle-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-idle-3.9.21-150300.4.64.1.i586", "product_id": "python39-idle-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-testsuite-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-testsuite-3.9.21-150300.4.64.1.i586", "product_id": "python39-testsuite-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-tk-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-tk-3.9.21-150300.4.64.1.i586", "product_id": "python39-tk-3.9.21-150300.4.64.1.i586" } }, { "category": "product_version", "name": "python39-tools-3.9.21-150300.4.64.1.i586", "product": { "name": "python39-tools-3.9.21-150300.4.64.1.i586", "product_id": "python39-tools-3.9.21-150300.4.64.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "product_id": "libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-base-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-base-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-base-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-curses-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-curses-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-curses-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-dbm-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-dbm-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-devel-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-devel-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-devel-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-doc-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-doc-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-doc-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-idle-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-idle-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-idle-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-testsuite-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-tk-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-tk-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-tk-3.9.21-150300.4.64.1.ppc64le" } }, { "category": "product_version", "name": "python39-tools-3.9.21-150300.4.64.1.ppc64le", "product": { "name": "python39-tools-3.9.21-150300.4.64.1.ppc64le", "product_id": "python39-tools-3.9.21-150300.4.64.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "product": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "product_id": "libpython3_9-1_0-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-3.9.21-150300.4.64.1.s390x", "product_id": "python39-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-base-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-base-3.9.21-150300.4.64.1.s390x", "product_id": "python39-base-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-curses-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-curses-3.9.21-150300.4.64.1.s390x", "product_id": "python39-curses-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-dbm-3.9.21-150300.4.64.1.s390x", "product_id": "python39-dbm-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-devel-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-devel-3.9.21-150300.4.64.1.s390x", "product_id": "python39-devel-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-doc-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-doc-3.9.21-150300.4.64.1.s390x", "product_id": "python39-doc-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "product_id": "python39-doc-devhelp-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-idle-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-idle-3.9.21-150300.4.64.1.s390x", "product_id": "python39-idle-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-testsuite-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-testsuite-3.9.21-150300.4.64.1.s390x", "product_id": "python39-testsuite-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-tk-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-tk-3.9.21-150300.4.64.1.s390x", "product_id": "python39-tk-3.9.21-150300.4.64.1.s390x" } }, { "category": "product_version", "name": "python39-tools-3.9.21-150300.4.64.1.s390x", "product": { "name": "python39-tools-3.9.21-150300.4.64.1.s390x", "product_id": "python39-tools-3.9.21-150300.4.64.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "product": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "product_id": "libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "product": { "name": "libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "product_id": "libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-32bit-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-32bit-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-32bit-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-base-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-base-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-base-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-base-32bit-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-curses-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-curses-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-curses-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-dbm-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-dbm-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-dbm-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-devel-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-devel-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-devel-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-doc-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-doc-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-doc-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-idle-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-idle-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-idle-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-testsuite-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-testsuite-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-testsuite-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-tk-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-tk-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-tk-3.9.21-150300.4.64.1.x86_64" } }, { "category": "product_version", "name": "python39-tools-3.9.21-150300.4.64.1.x86_64", "product": { "name": "python39-tools-3.9.21-150300.4.64.1.x86_64", "product_id": "python39-tools-3.9.21-150300.4.64.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.s390x" }, "product_reference": "libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-32bit-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-32bit-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-base-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-base-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-base-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-base-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-base-32bit-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-curses-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-curses-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-curses-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-curses-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-curses-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-dbm-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-dbm-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-dbm-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-dbm-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-dbm-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-devel-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-devel-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-devel-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-devel-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-devel-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-doc-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-doc-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-doc-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-doc-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-idle-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-idle-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-idle-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-idle-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-idle-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-testsuite-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-testsuite-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-testsuite-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-testsuite-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-tk-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-tk-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-tk-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tk-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-tk-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.21-150300.4.64.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.aarch64" }, "product_reference": "python39-tools-3.9.21-150300.4.64.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.21-150300.4.64.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.ppc64le" }, "product_reference": "python39-tools-3.9.21-150300.4.64.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.21-150300.4.64.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.s390x" }, "product_reference": "python39-tools-3.9.21-150300.4.64.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python39-tools-3.9.21-150300.4.64.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.x86_64" }, "product_reference": "python39-tools-3.9.21-150300.4.64.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.21-150300.4.64.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.21-150300.4.64.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-07T17:13:32Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0551-1
Vulnerability from csaf_suse
Published
2025-02-14 15:09
Modified
2025-02-14 15:09
Summary
Security update for python311
Notes
Title of the patch
Security update for python311
Description of the patch
This update for python311 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Other fixes:
- Update to version 3.11.11.
- Remove -IVendor/ from python-config. (bsc#1231795)
Patchnames
SUSE-2025-551,SUSE-SLE-Module-Basesystem-15-SP6-2025-551,SUSE-SLE-Module-Python3-15-SP6-2025-551,openSUSE-SLE-15.6-2025-551
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python311", "title": "Title of the patch" }, { "category": "description", "text": "This update for python311 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n \nOther fixes:\n\n- Update to version 3.11.11.\n- Remove -IVendor/ from python-config. (bsc#1231795)\n ", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-551,SUSE-SLE-Module-Basesystem-15-SP6-2025-551,SUSE-SLE-Module-Python3-15-SP6-2025-551,openSUSE-SLE-15.6-2025-551", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0551-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0551-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250551-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0551-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020357.html" }, { "category": "self", "summary": "SUSE Bug 1228165", "url": "https://bugzilla.suse.com/1228165" }, { "category": "self", "summary": "SUSE Bug 1231795", "url": "https://bugzilla.suse.com/1231795" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python311", "tracking": { "current_release_date": "2025-02-14T15:09:48Z", "generator": { "date": "2025-02-14T15:09:48Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0551-1", "initial_release_date": "2025-02-14T15:09:48Z", "revision_history": [ { "date": "2025-02-14T15:09:48Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "product": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "product_id": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-base-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-base-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-base-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-curses-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-curses-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-dbm-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-dbm-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-devel-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-devel-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-doc-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-doc-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-idle-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-idle-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-testsuite-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-testsuite-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-tk-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-tk-3.11.11-150600.3.16.2.aarch64" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150600.3.16.2.aarch64", "product": { "name": "python311-tools-3.11.11-150600.3.16.2.aarch64", "product_id": "python311-tools-3.11.11-150600.3.16.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product": { "name": "libpython3_11-1_0-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product_id": "libpython3_11-1_0-64bit-3.11.11-150600.3.16.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product": { "name": "python311-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product_id": "python311-64bit-3.11.11-150600.3.16.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python311-base-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product": { "name": "python311-base-64bit-3.11.11-150600.3.16.2.aarch64_ilp32", "product_id": "python311-base-64bit-3.11.11-150600.3.16.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.i586", "product": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.i586", "product_id": "libpython3_11-1_0-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-3.11.11-150600.3.16.2.i586", "product_id": "python311-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-base-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-base-3.11.11-150600.3.16.2.i586", "product_id": "python311-base-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-curses-3.11.11-150600.3.16.2.i586", "product_id": "python311-curses-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-dbm-3.11.11-150600.3.16.2.i586", "product_id": "python311-dbm-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-devel-3.11.11-150600.3.16.2.i586", "product_id": "python311-devel-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-doc-3.11.11-150600.3.16.2.i586", "product_id": "python311-doc-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.i586", "product_id": "python311-doc-devhelp-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-idle-3.11.11-150600.3.16.2.i586", "product_id": "python311-idle-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-testsuite-3.11.11-150600.3.16.2.i586", "product_id": "python311-testsuite-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-tk-3.11.11-150600.3.16.2.i586", "product_id": "python311-tk-3.11.11-150600.3.16.2.i586" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150600.3.16.2.i586", "product": { "name": "python311-tools-3.11.11-150600.3.16.2.i586", "product_id": "python311-tools-3.11.11-150600.3.16.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "product_id": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-base-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-base-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-base-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-curses-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-curses-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-dbm-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-dbm-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-devel-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-devel-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-doc-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-doc-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-idle-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-idle-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-testsuite-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-tk-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-tk-3.11.11-150600.3.16.2.ppc64le" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150600.3.16.2.ppc64le", "product": { "name": "python311-tools-3.11.11-150600.3.16.2.ppc64le", "product_id": "python311-tools-3.11.11-150600.3.16.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "product": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "product_id": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-3.11.11-150600.3.16.2.s390x", "product_id": "python311-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-base-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-base-3.11.11-150600.3.16.2.s390x", "product_id": "python311-base-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-curses-3.11.11-150600.3.16.2.s390x", "product_id": "python311-curses-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-dbm-3.11.11-150600.3.16.2.s390x", "product_id": "python311-dbm-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-devel-3.11.11-150600.3.16.2.s390x", "product_id": "python311-devel-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-doc-3.11.11-150600.3.16.2.s390x", "product_id": "python311-doc-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "product_id": "python311-doc-devhelp-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-idle-3.11.11-150600.3.16.2.s390x", "product_id": "python311-idle-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-testsuite-3.11.11-150600.3.16.2.s390x", "product_id": "python311-testsuite-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-tk-3.11.11-150600.3.16.2.s390x", "product_id": "python311-tk-3.11.11-150600.3.16.2.s390x" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150600.3.16.2.s390x", "product": { "name": "python311-tools-3.11.11-150600.3.16.2.s390x", "product_id": "python311-tools-3.11.11-150600.3.16.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "product": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "product_id": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "product": { "name": "libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "product_id": "libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-32bit-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-32bit-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-32bit-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-base-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-base-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-base-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-base-32bit-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-curses-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-curses-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-curses-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-dbm-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-dbm-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-dbm-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-devel-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-devel-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-devel-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-doc-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-doc-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-doc-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-idle-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-idle-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-idle-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-testsuite-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-testsuite-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-testsuite-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-tk-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-tk-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-tk-3.11.11-150600.3.16.2.x86_64" } }, { "category": "product_version", "name": "python311-tools-3.11.11-150600.3.16.2.x86_64", "product": { "name": "python311-tools-3.11.11-150600.3.16.2.x86_64", "product_id": "python311-tools-3.11.11-150600.3.16.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python3:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6", "product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-32bit-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-32bit-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-32bit-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-base-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-base-32bit-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-curses-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-curses-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-dbm-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-dbm-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-devel-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-devel-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-doc-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-doc-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-doc-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-doc-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-idle-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-idle-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-testsuite-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-testsuite-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-testsuite-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-testsuite-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tk-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-tk-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.aarch64" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.ppc64le" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.s390x" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python311-tools-3.11.11-150600.3.16.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.x86_64" }, "product_reference": "python311-tools-3.11.11-150600.3.16.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.11-150600.3.16.2.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-base-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-curses-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-devel-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-idle-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tk-3.11.11-150600.3.16.2.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.s390x", "openSUSE Leap 15.6:python311-tools-3.11.11-150600.3.16.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-14T15:09:48Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0406-1
Vulnerability from csaf_suse
Published
2025-02-10 13:55
Modified
2025-02-10 13:55
Summary
Security update for python310
Notes
Title of the patch
Security update for python310
Description of the patch
This update for python310 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-406,openSUSE-SLE-15.6-2025-406
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python310", "title": "Title of the patch" }, { "category": "description", "text": "This update for python310 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-406,openSUSE-SLE-15.6-2025-406", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0406-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0406-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250406-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0406-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/TQJAIMSQWTMDLGVA5OBWBXBGN3VUZIWZ/" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python310", "tracking": { "current_release_date": "2025-02-10T13:55:48Z", "generator": { "date": "2025-02-10T13:55:48Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0406-1", "initial_release_date": "2025-02-10T13:55:48Z", "revision_history": [ { "date": "2025-02-10T13:55:48Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "product": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "product_id": "libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-base-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-base-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-base-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-curses-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-curses-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-curses-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-dbm-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-dbm-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-devel-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-devel-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-devel-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-doc-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-doc-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-idle-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-idle-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-idle-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-testsuite-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-testsuite-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-tk-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-tk-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-tk-3.10.16-150400.4.69.1.aarch64" } }, { "category": "product_version", "name": "python310-tools-3.10.16-150400.4.69.1.aarch64", "product": { "name": "python310-tools-3.10.16-150400.4.69.1.aarch64", "product_id": "python310-tools-3.10.16-150400.4.69.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product": { "name": "libpython3_10-1_0-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product_id": "libpython3_10-1_0-64bit-3.10.16-150400.4.69.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product": { "name": "python310-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product_id": "python310-64bit-3.10.16-150400.4.69.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python310-base-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product": { "name": "python310-base-64bit-3.10.16-150400.4.69.1.aarch64_ilp32", "product_id": "python310-base-64bit-3.10.16-150400.4.69.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.i586", "product": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.i586", "product_id": "libpython3_10-1_0-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-3.10.16-150400.4.69.1.i586", "product_id": "python310-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-base-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-base-3.10.16-150400.4.69.1.i586", "product_id": "python310-base-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-curses-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-curses-3.10.16-150400.4.69.1.i586", "product_id": "python310-curses-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-dbm-3.10.16-150400.4.69.1.i586", "product_id": "python310-dbm-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-devel-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-devel-3.10.16-150400.4.69.1.i586", "product_id": "python310-devel-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-doc-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-doc-3.10.16-150400.4.69.1.i586", "product_id": "python310-doc-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.i586", "product_id": "python310-doc-devhelp-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-idle-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-idle-3.10.16-150400.4.69.1.i586", "product_id": "python310-idle-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-testsuite-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-testsuite-3.10.16-150400.4.69.1.i586", "product_id": "python310-testsuite-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-tk-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-tk-3.10.16-150400.4.69.1.i586", "product_id": "python310-tk-3.10.16-150400.4.69.1.i586" } }, { "category": "product_version", "name": "python310-tools-3.10.16-150400.4.69.1.i586", "product": { "name": "python310-tools-3.10.16-150400.4.69.1.i586", "product_id": "python310-tools-3.10.16-150400.4.69.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "product_id": "libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-base-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-base-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-base-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-curses-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-curses-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-curses-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-dbm-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-dbm-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-devel-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-devel-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-devel-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-doc-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-doc-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-idle-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-idle-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-idle-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-testsuite-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-tk-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-tk-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-tk-3.10.16-150400.4.69.1.ppc64le" } }, { "category": "product_version", "name": "python310-tools-3.10.16-150400.4.69.1.ppc64le", "product": { "name": "python310-tools-3.10.16-150400.4.69.1.ppc64le", "product_id": "python310-tools-3.10.16-150400.4.69.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "product": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "product_id": "libpython3_10-1_0-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-3.10.16-150400.4.69.1.s390x", "product_id": "python310-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-base-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-base-3.10.16-150400.4.69.1.s390x", "product_id": "python310-base-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-curses-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-curses-3.10.16-150400.4.69.1.s390x", "product_id": "python310-curses-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-dbm-3.10.16-150400.4.69.1.s390x", "product_id": "python310-dbm-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-devel-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-devel-3.10.16-150400.4.69.1.s390x", "product_id": "python310-devel-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-doc-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-doc-3.10.16-150400.4.69.1.s390x", "product_id": "python310-doc-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "product_id": "python310-doc-devhelp-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-idle-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-idle-3.10.16-150400.4.69.1.s390x", "product_id": "python310-idle-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-testsuite-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-testsuite-3.10.16-150400.4.69.1.s390x", "product_id": "python310-testsuite-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-tk-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-tk-3.10.16-150400.4.69.1.s390x", "product_id": "python310-tk-3.10.16-150400.4.69.1.s390x" } }, { "category": "product_version", "name": "python310-tools-3.10.16-150400.4.69.1.s390x", "product": { "name": "python310-tools-3.10.16-150400.4.69.1.s390x", "product_id": "python310-tools-3.10.16-150400.4.69.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "product": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "product_id": "libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "product": { "name": "libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "product_id": "libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-32bit-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-32bit-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-32bit-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-base-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-base-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-base-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-base-32bit-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-curses-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-curses-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-curses-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-dbm-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-dbm-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-dbm-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-devel-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-devel-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-devel-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-doc-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-doc-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-idle-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-idle-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-idle-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-testsuite-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-testsuite-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-testsuite-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-tk-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-tk-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-tk-3.10.16-150400.4.69.1.x86_64" } }, { "category": "product_version", "name": "python310-tools-3.10.16-150400.4.69.1.x86_64", "product": { "name": "python310-tools-3.10.16-150400.4.69.1.x86_64", "product_id": "python310-tools-3.10.16-150400.4.69.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.s390x" }, "product_reference": "libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-32bit-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-32bit-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-base-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-base-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-base-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-base-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-base-32bit-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-curses-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-curses-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-curses-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-curses-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-curses-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-dbm-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-dbm-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-dbm-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-dbm-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-dbm-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-devel-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-devel-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-devel-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-devel-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-devel-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-doc-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-doc-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-doc-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-doc-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-idle-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-idle-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-idle-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-idle-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-idle-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-testsuite-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-testsuite-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-testsuite-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-testsuite-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-tk-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-tk-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-tk-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tk-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-tk-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.16-150400.4.69.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.aarch64" }, "product_reference": "python310-tools-3.10.16-150400.4.69.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.16-150400.4.69.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.ppc64le" }, "product_reference": "python310-tools-3.10.16-150400.4.69.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.16-150400.4.69.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.s390x" }, "product_reference": "python310-tools-3.10.16-150400.4.69.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "python310-tools-3.10.16-150400.4.69.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.x86_64" }, "product_reference": "python310-tools-3.10.16-150400.4.69.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:libpython3_10-1_0-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-base-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-base-32bit-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-curses-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-dbm-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-devel-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-doc-devhelp-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-idle-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-testsuite-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tk-3.10.16-150400.4.69.1.x86_64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.aarch64", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.ppc64le", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.s390x", "openSUSE Leap 15.6:python310-tools-3.10.16-150400.4.69.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-10T13:55:48Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
suse-su-2025:0502-1
Vulnerability from csaf_suse
Published
2025-02-13 10:11
Modified
2025-02-13 10:11
Summary
Security update for python3
Notes
Title of the patch
Security update for python3
Description of the patch
This update for python3 fixes the following issues:
- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)
Patchnames
SUSE-2025-502,SUSE-SUSE-MicroOS-5.1-2025-502
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2025-0938: domain names containing square brackets are not identified as incorrect by urlparse. (bsc#1236705)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-502,SUSE-SUSE-MicroOS-5.1-2025-502", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0502-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:0502-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250502-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:0502-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020335.html" }, { "category": "self", "summary": "SUSE Bug 1236705", "url": "https://bugzilla.suse.com/1236705" }, { "category": "self", "summary": "SUSE CVE CVE-2025-0938 page", "url": "https://www.suse.com/security/cve/CVE-2025-0938/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2025-02-13T10:11:12Z", "generator": { "date": "2025-02-13T10:11:12Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:0502-1", "initial_release_date": "2025-02-13T10:11:12Z", "revision_history": [ { "date": "2025-02-13T10:11:12Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "product_id": "libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-base-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-base-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-curses-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-curses-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-dbm-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-dbm-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-devel-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-devel-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-doc-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-doc-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-doc-devhelp-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-idle-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-idle-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-testsuite-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-testsuite-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-tk-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-tk-3.6.15-150000.3.170.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.170.1.aarch64", "product": { "name": "python3-tools-3.6.15-150000.3.170.1.aarch64", "product_id": "python3-tools-3.6.15-150000.3.170.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.170.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.15-150000.3.170.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.170.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.i586", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.i586", "product_id": "libpython3_6m1_0-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-3.6.15-150000.3.170.1.i586", "product_id": "python3-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-base-3.6.15-150000.3.170.1.i586", "product_id": "python3-base-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-curses-3.6.15-150000.3.170.1.i586", "product_id": "python3-curses-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-dbm-3.6.15-150000.3.170.1.i586", "product_id": "python3-dbm-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-devel-3.6.15-150000.3.170.1.i586", "product_id": "python3-devel-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-doc-3.6.15-150000.3.170.1.i586", "product_id": "python3-doc-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.i586", "product_id": "python3-doc-devhelp-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-idle-3.6.15-150000.3.170.1.i586", "product_id": "python3-idle-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-testsuite-3.6.15-150000.3.170.1.i586", "product_id": "python3-testsuite-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-tk-3.6.15-150000.3.170.1.i586", "product_id": "python3-tk-3.6.15-150000.3.170.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.170.1.i586", "product": { "name": "python3-tools-3.6.15-150000.3.170.1.i586", "product_id": "python3-tools-3.6.15-150000.3.170.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-base-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-base-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-curses-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-curses-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-dbm-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-dbm-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-devel-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-devel-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-doc-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-doc-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-doc-devhelp-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-idle-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-idle-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-testsuite-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-testsuite-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-tk-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-tk-3.6.15-150000.3.170.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.170.1.ppc64le", "product": { "name": "python3-tools-3.6.15-150000.3.170.1.ppc64le", "product_id": "python3-tools-3.6.15-150000.3.170.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "product_id": "libpython3_6m1_0-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-3.6.15-150000.3.170.1.s390x", "product_id": "python3-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-base-3.6.15-150000.3.170.1.s390x", "product_id": "python3-base-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-curses-3.6.15-150000.3.170.1.s390x", "product_id": "python3-curses-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-dbm-3.6.15-150000.3.170.1.s390x", "product_id": "python3-dbm-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-devel-3.6.15-150000.3.170.1.s390x", "product_id": "python3-devel-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-doc-3.6.15-150000.3.170.1.s390x", "product_id": "python3-doc-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.s390x", "product_id": "python3-doc-devhelp-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-idle-3.6.15-150000.3.170.1.s390x", "product_id": "python3-idle-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-testsuite-3.6.15-150000.3.170.1.s390x", "product_id": "python3-testsuite-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-tk-3.6.15-150000.3.170.1.s390x", "product_id": "python3-tk-3.6.15-150000.3.170.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.170.1.s390x", "product": { "name": "python3-tools-3.6.15-150000.3.170.1.s390x", "product_id": "python3-tools-3.6.15-150000.3.170.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "product_id": "libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.170.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.15-150000.3.170.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-base-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-base-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-curses-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-curses-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-dbm-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-dbm-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-devel-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-devel-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-doc-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-doc-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-doc-devhelp-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-doc-devhelp-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-idle-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-idle-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-testsuite-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-testsuite-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-tk-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-tk-3.6.15-150000.3.170.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.15-150000.3.170.1.x86_64", "product": { "name": "python3-tools-3.6.15-150000.3.170.1.x86_64", "product_id": "python3-tools-3.6.15-150000.3.170.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.170.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.aarch64" }, "product_reference": "python3-3.6.15-150000.3.170.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.170.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.s390x" }, "product_reference": "python3-3.6.15-150000.3.170.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.15-150000.3.170.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.x86_64" }, "product_reference": "python3-3.6.15-150000.3.170.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.170.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.aarch64" }, "product_reference": "python3-base-3.6.15-150000.3.170.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.170.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.s390x" }, "product_reference": "python3-base-3.6.15-150000.3.170.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.15-150000.3.170.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.x86_64" }, "product_reference": "python3-base-3.6.15-150000.3.170.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-0938", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-0938" } ], "notes": [ { "category": "general", "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-0938", "url": "https://www.suse.com/security/cve/CVE-2025-0938" }, { "category": "external", "summary": "SUSE Bug 1236705 for CVE-2025-0938", "url": "https://bugzilla.suse.com/1236705" } ], "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 Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.170.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.170.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-13T10:11:12Z", "details": "moderate" } ], "title": "CVE-2025-0938" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.