Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-0397
Vulnerability from cvelistv5
Published
2024-06-17 15:09
Modified
2024-09-17 18:24
Severity ?
EPSS score ?
Summary
A defect was discovered in the Python “ssl” module where there is a memory
race condition with the ssl.SSLContext methods “cert_store_stats()” and
“get_ca_certs()”. The race condition can be triggered if the methods are
called at the same time as certificates are loaded into the SSLContext,
such as during the TLS handshake with a certificate directory configured.
This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.
References
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Python Software Foundation | CPython |
Version: 0 Version: 3.9.0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0a1 |
{ containers: { adp: [ { affected: [ { cpes: [ "cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*", ], defaultStatus: "unaffected", product: "cpython", vendor: "python_software_foundation", versions: [ { lessThan: "3.8.20", status: "affected", version: "0", versionType: "python", }, { lessThan: "3.9.20", status: "affected", version: "3.9.0", versionType: "python", }, { lessThan: "3.10.14", status: "affected", version: "3.10.0", versionType: "python", }, { lessThan: "3.11.9", status: "affected", version: "3.11.0", versionType: "python", }, { lessThan: "3.12.3", status: "affected", version: "3.12.0", versionType: "python", }, { lessThan: "3.13.0a5", status: "affected", version: "3.13.0a1", versionType: "python", }, ], }, ], metrics: [ { cvssV3_1: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, }, { other: { content: { id: "CVE-2024-0397", options: [ { Exploitation: "none", }, { Automatable: "no", }, { "Technical Impact": "total", }, ], role: "CISA Coordinator", timestamp: "2024-06-20T15:52:27.499743Z", version: "2.0.3", }, type: "ssvc", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-362", description: "CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2024-09-17T18:24:43.948Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, { providerMetadata: { dateUpdated: "2024-08-01T18:04:49.771Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "issue-tracking", "x_transferred", ], url: "https://github.com/python/cpython/issues/114572", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/pull/114573", }, { tags: [ "vendor-advisory", "x_transferred", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa", }, { tags: [ "patch", "x_transferred", ], url: "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab", }, { tags: [ "x_transferred", ], url: "http://www.openwall.com/lists/oss-security/2024/06/17/2", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { defaultStatus: "unaffected", product: "CPython", repo: "https://github.com/python/cpython", vendor: "Python Software Foundation", versions: [ { lessThan: "3.8.20", status: "affected", version: "0", versionType: "python", }, { lessThan: "3.9.20", status: "affected", version: "3.9.0", versionType: "python", }, { lessThan: "3.10.14", status: "affected", version: "3.10.0", versionType: "python", }, { lessThan: "3.11.9", status: "affected", version: "3.11.0", versionType: "python", }, { lessThan: "3.12.3", status: "affected", version: "3.12.0", versionType: "python", }, { lessThan: "3.13.0a5", status: "affected", version: "3.13.0a1", versionType: "python", }, ], }, ], descriptions: [ { lang: "en", supportingMedia: [ { base64: false, type: "text/html", value: "A defect was discovered in the Python “ssl” module where there is a memory\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\n“get_ca_certs()”. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", }, ], value: "A defect was discovered in the Python “ssl” module where there is a memory\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\n“get_ca_certs()”. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", }, ], providerMetadata: { dateUpdated: "2024-09-07T02:44:08.540Z", orgId: "28c92f92-d60d-412d-b760-e73465c3df22", shortName: "PSF", }, references: [ { tags: [ "issue-tracking", ], url: "https://github.com/python/cpython/issues/114572", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/pull/114573", }, { tags: [ "vendor-advisory", ], url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa", }, { tags: [ "patch", ], url: "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab", }, { url: "http://www.openwall.com/lists/oss-security/2024/06/17/2", }, ], source: { discovery: "UNKNOWN", }, title: "Memory race condition in ssl.SSLContext certificate store methods", x_generator: { engine: "Vulnogram 0.2.0", }, }, }, cveMetadata: { assignerOrgId: "28c92f92-d60d-412d-b760-e73465c3df22", assignerShortName: "PSF", cveId: "CVE-2024-0397", datePublished: "2024-06-17T15:09:40.896Z", dateReserved: "2024-01-10T14:05:31.635Z", dateUpdated: "2024-09-17T18:24:43.948Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { fkie_nvd: { descriptions: "[{\"lang\": \"en\", \"value\": \"A defect was discovered in the Python \\u201cssl\\u201d module where there is a memory\\nrace condition with the ssl.SSLContext methods \\u201ccert_store_stats()\\u201d and\\n\\u201cget_ca_certs()\\u201d. The race condition can be triggered if the methods are\\ncalled at the same time as certificates are loaded into the SSLContext,\\nsuch as during the TLS handshake with a certificate directory configured.\\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.\"}, {\"lang\": \"es\", \"value\": \"Se descubri\\u00f3 un defecto en el m\\u00f3dulo \\u201cssl\\u201d de Python donde existe una condici\\u00f3n de ejecuci\\u00f3n de memoria con los m\\u00e9todos ssl.SSLContext \\u201ccert_store_stats()\\u201d y \\u201cget_ca_certs()\\u201d. La condici\\u00f3n de ejecuci\\u00f3n se puede desencadenar si los m\\u00e9todos se llaman al mismo tiempo que se cargan los certificados en SSLContext, como durante el protocolo de enlace TLS con un directorio de certificados configurado. Este problema se solucion\\u00f3 en CPython 3.10.14, 3.11.9, 3.12.3 y 3.13.0a5.\"}]", id: "CVE-2024-0397", lastModified: "2024-11-21T08:46:29.733", metrics: "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"baseScore\": 7.4, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.2, \"impactScore\": 5.2}]}", published: "2024-06-17T16:15:10.217", references: "[{\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/2\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/issues/114572\", \"source\": \"cna@python.org\"}, {\"url\": \"https://github.com/python/cpython/pull/114573\", \"source\": \"cna@python.org\"}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\", \"source\": \"cna@python.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/issues/114572\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://github.com/python/cpython/pull/114573\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]", sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: "[{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-362\"}]}]", }, nvd: "{\"cve\":{\"id\":\"CVE-2024-0397\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2024-06-17T16:15:10.217\",\"lastModified\":\"2024-11-21T08:46:29.733\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A defect was discovered in the Python “ssl” module where there is a memory\\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\\n“get_ca_certs()”. The race condition can be triggered if the methods are\\ncalled at the same time as certificates are loaded into the SSLContext,\\nsuch as during the TLS handshake with a certificate directory configured.\\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.\"},{\"lang\":\"es\",\"value\":\"Se descubrió un defecto en el módulo “ssl” de Python donde existe una condición de ejecución de memoria con los métodos ssl.SSLContext “cert_store_stats()” y “get_ca_certs()”. La condición de ejecución se puede desencadenar si los métodos se llaman al mismo tiempo que se cargan los certificados en SSLContext, como durante el protocolo de enlace TLS con un directorio de certificados configurado. Este problema se solucionó en CPython 3.10.14, 3.11.9, 3.12.3 y 3.13.0a5.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-362\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/17/2\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/114572\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/114573\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/06/17/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/issues/114572\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://github.com/python/cpython/pull/114573\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/python/cpython/issues/114572\", \"tags\": [\"issue-tracking\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/pull/114573\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\", \"tags\": [\"vendor-advisory\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\", \"tags\": [\"patch\", \"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/2\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T18:04:49.771Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-0397\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-06-20T15:52:27.499743Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:python_software_foundation:cpython:*:*:*:*:*:*:*:*\"], \"vendor\": \"python_software_foundation\", \"product\": \"cpython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.9\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.3\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a5\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-362\", \"description\": \"CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-06-20T16:06:44.461Z\"}}], \"cna\": {\"title\": \"Memory race condition in ssl.SSLContext certificate store methods\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.8.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.20\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.9\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.3\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0a1\", \"lessThan\": \"3.13.0a5\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/114572\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/114573\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab\", \"tags\": [\"patch\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/06/17/2\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A defect was discovered in the Python \\u201cssl\\u201d module where there is a memory\\nrace condition with the ssl.SSLContext methods \\u201ccert_store_stats()\\u201d and\\n\\u201cget_ca_certs()\\u201d. The race condition can be triggered if the methods are\\ncalled at the same time as certificates are loaded into the SSLContext,\\nsuch as during the TLS handshake with a certificate directory configured.\\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"A defect was discovered in the Python \\u201cssl\\u201d module where there is a memory\\nrace condition with the ssl.SSLContext methods \\u201ccert_store_stats()\\u201d and\\n\\u201cget_ca_certs()\\u201d. The race condition can be triggered if the methods are\\ncalled at the same time as certificates are loaded into the SSLContext,\\nsuch as during the TLS handshake with a certificate directory configured.\\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.\", \"base64\": false}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2024-09-07T02:44:08.540Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2024-0397\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-09-17T18:24:43.948Z\", \"dateReserved\": \"2024-01-10T14:05:31.635Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2024-06-17T15:09:40.896Z\", \"assignerShortName\": \"PSF\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
fkie_cve-2024-0397
Vulnerability from fkie_nvd
Published
2024-06-17 16:15
Modified
2024-11-21 08:46
Severity ?
Summary
A defect was discovered in the Python “ssl” module where there is a memory
race condition with the ssl.SSLContext methods “cert_store_stats()” and
“get_ca_certs()”. The race condition can be triggered if the methods are
called at the same time as certificates are loaded into the SSLContext,
such as during the TLS handshake with a certificate directory configured.
This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.
References
Impacted products
Vendor | Product | Version |
---|
{ cveTags: [], descriptions: [ { lang: "en", value: "A defect was discovered in the Python “ssl” module where there is a memory\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\n“get_ca_certs()”. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", }, { lang: "es", value: "Se descubrió un defecto en el módulo “ssl” de Python donde existe una condición de ejecución de memoria con los métodos ssl.SSLContext “cert_store_stats()” y “get_ca_certs()”. La condición de ejecución se puede desencadenar si los métodos se llaman al mismo tiempo que se cargan los certificados en SSLContext, como durante el protocolo de enlace TLS con un directorio de certificados configurado. Este problema se solucionó en CPython 3.10.14, 3.11.9, 3.12.3 y 3.13.0a5.", }, ], id: "CVE-2024-0397", lastModified: "2024-11-21T08:46:29.733", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, exploitabilityScore: 2.2, impactScore: 5.2, source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], }, published: "2024-06-17T16:15:10.217", references: [ { source: "cna@python.org", url: "http://www.openwall.com/lists/oss-security/2024/06/17/2", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa", }, { source: "cna@python.org", url: "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab", }, { source: "cna@python.org", url: "https://github.com/python/cpython/issues/114572", }, { source: "cna@python.org", url: "https://github.com/python/cpython/pull/114573", }, { source: "cna@python.org", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "http://www.openwall.com/lists/oss-security/2024/06/17/2", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/issues/114572", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://github.com/python/cpython/pull/114573", }, { source: "af854a3a-2127-422b-91ae-364da2661108", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, ], sourceIdentifier: "cna@python.org", vulnStatus: "Awaiting Analysis", weaknesses: [ { description: [ { lang: "en", value: "CWE-362", }, ], source: "134c704f-9b21-4f2e-91b3-4a467353bcc0", type: "Secondary", }, ], }
suse-su-2024:4021-1
Vulnerability from csaf_suse
Published
2024-11-18 13:25
Modified
2024-11-18 13:25
Summary
Security update for SUSE Manager Salt Bundle
Notes
Title of the patch
Security update for SUSE Manager Salt Bundle
Description of the patch
This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library (bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Added passlib Python module to the bundle
* Allow NamedLoaderContexts to be returned from loader
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Enable post_start_cleanup.sh to work in a transaction
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Fixed failing x509 tests with OpenSSL < 1.1
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Fixed too frequent systemd service restart in test_system test
* Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)
* Improved error handling with different OpenSSL versions
* Increase warn_until_date date for code we still support
* Prevent using SyncWrapper with no reason
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Use Pygit2 id instead of deprecated oid in gitfs
Patchnames
SUSE-2024-4021,SUSE-SLE-Manager-Tools-15-2024-4021,SUSE-SLE-Manager-Tools-For-Micro-5-2024-4021,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2024-4021,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-4021
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 SUSE Manager Salt Bundle", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Added passlib Python module to the bundle\n * Allow NamedLoaderContexts to be returned from loader\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Fixed failing x509 tests with OpenSSL < 1.1 \n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Fixed too frequent systemd service restart in test_system test\n * Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)\n * Improved error handling with different OpenSSL versions\n * Increase warn_until_date date for code we still support\n * Prevent using SyncWrapper with no reason\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Use Pygit2 id instead of deprecated oid in gitfs\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4021,SUSE-SLE-Manager-Tools-15-2024-4021,SUSE-SLE-Manager-Tools-For-Micro-5-2024-4021,SUSE-SLE-Module-SUSE-Manager-Proxy-4.3-2024-4021,SUSE-SLE-Module-SUSE-Manager-Server-4.3-2024-4021", 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-2024_4021-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4021-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244021-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4021-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "self", summary: "SUSE Bug 1219041", url: "https://bugzilla.suse.com/1219041", }, { category: "self", summary: "SUSE Bug 1220357", url: "https://bugzilla.suse.com/1220357", }, { category: "self", summary: "SUSE Bug 1222842", url: "https://bugzilla.suse.com/1222842", }, { category: "self", summary: "SUSE Bug 1226141", url: "https://bugzilla.suse.com/1226141", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1226469", url: "https://bugzilla.suse.com/1226469", }, { category: "self", summary: "SUSE Bug 1227547", url: "https://bugzilla.suse.com/1227547", }, { category: "self", summary: "SUSE Bug 1228105", url: "https://bugzilla.suse.com/1228105", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229109", url: "https://bugzilla.suse.com/1229109", }, { category: "self", summary: "SUSE Bug 1229539", url: "https://bugzilla.suse.com/1229539", }, { category: "self", summary: "SUSE Bug 1229654", url: "https://bugzilla.suse.com/1229654", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1229873", url: "https://bugzilla.suse.com/1229873", }, { category: "self", summary: "SUSE Bug 1229994", url: "https://bugzilla.suse.com/1229994", }, { category: "self", summary: "SUSE Bug 1229995", url: "https://bugzilla.suse.com/1229995", }, { category: "self", summary: "SUSE Bug 1229996", url: "https://bugzilla.suse.com/1229996", }, { category: "self", summary: "SUSE Bug 1230058", url: "https://bugzilla.suse.com/1230058", }, { category: "self", summary: "SUSE Bug 1230059", url: "https://bugzilla.suse.com/1230059", }, { category: "self", summary: "SUSE Bug 1230322", url: "https://bugzilla.suse.com/1230322", }, { category: "self", summary: "SUSE Bug 1231045", url: "https://bugzilla.suse.com/1231045", }, { category: "self", summary: "SUSE Bug 1231697", url: "https://bugzilla.suse.com/1231697", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-3651 page", url: "https://www.suse.com/security/cve/CVE-2024-3651/", }, { category: "self", summary: "SUSE CVE CVE-2024-37891 page", url: "https://www.suse.com/security/cve/CVE-2024-37891/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-5569 page", url: "https://www.suse.com/security/cve/CVE-2024-5569/", }, { category: "self", summary: "SUSE CVE CVE-2024-6345 page", url: "https://www.suse.com/security/cve/CVE-2024-6345/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for SUSE Manager Salt Bundle", tracking: { current_release_date: "2024-11-18T13:25:44Z", generator: { date: "2024-11-18T13:25:44Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4021-1", initial_release_date: "2024-11-18T13:25:44Z", revision_history: [ { date: "2024-11-18T13:25:44Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.aarch64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", product_id: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", product: { name: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", product_id: "saltbundlepy-docker-7.0.0-150000.3.11.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", product: { name: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", product_id: "saltbundlepy-idna-3.4-150000.3.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", product: { name: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", product_id: "saltbundlepy-passlib-1.7.4-150000.3.3.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", product: { name: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", product_id: "saltbundlepy-setuptools-67.7.2-150000.3.15.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", product: { name: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", product_id: "saltbundlepy-urllib3-2.0.7-150000.3.18.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", product: { name: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", product_id: "saltbundlepy-zipp-3.15.0-150000.3.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", product: { name: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", product_id: "saltbundlepy-zypp-plugin-0.6.4-150000.3.11.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.ppc64le", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", product_id: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.s390x", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.s390x", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x", product_id: "venv-salt-minion-3006.0-150000.3.67.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-base-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", product: { name: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", product_id: "saltbundlepy-cryptography-3.3.2-150000.3.27.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-curses-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-dbm-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-devel-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-libs-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-testsuite-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", product: { name: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", product_id: "saltbundlepy-tools-3.11.9-150000.3.35.2.x86_64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", product: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", product_id: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Manager Client Tools 15", product: { name: "SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15", }, }, { category: "product_name", name: "SUSE Manager Client Tools for SLE Micro 5", product: { name: "SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5", product_identification_helper: { cpe: "cpe:/o:suse:sle-manager-tools-micro:5", }, }, }, { category: "product_name", name: "SUSE Manager Proxy Module 4.3", product: { name: "SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server Module 4.3", product: { name: "SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-suse-manager-server:4.3", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools 15", product_id: "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 15", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Client Tools for SLE Micro 5", product_id: "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools for SLE Micro 5", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Proxy Module 4.3", product_id: "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.aarch64 as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.aarch64", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.ppc64le", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.s390x as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.s390x", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-150000.3.67.1.x86_64 as component of SUSE Manager Server Module 4.3", product_id: "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-150000.3.67.1.x86_64", relates_to_product_reference: "SUSE Manager Server Module 4.3", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-3651", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-3651", }, ], notes: [ { category: "general", text: "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-3651", url: "https://www.suse.com/security/cve/CVE-2024-3651", }, { category: "external", summary: "SUSE Bug 1222842 for CVE-2024-3651", url: "https://bugzilla.suse.com/1222842", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-3651", }, { cve: "CVE-2024-37891", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-37891", }, ], notes: [ { category: "general", text: " urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-37891", url: "https://www.suse.com/security/cve/CVE-2024-37891", }, { category: "external", summary: "SUSE Bug 1226469 for CVE-2024-37891", url: "https://bugzilla.suse.com/1226469", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5569", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-5569", }, ], notes: [ { category: "general", text: "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-5569", url: "https://www.suse.com/security/cve/CVE-2024-5569", }, { category: "external", summary: "SUSE Bug 1227547 for CVE-2024-5569", url: "https://bugzilla.suse.com/1227547", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "low", }, ], title: "CVE-2024-5569", }, { cve: "CVE-2024-6345", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6345", }, ], notes: [ { category: "general", text: "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6345", url: "https://www.suse.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "SUSE Bug 1228105 for CVE-2024-6345", url: "https://bugzilla.suse.com/1228105", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "important", }, ], title: "CVE-2024-6345", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "important", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], 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 Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools 15:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Client Tools for SLE Micro 5:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Proxy Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.aarch64", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.ppc64le", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.s390x", "SUSE Manager Server Module 4.3:venv-salt-minion-3006.0-150000.3.67.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:44Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:2479-1
Vulnerability from csaf_suse
Published
2024-07-15 08:34
Modified
2024-07-15 08:34
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-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).
- CVE-2024-0450: Fixed detecting the vulnerability of 'quoted-overlap' zipbomb (bsc#1221854).
- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames
SUSE-2024-2479,SUSE-SLE-Micro-5.3-2024-2479,SUSE-SLE-Micro-5.4-2024-2479,SUSE-SLE-Micro-5.5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP6-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP5-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2479,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2479,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2479,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2479,SUSE-SUSE-MicroOS-5.2-2024-2479,SUSE-Storage-7.1-2024-2479,openSUSE-Leap-Micro-5.3-2024-2479,openSUSE-Leap-Micro-5.4-2024-2479,openSUSE-SLE-15.5-2024-2479,openSUSE-SLE-15.6-2024-2479
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 python3", title: "Title of the patch", }, { category: "description", text: "This update for python3 fixes the following issues:\n\n- CVE-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559).\n- CVE-2024-0450: Fixed detecting the vulnerability of 'quoted-overlap' zipbomb (bsc#1221854).\n- CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2479,SUSE-SLE-Micro-5.3-2024-2479,SUSE-SLE-Micro-5.4-2024-2479,SUSE-SLE-Micro-5.5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP5-2024-2479,SUSE-SLE-Module-Basesystem-15-SP6-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP5-2024-2479,SUSE-SLE-Module-Development-Tools-15-SP6-2024-2479,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-2479,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-2479,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-2479,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-2479,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-2479,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-2479,SUSE-SUSE-MicroOS-5.2-2024-2479,SUSE-Storage-7.1-2024-2479,openSUSE-Leap-Micro-5.3-2024-2479,openSUSE-Leap-Micro-5.4-2024-2479,openSUSE-SLE-15.5-2024-2479,openSUSE-SLE-15.6-2024-2479", 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-2024_2479-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2479-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242479-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2479-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-July/036005.html", }, { category: "self", summary: "SUSE Bug 1219559", url: "https://bugzilla.suse.com/1219559", }, { category: "self", summary: "SUSE Bug 1220664", url: "https://bugzilla.suse.com/1220664", }, { category: "self", summary: "SUSE Bug 1221563", url: "https://bugzilla.suse.com/1221563", }, { category: "self", summary: "SUSE Bug 1221854", url: "https://bugzilla.suse.com/1221854", }, { category: "self", summary: "SUSE Bug 1222075", url: "https://bugzilla.suse.com/1222075", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE CVE CVE-2023-52425 page", url: "https://www.suse.com/security/cve/CVE-2023-52425/", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-0450 page", url: "https://www.suse.com/security/cve/CVE-2024-0450/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "Security update for python3", tracking: { current_release_date: "2024-07-15T08:34:13Z", generator: { date: "2024-07-15T08:34:13Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2479-1", initial_release_date: "2024-07-15T08:34:13Z", revision_history: [ { date: "2024-07-15T08:34:13Z", 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.65.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.65.2.aarch64", product: { name: "python3-3.6.15-150300.10.65.2.aarch64", product_id: "python3-3.6.15-150300.10.65.2.aarch64", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-base-3.6.15-150300.10.65.1.aarch64", product_id: "python3-base-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.65.2.aarch64", product: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64", product_id: "python3-curses-3.6.15-150300.10.65.2.aarch64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.65.2.aarch64", product: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64", product_id: "python3-dbm-3.6.15-150300.10.65.2.aarch64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64", product_id: "python3-devel-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-doc-3.6.15-150300.10.65.1.aarch64", product_id: "python3-doc-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", product_id: "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.65.2.aarch64", product: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64", product_id: "python3-idle-3.6.15-150300.10.65.2.aarch64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-testsuite-3.6.15-150300.10.65.1.aarch64", product_id: "python3-testsuite-3.6.15-150300.10.65.1.aarch64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.65.2.aarch64", product: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64", product_id: "python3-tk-3.6.15-150300.10.65.2.aarch64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.65.1.aarch64", product: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64", product_id: "python3-tools-3.6.15-150300.10.65.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-150300.10.65.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.65.1.i586", product: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.i586", product_id: "libpython3_6m1_0-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.65.2.i586", product: { name: "python3-3.6.15-150300.10.65.2.i586", product_id: "python3-3.6.15-150300.10.65.2.i586", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.65.1.i586", product: { name: "python3-base-3.6.15-150300.10.65.1.i586", product_id: "python3-base-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.65.2.i586", product: { name: "python3-curses-3.6.15-150300.10.65.2.i586", product_id: "python3-curses-3.6.15-150300.10.65.2.i586", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.65.2.i586", product: { name: "python3-dbm-3.6.15-150300.10.65.2.i586", product_id: "python3-dbm-3.6.15-150300.10.65.2.i586", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.65.1.i586", product: { name: "python3-devel-3.6.15-150300.10.65.1.i586", product_id: "python3-devel-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.65.1.i586", product: { name: "python3-doc-3.6.15-150300.10.65.1.i586", product_id: "python3-doc-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.65.1.i586", product: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.i586", product_id: "python3-doc-devhelp-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.65.2.i586", product: { name: "python3-idle-3.6.15-150300.10.65.2.i586", product_id: "python3-idle-3.6.15-150300.10.65.2.i586", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.65.1.i586", product: { name: "python3-testsuite-3.6.15-150300.10.65.1.i586", product_id: "python3-testsuite-3.6.15-150300.10.65.1.i586", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.65.2.i586", product: { name: "python3-tk-3.6.15-150300.10.65.2.i586", product_id: "python3-tk-3.6.15-150300.10.65.2.i586", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.65.1.i586", product: { name: "python3-tools-3.6.15-150300.10.65.1.i586", product_id: "python3-tools-3.6.15-150300.10.65.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.65.2.ppc64le", product: { name: "python3-3.6.15-150300.10.65.2.ppc64le", product_id: "python3-3.6.15-150300.10.65.2.ppc64le", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-base-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.65.2.ppc64le", product: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le", product_id: "python3-curses-3.6.15-150300.10.65.2.ppc64le", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", product: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", product_id: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-devel-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-doc-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-doc-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.65.2.ppc64le", product: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le", product_id: "python3-idle-3.6.15-150300.10.65.2.ppc64le", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-testsuite-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-testsuite-3.6.15-150300.10.65.1.ppc64le", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.65.2.ppc64le", product: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le", product_id: "python3-tk-3.6.15-150300.10.65.2.ppc64le", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.65.1.ppc64le", product: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le", product_id: "python3-tools-3.6.15-150300.10.65.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", product_id: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.65.2.s390x", product: { name: "python3-3.6.15-150300.10.65.2.s390x", product_id: "python3-3.6.15-150300.10.65.2.s390x", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.65.1.s390x", product: { name: "python3-base-3.6.15-150300.10.65.1.s390x", product_id: "python3-base-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.65.2.s390x", product: { name: "python3-curses-3.6.15-150300.10.65.2.s390x", product_id: "python3-curses-3.6.15-150300.10.65.2.s390x", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.65.2.s390x", product: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x", product_id: "python3-dbm-3.6.15-150300.10.65.2.s390x", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.65.1.s390x", product: { name: "python3-devel-3.6.15-150300.10.65.1.s390x", product_id: "python3-devel-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.65.1.s390x", product: { name: "python3-doc-3.6.15-150300.10.65.1.s390x", product_id: "python3-doc-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", product: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", product_id: "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.65.2.s390x", product: { name: "python3-idle-3.6.15-150300.10.65.2.s390x", product_id: "python3-idle-3.6.15-150300.10.65.2.s390x", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.65.1.s390x", product: { name: "python3-testsuite-3.6.15-150300.10.65.1.s390x", product_id: "python3-testsuite-3.6.15-150300.10.65.1.s390x", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.65.2.s390x", product: { name: "python3-tk-3.6.15-150300.10.65.2.s390x", product_id: "python3-tk-3.6.15-150300.10.65.2.s390x", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.65.1.s390x", product: { name: "python3-tools-3.6.15-150300.10.65.1.s390x", product_id: "python3-tools-3.6.15-150300.10.65.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-3.6.15-150300.10.65.2.x86_64", product: { name: "python3-3.6.15-150300.10.65.2.x86_64", product_id: "python3-3.6.15-150300.10.65.2.x86_64", }, }, { category: "product_version", name: "python3-base-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-base-3.6.15-150300.10.65.1.x86_64", product_id: "python3-base-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150300.10.65.2.x86_64", product: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64", product_id: "python3-curses-3.6.15-150300.10.65.2.x86_64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150300.10.65.2.x86_64", product: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64", product_id: "python3-dbm-3.6.15-150300.10.65.2.x86_64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64", product_id: "python3-devel-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-doc-3.6.15-150300.10.65.1.x86_64", product_id: "python3-doc-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", product_id: "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150300.10.65.2.x86_64", product: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64", product_id: "python3-idle-3.6.15-150300.10.65.2.x86_64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-testsuite-3.6.15-150300.10.65.1.x86_64", product_id: "python3-testsuite-3.6.15-150300.10.65.1.x86_64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150300.10.65.2.x86_64", product: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64", product_id: "python3-tk-3.6.15-150300.10.65.2.x86_64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150300.10.65.1.x86_64", product: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64", product_id: "python3-tools-3.6.15-150300.10.65.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 SP5", product: { name: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-basesystem:15:sp5", }, }, }, { 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 SP5", product: { name: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-development-tools:15:sp5", }, }, }, { 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 High Performance Computing 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-espos:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp4", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp4", }, }, }, { category: "product_name", name: "SUSE Manager Proxy 4.3", product: { name: "SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-proxy:4.3", }, }, }, { category: "product_name", name: "SUSE Manager Server 4.3", product: { name: "SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3", product_identification_helper: { cpe: "cpe:/o:suse:suse-manager-server:4.3", }, }, }, { 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: "SUSE Enterprise Storage 7.1", product: { name: "SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1", product_identification_helper: { cpe: "cpe:/o:suse:ses:7.1", }, }, }, { category: "product_name", name: "openSUSE Leap Micro 5.3", product: { name: "openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3", product_identification_helper: { cpe: "cpe:/o:opensuse:leap-micro:5.3", }, }, }, { category: "product_name", name: "openSUSE Leap Micro 5.4", product: { name: "openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4", product_identification_helper: { cpe: "cpe:/o:opensuse:leap-micro:5.4", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { 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.65.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.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.s390x as component of SUSE Linux Enterprise Micro 5.3", product_id: "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.s390x as component of SUSE Linux Enterprise Micro 5.4", product_id: "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.s390x as component of SUSE Linux Enterprise Micro 5.5", product_id: "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", product_id: "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Basesystem 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.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.65.2.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.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.2.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.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.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.65.2.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.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5", product_id: "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP4-LTSS", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Proxy 4.3", product_id: "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Proxy 4.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Manager Server 4.3", product_id: "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Manager Server 4.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.s390x as component of SUSE Linux Enterprise Micro 5.2", product_id: "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.2.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.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.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.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.3", product_id: "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.3", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap Micro 5.4", product_id: "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap Micro 5.4", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-base-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-devel-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-doc-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-doc-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-doc-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-doc-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-testsuite-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python3-tools-3.6.15-150300.10.65.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150300.10.65.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.65.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.65.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-base-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-curses-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-curses-3.6.15-150300.10.65.2.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.65.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-dbm-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-dbm-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-devel-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-doc-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-doc-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-doc-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-doc-3.6.15-150300.10.65.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-doc-devhelp-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-idle-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-idle-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-testsuite-3.6.15-150300.10.65.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.65.2.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python3-tk-3.6.15-150300.10.65.2.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", }, product_reference: "python3-tk-3.6.15-150300.10.65.2.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.65.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", }, product_reference: "python3-tools-3.6.15-150300.10.65.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.65.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", }, product_reference: "python3-tools-3.6.15-150300.10.65.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2023-52425", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-52425", }, ], notes: [ { category: "general", text: "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-52425", url: "https://www.suse.com/security/cve/CVE-2023-52425", }, { category: "external", summary: "SUSE Bug 1219559 for CVE-2023-52425", url: "https://bugzilla.suse.com/1219559", }, ], 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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-15T08:34:13Z", details: "moderate", }, ], title: "CVE-2023-52425", }, { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-15T08:34:13Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-0450", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0450", }, ], notes: [ { category: "general", text: "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to \"quoted-overlap\" zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0450", url: "https://www.suse.com/security/cve/CVE-2024-0450", }, { category: "external", summary: "SUSE Bug 1221854 for CVE-2024-0450", url: "https://bugzilla.suse.com/1221854", }, ], 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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-15T08:34:13Z", details: "moderate", }, ], title: "CVE-2024-0450", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP5:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP5:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.ppc64le", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.s390x", "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.65.1.x86_64", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.65.2.x86_64", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.ppc64le", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.s390x", "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.5:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.5:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.ppc64le", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.s390x", "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.ppc64le", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.s390x", "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.3:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.3:python3-base-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.aarch64", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.s390x", "openSUSE Leap Micro 5.4:python3-3.6.15-150300.10.65.2.x86_64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.aarch64", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.s390x", "openSUSE Leap Micro 5.4:python3-base-3.6.15-150300.10.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-15T08:34:13Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
suse-su-2024:2249-1
Vulnerability from csaf_suse
Published
2024-07-01 12:04
Modified
2024-07-01 12:04
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames
SUSE-2024-2249,SUSE-SUSE-MicroOS-5.1-2024-2249
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2249,SUSE-SUSE-MicroOS-5.1-2024-2249", 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-2024_2249-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2249-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242249-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2249-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018832.html", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "Security update for python39", tracking: { current_release_date: "2024-07-01T12:04:26Z", generator: { date: "2024-07-01T12:04:26Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2249-1", initial_release_date: "2024-07-01T12:04:26Z", revision_history: [ { date: "2024-07-01T12:04:26Z", 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.150.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-3.6.15-150000.3.150.1.aarch64", product_id: "python3-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-base-3.6.15-150000.3.150.1.aarch64", product_id: "python3-base-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-curses-3.6.15-150000.3.150.1.aarch64", product_id: "python3-curses-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-dbm-3.6.15-150000.3.150.1.aarch64", product_id: "python3-dbm-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-devel-3.6.15-150000.3.150.1.aarch64", product_id: "python3-devel-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-doc-3.6.15-150000.3.150.1.aarch64", product_id: "python3-doc-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64", product_id: "python3-doc-devhelp-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-idle-3.6.15-150000.3.150.1.aarch64", product_id: "python3-idle-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-testsuite-3.6.15-150000.3.150.1.aarch64", product_id: "python3-testsuite-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-tk-3.6.15-150000.3.150.1.aarch64", product_id: "python3-tk-3.6.15-150000.3.150.1.aarch64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.150.1.aarch64", product: { name: "python3-tools-3.6.15-150000.3.150.1.aarch64", product_id: "python3-tools-3.6.15-150000.3.150.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-150000.3.150.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.150.1.i586", product: { name: "libpython3_6m1_0-3.6.15-150000.3.150.1.i586", product_id: "libpython3_6m1_0-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.150.1.i586", product: { name: "python3-3.6.15-150000.3.150.1.i586", product_id: "python3-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.150.1.i586", product: { name: "python3-base-3.6.15-150000.3.150.1.i586", product_id: "python3-base-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.150.1.i586", product: { name: "python3-curses-3.6.15-150000.3.150.1.i586", product_id: "python3-curses-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.150.1.i586", product: { name: "python3-dbm-3.6.15-150000.3.150.1.i586", product_id: "python3-dbm-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.150.1.i586", product: { name: "python3-devel-3.6.15-150000.3.150.1.i586", product_id: "python3-devel-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.150.1.i586", product: { name: "python3-doc-3.6.15-150000.3.150.1.i586", product_id: "python3-doc-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.150.1.i586", product: { name: "python3-doc-devhelp-3.6.15-150000.3.150.1.i586", product_id: "python3-doc-devhelp-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.150.1.i586", product: { name: "python3-idle-3.6.15-150000.3.150.1.i586", product_id: "python3-idle-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.150.1.i586", product: { name: "python3-testsuite-3.6.15-150000.3.150.1.i586", product_id: "python3-testsuite-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.150.1.i586", product: { name: "python3-tk-3.6.15-150000.3.150.1.i586", product_id: "python3-tk-3.6.15-150000.3.150.1.i586", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.150.1.i586", product: { name: "python3-tools-3.6.15-150000.3.150.1.i586", product_id: "python3-tools-3.6.15-150000.3.150.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-base-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-base-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-curses-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-curses-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-dbm-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-dbm-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-devel-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-devel-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-doc-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-doc-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-doc-devhelp-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-idle-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-idle-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-testsuite-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-testsuite-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-tk-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-tk-3.6.15-150000.3.150.1.ppc64le", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.150.1.ppc64le", product: { name: "python3-tools-3.6.15-150000.3.150.1.ppc64le", product_id: "python3-tools-3.6.15-150000.3.150.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", product_id: "libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.150.1.s390x", product: { name: "python3-3.6.15-150000.3.150.1.s390x", product_id: "python3-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.150.1.s390x", product: { name: "python3-base-3.6.15-150000.3.150.1.s390x", product_id: "python3-base-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.150.1.s390x", product: { name: "python3-curses-3.6.15-150000.3.150.1.s390x", product_id: "python3-curses-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.150.1.s390x", product: { name: "python3-dbm-3.6.15-150000.3.150.1.s390x", product_id: "python3-dbm-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.150.1.s390x", product: { name: "python3-devel-3.6.15-150000.3.150.1.s390x", product_id: "python3-devel-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.150.1.s390x", product: { name: "python3-doc-3.6.15-150000.3.150.1.s390x", product_id: "python3-doc-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x", product: { name: "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x", product_id: "python3-doc-devhelp-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.150.1.s390x", product: { name: "python3-idle-3.6.15-150000.3.150.1.s390x", product_id: "python3-idle-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.150.1.s390x", product: { name: "python3-testsuite-3.6.15-150000.3.150.1.s390x", product_id: "python3-testsuite-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.150.1.s390x", product: { name: "python3-tk-3.6.15-150000.3.150.1.s390x", product_id: "python3-tk-3.6.15-150000.3.150.1.s390x", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.150.1.s390x", product: { name: "python3-tools-3.6.15-150000.3.150.1.s390x", product_id: "python3-tools-3.6.15-150000.3.150.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-3.6.15-150000.3.150.1.x86_64", product_id: "python3-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-base-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-base-3.6.15-150000.3.150.1.x86_64", product_id: "python3-base-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-curses-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-curses-3.6.15-150000.3.150.1.x86_64", product_id: "python3-curses-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-dbm-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-dbm-3.6.15-150000.3.150.1.x86_64", product_id: "python3-dbm-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-devel-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-devel-3.6.15-150000.3.150.1.x86_64", product_id: "python3-devel-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-doc-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-doc-3.6.15-150000.3.150.1.x86_64", product_id: "python3-doc-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64", product_id: "python3-doc-devhelp-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-idle-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-idle-3.6.15-150000.3.150.1.x86_64", product_id: "python3-idle-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-testsuite-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-testsuite-3.6.15-150000.3.150.1.x86_64", product_id: "python3-testsuite-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-tk-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-tk-3.6.15-150000.3.150.1.x86_64", product_id: "python3-tk-3.6.15-150000.3.150.1.x86_64", }, }, { category: "product_version", name: "python3-tools-3.6.15-150000.3.150.1.x86_64", product: { name: "python3-tools-3.6.15-150000.3.150.1.x86_64", product_id: "python3-tools-3.6.15-150000.3.150.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.150.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.150.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.150.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.150.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.150.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.150.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.150.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.150.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-150000.3.150.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.150.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.150.1.aarch64", }, product_reference: "python3-3.6.15-150000.3.150.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.150.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.150.1.s390x", }, product_reference: "python3-3.6.15-150000.3.150.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.150.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.150.1.x86_64", }, product_reference: "python3-3.6.15-150000.3.150.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.150.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.150.1.aarch64", }, product_reference: "python3-base-3.6.15-150000.3.150.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.150.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.150.1.s390x", }, product_reference: "python3-base-3.6.15-150000.3.150.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.150.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.150.1.x86_64", }, product_reference: "python3-base-3.6.15-150000.3.150.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Micro 5.1", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-01T12:04:26Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.150.1.x86_64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.aarch64", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.s390x", "SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.150.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-01T12:04:26Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
suse-su-2024:2982-1
Vulnerability from csaf_suse
Published
2024-08-20 09:08
Modified
2024-08-20 09:08
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:
Security issues fixed:
- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)
- CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233)
- CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448)
Non-security issues fixed:
- Fixed executable bits for /usr/bin/idle* (bsc#1227378).
- Improve python reproducible builds (bsc#1227999)
- Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660)
- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999)
Patchnames
SUSE-2024-2982,SUSE-SLE-Module-Basesystem-15-SP6-2024-2982,SUSE-SLE-Module-Python3-15-SP6-2024-2982,openSUSE-SLE-15.6-2024-2982
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 python311", title: "Title of the patch", }, { category: "description", text: "This update for python311 fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780)\n- CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233)\n- CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448)\n\nNon-security issues fixed:\n\n- Fixed executable bits for /usr/bin/idle* (bsc#1227378).\n- Improve python reproducible builds (bsc#1227999)\n- Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660)\n- %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2982,SUSE-SLE-Module-Basesystem-15-SP6-2024-2982,SUSE-SLE-Module-Python3-15-SP6-2024-2982,openSUSE-SLE-15.6-2024-2982", 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-2024_2982-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2982-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242982-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2982-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-August/036645.html", }, { category: "self", summary: "SUSE Bug 1225660", url: "https://bugzilla.suse.com/1225660", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1227378", url: "https://bugzilla.suse.com/1227378", }, { category: "self", summary: "SUSE Bug 1227999", url: "https://bugzilla.suse.com/1227999", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE CVE CVE-2023-27043 page", url: "https://www.suse.com/security/cve/CVE-2023-27043/", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, ], title: "Security update for python311", tracking: { current_release_date: "2024-08-20T09:08:57Z", generator: { date: "2024-08-20T09:08:57Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2982-1", initial_release_date: "2024-08-20T09:08:57Z", revision_history: [ { date: "2024-08-20T09:08:57Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", product: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", product_id: "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-3.11.9-150600.3.3.1.aarch64", product_id: "python311-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-base-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-base-3.11.9-150600.3.3.1.aarch64", product_id: "python311-base-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-curses-3.11.9-150600.3.3.1.aarch64", product_id: "python311-curses-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-dbm-3.11.9-150600.3.3.1.aarch64", product_id: "python311-dbm-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-devel-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-devel-3.11.9-150600.3.3.1.aarch64", product_id: "python311-devel-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-doc-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-doc-3.11.9-150600.3.3.1.aarch64", product_id: "python311-doc-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", product_id: "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-idle-3.11.9-150600.3.3.1.aarch64", product_id: "python311-idle-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-testsuite-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-testsuite-3.11.9-150600.3.3.1.aarch64", product_id: "python311-testsuite-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-tk-3.11.9-150600.3.3.1.aarch64", product_id: "python311-tk-3.11.9-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python311-tools-3.11.9-150600.3.3.1.aarch64", product: { name: "python311-tools-3.11.9-150600.3.3.1.aarch64", product_id: "python311-tools-3.11.9-150600.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product: { name: "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product_id: "libpython3_11-1_0-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product: { name: "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product_id: "python311-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product: { name: "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", product_id: "python311-base-64bit-3.11.9-150600.3.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.9-150600.3.3.1.i586", product: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.i586", product_id: "libpython3_11-1_0-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-3.11.9-150600.3.3.1.i586", product: { name: "python311-3.11.9-150600.3.3.1.i586", product_id: "python311-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-base-3.11.9-150600.3.3.1.i586", product: { name: "python311-base-3.11.9-150600.3.3.1.i586", product_id: "python311-base-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-curses-3.11.9-150600.3.3.1.i586", product: { name: "python311-curses-3.11.9-150600.3.3.1.i586", product_id: "python311-curses-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-dbm-3.11.9-150600.3.3.1.i586", product: { name: "python311-dbm-3.11.9-150600.3.3.1.i586", product_id: "python311-dbm-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-devel-3.11.9-150600.3.3.1.i586", product: { name: "python311-devel-3.11.9-150600.3.3.1.i586", product_id: "python311-devel-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-doc-3.11.9-150600.3.3.1.i586", product: { name: "python311-doc-3.11.9-150600.3.3.1.i586", product_id: "python311-doc-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.9-150600.3.3.1.i586", product: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.i586", product_id: "python311-doc-devhelp-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-idle-3.11.9-150600.3.3.1.i586", product: { name: "python311-idle-3.11.9-150600.3.3.1.i586", product_id: "python311-idle-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-testsuite-3.11.9-150600.3.3.1.i586", product: { name: "python311-testsuite-3.11.9-150600.3.3.1.i586", product_id: "python311-testsuite-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-tk-3.11.9-150600.3.3.1.i586", product: { name: "python311-tk-3.11.9-150600.3.3.1.i586", product_id: "python311-tk-3.11.9-150600.3.3.1.i586", }, }, { category: "product_version", name: "python311-tools-3.11.9-150600.3.3.1.i586", product: { name: "python311-tools-3.11.9-150600.3.3.1.i586", product_id: "python311-tools-3.11.9-150600.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", product: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", product_id: "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-base-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-base-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-base-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-curses-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-curses-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-dbm-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-dbm-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-devel-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-devel-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-devel-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-doc-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-doc-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-idle-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-idle-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-testsuite-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-testsuite-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-testsuite-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-tk-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-tk-3.11.9-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python311-tools-3.11.9-150600.3.3.1.ppc64le", product: { name: "python311-tools-3.11.9-150600.3.3.1.ppc64le", product_id: "python311-tools-3.11.9-150600.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", product: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", product_id: "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-3.11.9-150600.3.3.1.s390x", product: { name: "python311-3.11.9-150600.3.3.1.s390x", product_id: "python311-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-base-3.11.9-150600.3.3.1.s390x", product: { name: "python311-base-3.11.9-150600.3.3.1.s390x", product_id: "python311-base-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.9-150600.3.3.1.s390x", product: { name: "python311-curses-3.11.9-150600.3.3.1.s390x", product_id: "python311-curses-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.9-150600.3.3.1.s390x", product: { name: "python311-dbm-3.11.9-150600.3.3.1.s390x", product_id: "python311-dbm-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-devel-3.11.9-150600.3.3.1.s390x", product: { name: "python311-devel-3.11.9-150600.3.3.1.s390x", product_id: "python311-devel-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-doc-3.11.9-150600.3.3.1.s390x", product: { name: "python311-doc-3.11.9-150600.3.3.1.s390x", product_id: "python311-doc-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", product: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", product_id: "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.9-150600.3.3.1.s390x", product: { name: "python311-idle-3.11.9-150600.3.3.1.s390x", product_id: "python311-idle-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-testsuite-3.11.9-150600.3.3.1.s390x", product: { name: "python311-testsuite-3.11.9-150600.3.3.1.s390x", product_id: "python311-testsuite-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.9-150600.3.3.1.s390x", product: { name: "python311-tk-3.11.9-150600.3.3.1.s390x", product_id: "python311-tk-3.11.9-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python311-tools-3.11.9-150600.3.3.1.s390x", product: { name: "python311-tools-3.11.9-150600.3.3.1.s390x", product_id: "python311-tools-3.11.9-150600.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", product: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", product_id: "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", product: { name: "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", product_id: "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-3.11.9-150600.3.3.1.x86_64", product_id: "python311-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-32bit-3.11.9-150600.3.3.1.x86_64", product_id: "python311-32bit-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-base-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-base-3.11.9-150600.3.3.1.x86_64", product_id: "python311-base-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-base-32bit-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-base-32bit-3.11.9-150600.3.3.1.x86_64", product_id: "python311-base-32bit-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-curses-3.11.9-150600.3.3.1.x86_64", product_id: "python311-curses-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-dbm-3.11.9-150600.3.3.1.x86_64", product_id: "python311-dbm-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-devel-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-devel-3.11.9-150600.3.3.1.x86_64", product_id: "python311-devel-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-doc-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-doc-3.11.9-150600.3.3.1.x86_64", product_id: "python311-doc-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", product_id: "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-idle-3.11.9-150600.3.3.1.x86_64", product_id: "python311-idle-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-testsuite-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-testsuite-3.11.9-150600.3.3.1.x86_64", product_id: "python311-testsuite-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-tk-3.11.9-150600.3.3.1.x86_64", product_id: "python311-tk-3.11.9-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python311-tools-3.11.9-150600.3.3.1.x86_64", product: { name: "python311-tools-3.11.9-150600.3.3.1.x86_64", product_id: "python311-tools-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.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.9-150600.3.3.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_11-1_0-3.11.9-150600.3.3.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.aarch64", }, product_reference: "python311-base-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.ppc64le", }, product_reference: "python311-base-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.s390x", }, product_reference: "python311-base-3.11.9-150600.3.3.1.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.9-150600.3.3.1.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.9-150600.3.3.1.x86_64", }, product_reference: "python311-base-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-curses-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-curses-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-curses-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-curses-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-dbm-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-dbm-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-dbm-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-dbm-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-devel-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-devel-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-devel-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-devel-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-idle-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-idle-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-idle-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-idle-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tk-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tk-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tk-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tk-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tools-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tools-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tools-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.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.9-150600.3.3.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:python311-tools-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-tools-3.11.9-150600.3.3.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_11-1_0-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", }, product_reference: "libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", }, product_reference: "libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-32bit-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-base-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-base-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-base-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-base-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-base-32bit-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-base-32bit-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-curses-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-dbm-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-devel-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-devel-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-doc-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-doc-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-doc-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-doc-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-idle-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-testsuite-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-testsuite-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-testsuite-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-testsuite-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-testsuite-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-tk-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.9-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.9-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.9-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python311-tools-3.11.9-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", }, product_reference: "python311-tools-3.11.9-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2023-27043", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2023-27043", }, ], notes: [ { category: "general", text: "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2023-27043", url: "https://www.suse.com/security/cve/CVE-2023-27043", }, { category: "external", summary: "SUSE Bug 1210638 for CVE-2023-27043", url: "https://bugzilla.suse.com/1210638", }, { category: "external", summary: "SUSE Bug 1222537 for CVE-2023-27043", url: "https://bugzilla.suse.com/1222537", }, ], 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.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-20T09:08:57Z", details: "moderate", }, ], title: "CVE-2023-27043", }, { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-20T09:08:57Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-20T09:08:57Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], 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.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.9-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-base-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-base-32bit-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-curses-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-dbm-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-devel-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-idle-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-testsuite-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tk-3.11.9-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.s390x", "openSUSE Leap 15.6:python311-tools-3.11.9-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-20T09:08:57Z", details: "important", }, ], title: "CVE-2024-6923", }, ], }
suse-su-2024:2280-1
Vulnerability from csaf_suse
Published
2024-07-02 19:03
Modified
2024-07-02 19:03
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames
SUSE-2024-2280,SUSE-SLE-Module-Legacy-15-SP5-2024-2280,openSUSE-SLE-15.5-2024-2280,openSUSE-SLE-15.6-2024-2280
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2280,SUSE-SLE-Module-Legacy-15-SP5-2024-2280,openSUSE-SLE-15.5-2024-2280,openSUSE-SLE-15.6-2024-2280", 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-2024_2280-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2280-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242280-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2280-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018854.html", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "Security update for python39", tracking: { current_release_date: "2024-07-02T19:03:52Z", generator: { date: "2024-07-02T19:03:52Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2280-1", initial_release_date: "2024-07-02T19:03:52Z", revision_history: [ { date: "2024-07-02T19:03:52Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", product: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", product_id: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-3.9.19-150300.4.46.1.aarch64", product_id: "python39-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-base-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-base-3.9.19-150300.4.46.1.aarch64", product_id: "python39-base-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-curses-3.9.19-150300.4.46.1.aarch64", product_id: "python39-curses-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-dbm-3.9.19-150300.4.46.1.aarch64", product_id: "python39-dbm-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-devel-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-devel-3.9.19-150300.4.46.1.aarch64", product_id: "python39-devel-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-doc-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-doc-3.9.19-150300.4.46.1.aarch64", product_id: "python39-doc-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", product_id: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-idle-3.9.19-150300.4.46.1.aarch64", product_id: "python39-idle-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-testsuite-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-testsuite-3.9.19-150300.4.46.1.aarch64", product_id: "python39-testsuite-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-tk-3.9.19-150300.4.46.1.aarch64", product_id: "python39-tk-3.9.19-150300.4.46.1.aarch64", }, }, { category: "product_version", name: "python39-tools-3.9.19-150300.4.46.1.aarch64", product: { name: "python39-tools-3.9.19-150300.4.46.1.aarch64", product_id: "python39-tools-3.9.19-150300.4.46.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product: { name: "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product_id: "libpython3_9-1_0-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product: { name: "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product_id: "python39-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", }, }, { category: "product_version", name: "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product: { name: "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", product_id: "python39-base-64bit-3.9.19-150300.4.46.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.19-150300.4.46.1.i586", product: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.i586", product_id: "libpython3_9-1_0-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-3.9.19-150300.4.46.1.i586", product: { name: "python39-3.9.19-150300.4.46.1.i586", product_id: "python39-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-base-3.9.19-150300.4.46.1.i586", product: { name: "python39-base-3.9.19-150300.4.46.1.i586", product_id: "python39-base-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-curses-3.9.19-150300.4.46.1.i586", product: { name: "python39-curses-3.9.19-150300.4.46.1.i586", product_id: "python39-curses-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-dbm-3.9.19-150300.4.46.1.i586", product: { name: "python39-dbm-3.9.19-150300.4.46.1.i586", product_id: "python39-dbm-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-devel-3.9.19-150300.4.46.1.i586", product: { name: "python39-devel-3.9.19-150300.4.46.1.i586", product_id: "python39-devel-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-doc-3.9.19-150300.4.46.1.i586", product: { name: "python39-doc-3.9.19-150300.4.46.1.i586", product_id: "python39-doc-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.19-150300.4.46.1.i586", product: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.i586", product_id: "python39-doc-devhelp-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-idle-3.9.19-150300.4.46.1.i586", product: { name: "python39-idle-3.9.19-150300.4.46.1.i586", product_id: "python39-idle-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-testsuite-3.9.19-150300.4.46.1.i586", product: { name: "python39-testsuite-3.9.19-150300.4.46.1.i586", product_id: "python39-testsuite-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-tk-3.9.19-150300.4.46.1.i586", product: { name: "python39-tk-3.9.19-150300.4.46.1.i586", product_id: "python39-tk-3.9.19-150300.4.46.1.i586", }, }, { category: "product_version", name: "python39-tools-3.9.19-150300.4.46.1.i586", product: { name: "python39-tools-3.9.19-150300.4.46.1.i586", product_id: "python39-tools-3.9.19-150300.4.46.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", product: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", product_id: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-base-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-base-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-base-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-curses-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-curses-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-devel-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-devel-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-devel-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-doc-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-doc-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-idle-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-idle-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-tk-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-tk-3.9.19-150300.4.46.1.ppc64le", }, }, { category: "product_version", name: "python39-tools-3.9.19-150300.4.46.1.ppc64le", product: { name: "python39-tools-3.9.19-150300.4.46.1.ppc64le", product_id: "python39-tools-3.9.19-150300.4.46.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", product: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", product_id: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-3.9.19-150300.4.46.1.s390x", product: { name: "python39-3.9.19-150300.4.46.1.s390x", product_id: "python39-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-base-3.9.19-150300.4.46.1.s390x", product: { name: "python39-base-3.9.19-150300.4.46.1.s390x", product_id: "python39-base-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.19-150300.4.46.1.s390x", product: { name: "python39-curses-3.9.19-150300.4.46.1.s390x", product_id: "python39-curses-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.19-150300.4.46.1.s390x", product: { name: "python39-dbm-3.9.19-150300.4.46.1.s390x", product_id: "python39-dbm-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-devel-3.9.19-150300.4.46.1.s390x", product: { name: "python39-devel-3.9.19-150300.4.46.1.s390x", product_id: "python39-devel-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-doc-3.9.19-150300.4.46.1.s390x", product: { name: "python39-doc-3.9.19-150300.4.46.1.s390x", product_id: "python39-doc-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", product: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", product_id: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.19-150300.4.46.1.s390x", product: { name: "python39-idle-3.9.19-150300.4.46.1.s390x", product_id: "python39-idle-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-testsuite-3.9.19-150300.4.46.1.s390x", product: { name: "python39-testsuite-3.9.19-150300.4.46.1.s390x", product_id: "python39-testsuite-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.19-150300.4.46.1.s390x", product: { name: "python39-tk-3.9.19-150300.4.46.1.s390x", product_id: "python39-tk-3.9.19-150300.4.46.1.s390x", }, }, { category: "product_version", name: "python39-tools-3.9.19-150300.4.46.1.s390x", product: { name: "python39-tools-3.9.19-150300.4.46.1.s390x", product_id: "python39-tools-3.9.19-150300.4.46.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", product: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", product_id: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", product: { name: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", product_id: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-3.9.19-150300.4.46.1.x86_64", product_id: "python39-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-32bit-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-32bit-3.9.19-150300.4.46.1.x86_64", product_id: "python39-32bit-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-base-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-base-3.9.19-150300.4.46.1.x86_64", product_id: "python39-base-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64", product_id: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-curses-3.9.19-150300.4.46.1.x86_64", product_id: "python39-curses-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-dbm-3.9.19-150300.4.46.1.x86_64", product_id: "python39-dbm-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-devel-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-devel-3.9.19-150300.4.46.1.x86_64", product_id: "python39-devel-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-doc-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-doc-3.9.19-150300.4.46.1.x86_64", product_id: "python39-doc-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", product_id: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-idle-3.9.19-150300.4.46.1.x86_64", product_id: "python39-idle-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-testsuite-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-testsuite-3.9.19-150300.4.46.1.x86_64", product_id: "python39-testsuite-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-tk-3.9.19-150300.4.46.1.x86_64", product_id: "python39-tk-3.9.19-150300.4.46.1.x86_64", }, }, { category: "product_version", name: "python39-tools-3.9.19-150300.4.46.1.x86_64", product: { name: "python39-tools-3.9.19-150300.4.46.1.x86_64", product_id: "python39-tools-3.9.19-150300.4.46.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product: { name: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-module-legacy:15:sp5", }, }, }, { category: "product_name", name: "openSUSE Leap 15.5", product: { name: "openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5", product_identification_helper: { cpe: "cpe:/o:opensuse:leap:15.5", }, }, }, { 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.19-150300.4.46.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-base-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-base-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5", product_id: "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Legacy 15 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-base-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-base-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.5", product_id: "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.5", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", }, product_reference: "libpython3_9-1_0-3.9.19-150300.4.46.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.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-base-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-base-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-base-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-base-32bit-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-curses-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-dbm-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-devel-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-devel-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-doc-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-idle-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-testsuite-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-testsuite-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-tk-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python39-tools-3.9.19-150300.4.46.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", }, product_reference: "python39-tools-3.9.19-150300.4.46.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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 Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T19:03:52Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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 Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-base-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-curses-3.9.19-150300.4.46.1.x86_64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.s390x", "SUSE Linux Enterprise Module for Legacy 15 SP5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.5:python39-tools-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-base-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-base-32bit-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-curses-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-dbm-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-devel-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-idle-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-testsuite-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tk-3.9.19-150300.4.46.1.x86_64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.aarch64", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.ppc64le", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.s390x", "openSUSE Leap 15.6:python39-tools-3.9.19-150300.4.46.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T19:03:52Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
suse-su-2024:4029-1
Vulnerability from csaf_suse
Published
2024-11-18 13:29
Modified
2024-11-18 13:29
Summary
Security update for SUSE Manager Salt Bundle
Notes
Title of the patch
Security update for SUSE Manager Salt Bundle
Description of the patch
This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library
(bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Fixed failing x509 tests with OpenSSL < 1.1
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Allow NamedLoaderContexts to be returned from loader
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Prevent using SyncWrapper with no reason
* Enable post_start_cleanup.sh to work in a transaction
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Increase warn_until_date date for code we still support
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Improved error handling with different OpenSSL versions
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Use Pygit2 id instead of deprecated oid in gitfs
* Added passlib Python module to the bundle
Patchnames
SUSE-2024-4029,SUSE-EL-9-CLIENT-TOOLS-2024-4029
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 SUSE Manager Salt Bundle", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library\n (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Fixed failing x509 tests with OpenSSL < 1.1 \n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Allow NamedLoaderContexts to be returned from loader\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Prevent using SyncWrapper with no reason\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Increase warn_until_date date for code we still support\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Improved error handling with different OpenSSL versions\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Use Pygit2 id instead of deprecated oid in gitfs\n * Added passlib Python module to the bundle\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4029,SUSE-EL-9-CLIENT-TOOLS-2024-4029", 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-2024_4029-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4029-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244029-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4029-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "self", summary: "SUSE Bug 1219041", url: "https://bugzilla.suse.com/1219041", }, { category: "self", summary: "SUSE Bug 1220357", url: "https://bugzilla.suse.com/1220357", }, { category: "self", summary: "SUSE Bug 1222842", url: "https://bugzilla.suse.com/1222842", }, { category: "self", summary: "SUSE Bug 1226141", url: "https://bugzilla.suse.com/1226141", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1226469", url: "https://bugzilla.suse.com/1226469", }, { category: "self", summary: "SUSE Bug 1227547", url: "https://bugzilla.suse.com/1227547", }, { category: "self", summary: "SUSE Bug 1228105", url: "https://bugzilla.suse.com/1228105", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229109", url: "https://bugzilla.suse.com/1229109", }, { category: "self", summary: "SUSE Bug 1229539", url: "https://bugzilla.suse.com/1229539", }, { category: "self", summary: "SUSE Bug 1229654", url: "https://bugzilla.suse.com/1229654", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1229873", url: "https://bugzilla.suse.com/1229873", }, { category: "self", summary: "SUSE Bug 1229994", url: "https://bugzilla.suse.com/1229994", }, { category: "self", summary: "SUSE Bug 1229995", url: "https://bugzilla.suse.com/1229995", }, { category: "self", summary: "SUSE Bug 1229996", url: "https://bugzilla.suse.com/1229996", }, { category: "self", summary: "SUSE Bug 1230058", url: "https://bugzilla.suse.com/1230058", }, { category: "self", summary: "SUSE Bug 1230059", url: "https://bugzilla.suse.com/1230059", }, { category: "self", summary: "SUSE Bug 1230322", url: "https://bugzilla.suse.com/1230322", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-3651 page", url: "https://www.suse.com/security/cve/CVE-2024-3651/", }, { category: "self", summary: "SUSE CVE CVE-2024-37891 page", url: "https://www.suse.com/security/cve/CVE-2024-37891/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-5569 page", url: "https://www.suse.com/security/cve/CVE-2024-5569/", }, { category: "self", summary: "SUSE CVE CVE-2024-6345 page", url: "https://www.suse.com/security/cve/CVE-2024-6345/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for SUSE Manager Salt Bundle", tracking: { current_release_date: "2024-11-18T13:29:50Z", generator: { date: "2024-11-18T13:29:50Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4029-1", initial_release_date: "2024-11-18T13:29:50Z", revision_history: [ { date: "2024-11-18T13:29:50Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-base-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-base-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", product_id: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.aarch64", product: { name: "venv-salt-minion-3006.0-1.47.1.aarch64", product_id: "venv-salt-minion-3006.0-1.47.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "saltbundlepy-docker-7.0.0-1.8.1.noarch", product: { name: "saltbundlepy-docker-7.0.0-1.8.1.noarch", product_id: "saltbundlepy-docker-7.0.0-1.8.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-idna-3.4-1.9.2.noarch", product: { name: "saltbundlepy-idna-3.4-1.9.2.noarch", product_id: "saltbundlepy-idna-3.4-1.9.2.noarch", }, }, { category: "product_version", name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", product: { name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", product_id: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", product: { name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", product_id: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", product: { name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", product_id: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", product: { name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", product_id: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", product_id: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.ppc64le", product: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le", product_id: "venv-salt-minion-3006.0-1.47.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-base-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-base-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-curses-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-devel-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-libs-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.s390x", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.s390x", product_id: "saltbundlepy-tools-3.11.9-1.26.1.s390x", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.s390x", product: { name: "venv-salt-minion-3006.0-1.47.1.s390x", product_id: "venv-salt-minion-3006.0-1.47.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-base-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-base-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", product: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", product_id: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", product: { name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", product_id: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-1.47.1.x86_64", product: { name: "venv-salt-minion-3006.0-1.47.1.x86_64", product_id: "venv-salt-minion-3006.0-1.47.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE:EL-9:Update:Products:SaltBundle:Update", product: { name: "SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, }, { category: "product_name", name: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product: { name: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-base-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-base-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", }, product_reference: "saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-curses-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-curses-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-dbm-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-devel-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-devel-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-docker-7.0.0-1.8.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", }, product_reference: "saltbundlepy-docker-7.0.0-1.8.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-idna-3.4-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", }, product_reference: "saltbundlepy-idna-3.4-1.9.2.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-libs-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-libs-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-passlib-1.7.4-1.3.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", }, product_reference: "saltbundlepy-passlib-1.7.4-1.3.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", }, product_reference: "saltbundlepy-setuptools-67.7.2-1.12.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-tools-3.11.9-1.26.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", }, product_reference: "saltbundlepy-tools-3.11.9-1.26.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", }, product_reference: "saltbundlepy-urllib3-2.0.7-1.12.1.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "saltbundlepy-zipp-3.15.0-1.9.2.noarch as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", }, product_reference: "saltbundlepy-zipp-3.15.0-1.9.2.noarch", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.aarch64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-1.47.1.ppc64le", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", }, product_reference: "venv-salt-minion-3006.0-1.47.1.s390x", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE:EL-9:Update:Products:SaltBundle:Update", product_id: "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.x86_64", relates_to_product_reference: "SUSE:EL-9:Update:Products:SaltBundle:Update", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.aarch64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.ppc64le as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-1.47.1.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.s390x as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", }, product_reference: "venv-salt-minion-3006.0-1.47.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-1.47.1.x86_64 as component of SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", product_id: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-1.47.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-3651", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-3651", }, ], notes: [ { category: "general", text: "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-3651", url: "https://www.suse.com/security/cve/CVE-2024-3651", }, { category: "external", summary: "SUSE Bug 1222842 for CVE-2024-3651", url: "https://bugzilla.suse.com/1222842", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-3651", }, { cve: "CVE-2024-37891", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-37891", }, ], notes: [ { category: "general", text: " urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-37891", url: "https://www.suse.com/security/cve/CVE-2024-37891", }, { category: "external", summary: "SUSE Bug 1226469 for CVE-2024-37891", url: "https://bugzilla.suse.com/1226469", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5569", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-5569", }, ], notes: [ { category: "general", text: "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-5569", url: "https://www.suse.com/security/cve/CVE-2024-5569", }, { category: "external", summary: "SUSE Bug 1227547 for CVE-2024-5569", url: "https://bugzilla.suse.com/1227547", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "low", }, ], title: "CVE-2024-5569", }, { cve: "CVE-2024-6345", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6345", }, ], notes: [ { category: "general", text: "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6345", url: "https://www.suse.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "SUSE Bug 1228105 for CVE-2024-6345", url: "https://bugzilla.suse.com/1228105", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "important", }, ], title: "CVE-2024-6345", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "important", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], 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 Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE Manager Client Tools for RHEL, Liberty and Clones 9-CLIENT-TOOLS:venv-salt-minion-3006.0-1.47.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-base-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-cryptography-3.3.2-1.18.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-curses-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-dbm-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-devel-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-docker-7.0.0-1.8.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-idna-3.4-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-libs-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-passlib-1.7.4-1.3.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-setuptools-67.7.2-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-testsuite-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-tools-3.11.9-1.26.1.x86_64", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-urllib3-2.0.7-1.12.1.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:saltbundlepy-zipp-3.15.0-1.9.2.noarch", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.aarch64", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.ppc64le", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.s390x", "SUSE:EL-9:Update:Products:SaltBundle:Update:venv-salt-minion-3006.0-1.47.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:29:50Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
suse-su-2024:2572-1
Vulnerability from csaf_suse
Published
2024-07-22 10:34
Modified
2024-07-22 10:34
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-2024-4032: Corrected information about public and private IPv4
and IPv6 address ranges (bsc#1226448).
Patchnames
SUSE-2024-2572,SUSE-SLE-Module-Python3-15-SP6-2024-2572,openSUSE-SLE-15.6-2024-2572
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 python312", title: "Title of the patch", }, { category: "description", text: "This update for python312 fixes the following issues:\n\n- CVE-2024-4032: Corrected information about public and private IPv4\n and IPv6 address ranges (bsc#1226448).\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2572,SUSE-SLE-Module-Python3-15-SP6-2024-2572,openSUSE-SLE-15.6-2024-2572", 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-2024_2572-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2572-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242572-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2572-1", url: "https://lists.suse.com/pipermail/sle-updates/2024-July/036102.html", }, { category: "self", summary: "SUSE Bug 1225660", url: "https://bugzilla.suse.com/1225660", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1227152", url: "https://bugzilla.suse.com/1227152", }, { category: "self", summary: "SUSE Bug 1227378", url: "https://bugzilla.suse.com/1227378", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4030 page", url: "https://www.suse.com/security/cve/CVE-2024-4030/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "Security update for python312", tracking: { current_release_date: "2024-07-22T10:34:49Z", generator: { date: "2024-07-22T10:34:49Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2572-1", initial_release_date: "2024-07-22T10:34:49Z", revision_history: [ { date: "2024-07-22T10:34:49Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", product: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", product_id: "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-3.12.4-150600.3.3.1.aarch64", product_id: "python312-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-base-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-base-3.12.4-150600.3.3.1.aarch64", product_id: "python312-base-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-curses-3.12.4-150600.3.3.1.aarch64", product_id: "python312-curses-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-dbm-3.12.4-150600.3.3.1.aarch64", product_id: "python312-dbm-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-devel-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-devel-3.12.4-150600.3.3.1.aarch64", product_id: "python312-devel-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-doc-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-doc-3.12.4-150600.3.3.1.aarch64", product_id: "python312-doc-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", product_id: "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-idle-3.12.4-150600.3.3.1.aarch64", product_id: "python312-idle-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-testsuite-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-testsuite-3.12.4-150600.3.3.1.aarch64", product_id: "python312-testsuite-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-tk-3.12.4-150600.3.3.1.aarch64", product_id: "python312-tk-3.12.4-150600.3.3.1.aarch64", }, }, { category: "product_version", name: "python312-tools-3.12.4-150600.3.3.1.aarch64", product: { name: "python312-tools-3.12.4-150600.3.3.1.aarch64", product_id: "python312-tools-3.12.4-150600.3.3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product: { name: "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product_id: "libpython3_12-1_0-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product: { name: "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product_id: "python312-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", }, }, { category: "product_version", name: "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product: { name: "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", product_id: "python312-base-64bit-3.12.4-150600.3.3.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.4-150600.3.3.1.i586", product: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.i586", product_id: "libpython3_12-1_0-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-3.12.4-150600.3.3.1.i586", product: { name: "python312-3.12.4-150600.3.3.1.i586", product_id: "python312-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-base-3.12.4-150600.3.3.1.i586", product: { name: "python312-base-3.12.4-150600.3.3.1.i586", product_id: "python312-base-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-curses-3.12.4-150600.3.3.1.i586", product: { name: "python312-curses-3.12.4-150600.3.3.1.i586", product_id: "python312-curses-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-dbm-3.12.4-150600.3.3.1.i586", product: { name: "python312-dbm-3.12.4-150600.3.3.1.i586", product_id: "python312-dbm-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-devel-3.12.4-150600.3.3.1.i586", product: { name: "python312-devel-3.12.4-150600.3.3.1.i586", product_id: "python312-devel-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-doc-3.12.4-150600.3.3.1.i586", product: { name: "python312-doc-3.12.4-150600.3.3.1.i586", product_id: "python312-doc-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.4-150600.3.3.1.i586", product: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.i586", product_id: "python312-doc-devhelp-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-idle-3.12.4-150600.3.3.1.i586", product: { name: "python312-idle-3.12.4-150600.3.3.1.i586", product_id: "python312-idle-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-testsuite-3.12.4-150600.3.3.1.i586", product: { name: "python312-testsuite-3.12.4-150600.3.3.1.i586", product_id: "python312-testsuite-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-tk-3.12.4-150600.3.3.1.i586", product: { name: "python312-tk-3.12.4-150600.3.3.1.i586", product_id: "python312-tk-3.12.4-150600.3.3.1.i586", }, }, { category: "product_version", name: "python312-tools-3.12.4-150600.3.3.1.i586", product: { name: "python312-tools-3.12.4-150600.3.3.1.i586", product_id: "python312-tools-3.12.4-150600.3.3.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", product: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", product_id: "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-base-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-base-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-base-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-curses-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-curses-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-dbm-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-dbm-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-devel-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-devel-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-devel-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-doc-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-doc-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-idle-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-idle-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-testsuite-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-testsuite-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-testsuite-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-tk-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-tk-3.12.4-150600.3.3.1.ppc64le", }, }, { category: "product_version", name: "python312-tools-3.12.4-150600.3.3.1.ppc64le", product: { name: "python312-tools-3.12.4-150600.3.3.1.ppc64le", product_id: "python312-tools-3.12.4-150600.3.3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", product: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", product_id: "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-3.12.4-150600.3.3.1.s390x", product: { name: "python312-3.12.4-150600.3.3.1.s390x", product_id: "python312-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-base-3.12.4-150600.3.3.1.s390x", product: { name: "python312-base-3.12.4-150600.3.3.1.s390x", product_id: "python312-base-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.4-150600.3.3.1.s390x", product: { name: "python312-curses-3.12.4-150600.3.3.1.s390x", product_id: "python312-curses-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.4-150600.3.3.1.s390x", product: { name: "python312-dbm-3.12.4-150600.3.3.1.s390x", product_id: "python312-dbm-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-devel-3.12.4-150600.3.3.1.s390x", product: { name: "python312-devel-3.12.4-150600.3.3.1.s390x", product_id: "python312-devel-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-doc-3.12.4-150600.3.3.1.s390x", product: { name: "python312-doc-3.12.4-150600.3.3.1.s390x", product_id: "python312-doc-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", product: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", product_id: "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.4-150600.3.3.1.s390x", product: { name: "python312-idle-3.12.4-150600.3.3.1.s390x", product_id: "python312-idle-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-testsuite-3.12.4-150600.3.3.1.s390x", product: { name: "python312-testsuite-3.12.4-150600.3.3.1.s390x", product_id: "python312-testsuite-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.4-150600.3.3.1.s390x", product: { name: "python312-tk-3.12.4-150600.3.3.1.s390x", product_id: "python312-tk-3.12.4-150600.3.3.1.s390x", }, }, { category: "product_version", name: "python312-tools-3.12.4-150600.3.3.1.s390x", product: { name: "python312-tools-3.12.4-150600.3.3.1.s390x", product_id: "python312-tools-3.12.4-150600.3.3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", product: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", product_id: "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", product: { name: "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", product_id: "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-3.12.4-150600.3.3.1.x86_64", product_id: "python312-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-32bit-3.12.4-150600.3.3.1.x86_64", product_id: "python312-32bit-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-base-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-base-3.12.4-150600.3.3.1.x86_64", product_id: "python312-base-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-base-32bit-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-base-32bit-3.12.4-150600.3.3.1.x86_64", product_id: "python312-base-32bit-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-curses-3.12.4-150600.3.3.1.x86_64", product_id: "python312-curses-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-dbm-3.12.4-150600.3.3.1.x86_64", product_id: "python312-dbm-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-devel-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-devel-3.12.4-150600.3.3.1.x86_64", product_id: "python312-devel-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-doc-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-doc-3.12.4-150600.3.3.1.x86_64", product_id: "python312-doc-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", product_id: "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-idle-3.12.4-150600.3.3.1.x86_64", product_id: "python312-idle-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-testsuite-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-testsuite-3.12.4-150600.3.3.1.x86_64", product_id: "python312-testsuite-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-tk-3.12.4-150600.3.3.1.x86_64", product_id: "python312-tk-3.12.4-150600.3.3.1.x86_64", }, }, { category: "product_version", name: "python312-tools-3.12.4-150600.3.3.1.x86_64", product: { name: "python312-tools-3.12.4-150600.3.3.1.x86_64", product_id: "python312-tools-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-base-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-base-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-base-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-base-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-curses-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-curses-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-curses-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-curses-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-dbm-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-dbm-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-dbm-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-dbm-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-devel-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-devel-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-devel-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-devel-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-idle-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-idle-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-idle-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-idle-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-tk-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-tk-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-tk-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-tk-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.aarch64", }, product_reference: "python312-tools-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.ppc64le", }, product_reference: "python312-tools-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.s390x", }, product_reference: "python312-tools-3.12.4-150600.3.3.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.4-150600.3.3.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.4-150600.3.3.1.x86_64", }, product_reference: "python312-tools-3.12.4-150600.3.3.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.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", }, product_reference: "libpython3_12-1_0-3.12.4-150600.3.3.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.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", }, product_reference: "libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-32bit-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-base-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-base-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-base-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-base-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-base-32bit-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-base-32bit-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-curses-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-curses-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-curses-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-curses-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-dbm-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-dbm-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-dbm-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-dbm-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-devel-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-devel-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-devel-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-devel-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-devel-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-doc-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-doc-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-doc-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-doc-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-idle-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-idle-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-idle-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-idle-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-testsuite-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-testsuite-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-testsuite-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-testsuite-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-testsuite-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-tk-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-tk-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-tk-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-tk-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.4-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", }, product_reference: "python312-tools-3.12.4-150600.3.3.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.4-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", }, product_reference: "python312-tools-3.12.4-150600.3.3.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.4-150600.3.3.1.s390x as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", }, product_reference: "python312-tools-3.12.4-150600.3.3.1.s390x", relates_to_product_reference: "openSUSE Leap 15.6", }, { category: "default_component_of", full_product_name: { name: "python312-tools-3.12.4-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6", product_id: "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", }, product_reference: "python312-tools-3.12.4-150600.3.3.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.6", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-22T10:34:49Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4030", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4030", }, ], notes: [ { category: "general", text: "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you're not using Windows or haven't changed the temporary directory location then you aren't affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4030", url: "https://www.suse.com/security/cve/CVE-2024-4030", }, { category: "external", summary: "SUSE Bug 1227152 for CVE-2024-4030", url: "https://bugzilla.suse.com/1227152", }, ], 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.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-22T10:34:49Z", details: "moderate", }, ], title: "CVE-2024-4030", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.4-150600.3.3.1.x86_64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.aarch64", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.s390x", "SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-base-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-base-32bit-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-curses-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-dbm-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-devel-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-idle-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-testsuite-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tk-3.12.4-150600.3.3.1.x86_64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.aarch64", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.ppc64le", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.s390x", "openSUSE Leap 15.6:python312-tools-3.12.4-150600.3.3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-22T10:34:49Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
suse-su-2024:2274-1
Vulnerability from csaf_suse
Published
2024-07-02 13:03
Modified
2024-07-02 13:03
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)
- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)
Patchnames
SUSE-2024-2274,SUSE-SLE-SDK-12-SP5-2024-2274,SUSE-SLE-SERVER-12-SP5-2024-2274
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-2024-4032: Rearranging definition of private v global IP. (bsc#1226448)\n- CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447)\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-2274,SUSE-SLE-SDK-12-SP5-2024-2274,SUSE-SLE-SERVER-12-SP5-2024-2274", 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-2024_2274-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:2274-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20242274-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:2274-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018852.html", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "Security update for python39", tracking: { current_release_date: "2024-07-02T13:03:38Z", generator: { date: "2024-07-02T13:03:38Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:2274-1", initial_release_date: "2024-07-02T13:03:38Z", revision_history: [ { date: "2024-07-02T13:03:38Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.aarch64", product: { name: "libpython3_6m1_0-3.6.15-58.1.aarch64", product_id: "libpython3_6m1_0-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-3.6.15-58.1.aarch64", product: { name: "python36-3.6.15-58.1.aarch64", product_id: "python36-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.aarch64", product: { name: "python36-base-3.6.15-58.1.aarch64", product_id: "python36-base-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.aarch64", product: { name: "python36-curses-3.6.15-58.1.aarch64", product_id: "python36-curses-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.aarch64", product: { name: "python36-dbm-3.6.15-58.1.aarch64", product_id: "python36-dbm-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.aarch64", product: { name: "python36-devel-3.6.15-58.1.aarch64", product_id: "python36-devel-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.aarch64", product: { name: "python36-idle-3.6.15-58.1.aarch64", product_id: "python36-idle-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.aarch64", product: { name: "python36-testsuite-3.6.15-58.1.aarch64", product_id: "python36-testsuite-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.aarch64", product: { name: "python36-tk-3.6.15-58.1.aarch64", product_id: "python36-tk-3.6.15-58.1.aarch64", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.aarch64", product: { name: "python36-tools-3.6.15-58.1.aarch64", product_id: "python36-tools-3.6.15-58.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32", product: { name: "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32", product_id: "libpython3_6m1_0-64bit-3.6.15-58.1.aarch64_ilp32", }, }, { category: "product_version", name: "python36-64bit-3.6.15-58.1.aarch64_ilp32", product: { name: "python36-64bit-3.6.15-58.1.aarch64_ilp32", product_id: "python36-64bit-3.6.15-58.1.aarch64_ilp32", }, }, { category: "product_version", name: "python36-base-64bit-3.6.15-58.1.aarch64_ilp32", product: { name: "python36-base-64bit-3.6.15-58.1.aarch64_ilp32", product_id: "python36-base-64bit-3.6.15-58.1.aarch64_ilp32", }, }, ], category: "architecture", name: "aarch64_ilp32", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.i586", product: { name: "libpython3_6m1_0-3.6.15-58.1.i586", product_id: "libpython3_6m1_0-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-3.6.15-58.1.i586", product: { name: "python36-3.6.15-58.1.i586", product_id: "python36-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.i586", product: { name: "python36-base-3.6.15-58.1.i586", product_id: "python36-base-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.i586", product: { name: "python36-curses-3.6.15-58.1.i586", product_id: "python36-curses-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.i586", product: { name: "python36-dbm-3.6.15-58.1.i586", product_id: "python36-dbm-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.i586", product: { name: "python36-devel-3.6.15-58.1.i586", product_id: "python36-devel-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.i586", product: { name: "python36-idle-3.6.15-58.1.i586", product_id: "python36-idle-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.i586", product: { name: "python36-testsuite-3.6.15-58.1.i586", product_id: "python36-testsuite-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.i586", product: { name: "python36-tk-3.6.15-58.1.i586", product_id: "python36-tk-3.6.15-58.1.i586", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.i586", product: { name: "python36-tools-3.6.15-58.1.i586", product_id: "python36-tools-3.6.15-58.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.ppc64le", product: { name: "libpython3_6m1_0-3.6.15-58.1.ppc64le", product_id: "libpython3_6m1_0-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-3.6.15-58.1.ppc64le", product: { name: "python36-3.6.15-58.1.ppc64le", product_id: "python36-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.ppc64le", product: { name: "python36-base-3.6.15-58.1.ppc64le", product_id: "python36-base-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.ppc64le", product: { name: "python36-curses-3.6.15-58.1.ppc64le", product_id: "python36-curses-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.ppc64le", product: { name: "python36-dbm-3.6.15-58.1.ppc64le", product_id: "python36-dbm-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.ppc64le", product: { name: "python36-devel-3.6.15-58.1.ppc64le", product_id: "python36-devel-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.ppc64le", product: { name: "python36-idle-3.6.15-58.1.ppc64le", product_id: "python36-idle-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.ppc64le", product: { name: "python36-testsuite-3.6.15-58.1.ppc64le", product_id: "python36-testsuite-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.ppc64le", product: { name: "python36-tk-3.6.15-58.1.ppc64le", product_id: "python36-tk-3.6.15-58.1.ppc64le", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.ppc64le", product: { name: "python36-tools-3.6.15-58.1.ppc64le", product_id: "python36-tools-3.6.15-58.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.s390", product: { name: "libpython3_6m1_0-3.6.15-58.1.s390", product_id: "libpython3_6m1_0-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-3.6.15-58.1.s390", product: { name: "python36-3.6.15-58.1.s390", product_id: "python36-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.s390", product: { name: "python36-base-3.6.15-58.1.s390", product_id: "python36-base-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.s390", product: { name: "python36-curses-3.6.15-58.1.s390", product_id: "python36-curses-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.s390", product: { name: "python36-dbm-3.6.15-58.1.s390", product_id: "python36-dbm-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.s390", product: { name: "python36-devel-3.6.15-58.1.s390", product_id: "python36-devel-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.s390", product: { name: "python36-idle-3.6.15-58.1.s390", product_id: "python36-idle-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.s390", product: { name: "python36-testsuite-3.6.15-58.1.s390", product_id: "python36-testsuite-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.s390", product: { name: "python36-tk-3.6.15-58.1.s390", product_id: "python36-tk-3.6.15-58.1.s390", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.s390", product: { name: "python36-tools-3.6.15-58.1.s390", product_id: "python36-tools-3.6.15-58.1.s390", }, }, ], category: "architecture", name: "s390", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.s390x", product: { name: "libpython3_6m1_0-3.6.15-58.1.s390x", product_id: "libpython3_6m1_0-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x", product: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x", product_id: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-3.6.15-58.1.s390x", product: { name: "python36-3.6.15-58.1.s390x", product_id: "python36-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-32bit-3.6.15-58.1.s390x", product: { name: "python36-32bit-3.6.15-58.1.s390x", product_id: "python36-32bit-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.s390x", product: { name: "python36-base-3.6.15-58.1.s390x", product_id: "python36-base-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-base-32bit-3.6.15-58.1.s390x", product: { name: "python36-base-32bit-3.6.15-58.1.s390x", product_id: "python36-base-32bit-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.s390x", product: { name: "python36-curses-3.6.15-58.1.s390x", product_id: "python36-curses-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.s390x", product: { name: "python36-dbm-3.6.15-58.1.s390x", product_id: "python36-dbm-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.s390x", product: { name: "python36-devel-3.6.15-58.1.s390x", product_id: "python36-devel-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.s390x", product: { name: "python36-idle-3.6.15-58.1.s390x", product_id: "python36-idle-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.s390x", product: { name: "python36-testsuite-3.6.15-58.1.s390x", product_id: "python36-testsuite-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.s390x", product: { name: "python36-tk-3.6.15-58.1.s390x", product_id: "python36-tk-3.6.15-58.1.s390x", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.s390x", product: { name: "python36-tools-3.6.15-58.1.s390x", product_id: "python36-tools-3.6.15-58.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "libpython3_6m1_0-3.6.15-58.1.x86_64", product: { name: "libpython3_6m1_0-3.6.15-58.1.x86_64", product_id: "libpython3_6m1_0-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", product: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", product_id: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-3.6.15-58.1.x86_64", product: { name: "python36-3.6.15-58.1.x86_64", product_id: "python36-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-32bit-3.6.15-58.1.x86_64", product: { name: "python36-32bit-3.6.15-58.1.x86_64", product_id: "python36-32bit-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-base-3.6.15-58.1.x86_64", product: { name: "python36-base-3.6.15-58.1.x86_64", product_id: "python36-base-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-base-32bit-3.6.15-58.1.x86_64", product: { name: "python36-base-32bit-3.6.15-58.1.x86_64", product_id: "python36-base-32bit-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-curses-3.6.15-58.1.x86_64", product: { name: "python36-curses-3.6.15-58.1.x86_64", product_id: "python36-curses-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-dbm-3.6.15-58.1.x86_64", product: { name: "python36-dbm-3.6.15-58.1.x86_64", product_id: "python36-dbm-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-devel-3.6.15-58.1.x86_64", product: { name: "python36-devel-3.6.15-58.1.x86_64", product_id: "python36-devel-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-idle-3.6.15-58.1.x86_64", product: { name: "python36-idle-3.6.15-58.1.x86_64", product_id: "python36-idle-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-testsuite-3.6.15-58.1.x86_64", product: { name: "python36-testsuite-3.6.15-58.1.x86_64", product_id: "python36-testsuite-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-tk-3.6.15-58.1.x86_64", product: { name: "python36-tk-3.6.15-58.1.x86_64", product_id: "python36-tk-3.6.15-58.1.x86_64", }, }, { category: "product_version", name: "python36-tools-3.6.15-58.1.x86_64", product: { name: "python36-tools-3.6.15-58.1.x86_64", product_id: "python36-tools-3.6.15-58.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Linux Enterprise Software Development Kit 12 SP5", product: { name: "SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sle-sdk:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 12 SP5", product: { name: "SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles:12:sp5", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product: { name: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:12:sp5", }, }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "python36-devel-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", }, product_reference: "python36-devel-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-devel-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", }, product_reference: "python36-devel-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-devel-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", }, product_reference: "python36-devel-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-devel-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", product_id: "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", }, product_reference: "python36-devel-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Software Development Kit 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", }, product_reference: "python36-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", }, product_reference: "python36-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", }, product_reference: "python36-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", }, product_reference: "python36-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", }, product_reference: "python36-base-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", }, product_reference: "python36-base-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", }, product_reference: "python36-base-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", product_id: "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", }, product_reference: "python36-base-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", }, product_reference: "libpython3_6m1_0-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", }, product_reference: "libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", }, product_reference: "python36-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", }, product_reference: "python36-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", }, product_reference: "python36-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", }, product_reference: "python36-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", }, product_reference: "python36-base-3.6.15-58.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", }, product_reference: "python36-base-3.6.15-58.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", }, product_reference: "python36-base-3.6.15-58.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, { category: "default_component_of", full_product_name: { name: "python36-base-3.6.15-58.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", product_id: "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", }, product_reference: "python36-base-3.6.15-58.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 12 SP5", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T13:03:38Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], remediations: [ { category: "vendor_fix", details: "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", product_ids: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-32bit-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.15-58.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python36-devel-3.6.15-58.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-07-02T13:03:38Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
suse-su-2024:4020-1
Vulnerability from csaf_suse
Published
2024-11-18 13:25
Modified
2024-11-18 13:25
Summary
Security update for SUSE Manager Salt Bundle
Notes
Title of the patch
Security update for SUSE Manager Salt Bundle
Description of the patch
This update fixes the following issues:
venv-salt-minion:
- Security fixes on Python 3.11 interpreter:
* CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes
(bsc#1229873, bsc#1230059)
* CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)
* CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)
* CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)
* CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the
certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)
- Security fixes on Python dependencies:
* CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library
(bsc#1227547, bsc#1229996)
* CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)
* CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()
(bsc#1222842, bsc#1229994)
* CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests
when redirecting to a different host (bsc#1226469, bsc#1229654)
- Other bugs fixed:
* Added passlib Python module to the bundle
* Allow NamedLoaderContexts to be returned from loader
* Avoid crash on wrong output of systemctl version (bsc#1229539)
* Avoid explicit reading of /etc/salt/minion (bsc#1220357)
* Enable post_start_cleanup.sh to work in a transaction
* Fixed cloud Minion configuration for multiple Masters (bsc#1229109)
* Fixed failing x509 tests with OpenSSL < 1.1
* Fixed the SELinux context for Salt Minion service (bsc#1219041)
* Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)
* Improved error handling with different OpenSSL versions
* Increase warn_until_date date for code we still support
* Prevent using SyncWrapper with no reason
* Reverted the change making reactor less blocking (bsc#1230322)
* Use --cachedir for extension_modules in salt-call (bsc#1226141)
* Use Pygit2 id instead of deprecated oid in gitfs
Patchnames
SUSE-2024-4020,SUSE-SLE-Manager-Tools-12-2024-4020
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 SUSE Manager Salt Bundle", title: "Title of the patch", }, { category: "description", text: "This update fixes the following issues:\n\nvenv-salt-minion:\n\n- Security fixes on Python 3.11 interpreter:\n\n * CVE-2024-7592: Fixed quadratic complexity in parsing -quoted cookie values with backslashes\n (bsc#1229873, bsc#1230059)\n * CVE-2024-8088: Prevent malformed payload to cause infinite loops in zipfile.Path (bsc#1229704, bsc#1230058)\n * CVE-2024-6923: Prevent email header injection due to unquoted newlines (bsc#1228780)\n * CVE-2024-4032: Rearranging definition of private global IP addresses (bsc#1226448)\n * CVE-2024-0397: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the\n certificate store, when the ssl.SSLContext is shared across multiple threads (bsc#1226447)\n\n- Security fixes on Python dependencies:\n\n * CVE-2024-5569: zipp: Fixed a Denial of Service (DoS) vulnerability in the jaraco/zipp library\n (bsc#1227547, bsc#1229996)\n * CVE-2024-6345: setuptools: Sanitize any VCS URL used for download (bsc#1228105, bsc#1229995)\n * CVE-2024-3651: idna: Fix a potential DoS via resource consumption via specially crafted inputs to idna.encode()\n (bsc#1222842, bsc#1229994)\n * CVE-2024-37891: urllib3: Added the ``Proxy-Authorization`` header to the list of headers to strip from requests\n when redirecting to a different host (bsc#1226469, bsc#1229654)\n\n- Other bugs fixed:\n\n * Added passlib Python module to the bundle\n * Allow NamedLoaderContexts to be returned from loader\n * Avoid crash on wrong output of systemctl version (bsc#1229539)\n * Avoid explicit reading of /etc/salt/minion (bsc#1220357)\n * Enable post_start_cleanup.sh to work in a transaction\n * Fixed cloud Minion configuration for multiple Masters (bsc#1229109)\n * Fixed failing x509 tests with OpenSSL < 1.1 \n * Fixed the SELinux context for Salt Minion service (bsc#1219041)\n * Fixed zyppnotify plugin after latest zypp/libzypp upgrades (bsc#1231697, bsc#1231045)\n * Improved error handling with different OpenSSL versions\n * Increase warn_until_date date for code we still support\n * Prevent using SyncWrapper with no reason\n * Reverted the change making reactor less blocking (bsc#1230322)\n * Use --cachedir for extension_modules in salt-call (bsc#1226141)\n * Use Pygit2 id instead of deprecated oid in gitfs\n\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2024-4020,SUSE-SLE-Manager-Tools-12-2024-4020", 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-2024_4020-1.json", }, { category: "self", summary: "URL for SUSE-SU-2024:4020-1", url: "https://www.suse.com/support/update/announcement/2024/suse-su-20244020-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2024:4020-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html", }, { category: "self", summary: "SUSE Bug 1219041", url: "https://bugzilla.suse.com/1219041", }, { category: "self", summary: "SUSE Bug 1220357", url: "https://bugzilla.suse.com/1220357", }, { category: "self", summary: "SUSE Bug 1222842", url: "https://bugzilla.suse.com/1222842", }, { category: "self", summary: "SUSE Bug 1226141", url: "https://bugzilla.suse.com/1226141", }, { category: "self", summary: "SUSE Bug 1226447", url: "https://bugzilla.suse.com/1226447", }, { category: "self", summary: "SUSE Bug 1226448", url: "https://bugzilla.suse.com/1226448", }, { category: "self", summary: "SUSE Bug 1226469", url: "https://bugzilla.suse.com/1226469", }, { category: "self", summary: "SUSE Bug 1227547", url: "https://bugzilla.suse.com/1227547", }, { category: "self", summary: "SUSE Bug 1228105", url: "https://bugzilla.suse.com/1228105", }, { category: "self", summary: "SUSE Bug 1228780", url: "https://bugzilla.suse.com/1228780", }, { category: "self", summary: "SUSE Bug 1229109", url: "https://bugzilla.suse.com/1229109", }, { category: "self", summary: "SUSE Bug 1229539", url: "https://bugzilla.suse.com/1229539", }, { category: "self", summary: "SUSE Bug 1229654", url: "https://bugzilla.suse.com/1229654", }, { category: "self", summary: "SUSE Bug 1229704", url: "https://bugzilla.suse.com/1229704", }, { category: "self", summary: "SUSE Bug 1229873", url: "https://bugzilla.suse.com/1229873", }, { category: "self", summary: "SUSE Bug 1229994", url: "https://bugzilla.suse.com/1229994", }, { category: "self", summary: "SUSE Bug 1229995", url: "https://bugzilla.suse.com/1229995", }, { category: "self", summary: "SUSE Bug 1229996", url: "https://bugzilla.suse.com/1229996", }, { category: "self", summary: "SUSE Bug 1230058", url: "https://bugzilla.suse.com/1230058", }, { category: "self", summary: "SUSE Bug 1230059", url: "https://bugzilla.suse.com/1230059", }, { category: "self", summary: "SUSE Bug 1230322", url: "https://bugzilla.suse.com/1230322", }, { category: "self", summary: "SUSE Bug 1231045", url: "https://bugzilla.suse.com/1231045", }, { category: "self", summary: "SUSE Bug 1231697", url: "https://bugzilla.suse.com/1231697", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-3651 page", url: "https://www.suse.com/security/cve/CVE-2024-3651/", }, { category: "self", summary: "SUSE CVE CVE-2024-37891 page", url: "https://www.suse.com/security/cve/CVE-2024-37891/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-5569 page", url: "https://www.suse.com/security/cve/CVE-2024-5569/", }, { category: "self", summary: "SUSE CVE CVE-2024-6345 page", url: "https://www.suse.com/security/cve/CVE-2024-6345/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, { category: "self", summary: "SUSE CVE CVE-2024-7592 page", url: "https://www.suse.com/security/cve/CVE-2024-7592/", }, { category: "self", summary: "SUSE CVE CVE-2024-8088 page", url: "https://www.suse.com/security/cve/CVE-2024-8088/", }, ], title: "Security update for SUSE Manager Salt Bundle", tracking: { current_release_date: "2024-11-18T13:25:06Z", generator: { date: "2024-11-18T13:25:06Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2024:4020-1", initial_release_date: "2024-11-18T13:25:06Z", revision_history: [ { date: "2024-11-18T13:25:06Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-base-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-base-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64", product: { name: "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64", product_id: "saltbundlepy-cryptography-3.3.2-3.27.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-curses-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-curses-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-dbm-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-dbm-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-devel-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-devel-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-libs-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-libs-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-testsuite-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-3.35.1.aarch64", product: { name: "saltbundlepy-tools-3.11.9-3.35.1.aarch64", product_id: "saltbundlepy-tools-3.11.9-3.35.1.aarch64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-3.65.1.aarch64", product: { name: "venv-salt-minion-3006.0-3.65.1.aarch64", product_id: "venv-salt-minion-3006.0-3.65.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "saltbundlepy-docker-7.0.0-3.11.1.noarch", product: { name: "saltbundlepy-docker-7.0.0-3.11.1.noarch", product_id: "saltbundlepy-docker-7.0.0-3.11.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-idna-3.4-3.12.2.noarch", product: { name: "saltbundlepy-idna-3.4-3.12.2.noarch", product_id: "saltbundlepy-idna-3.4-3.12.2.noarch", }, }, { category: "product_version", name: "saltbundlepy-passlib-1.7.4-3.3.1.noarch", product: { name: "saltbundlepy-passlib-1.7.4-3.3.1.noarch", product_id: "saltbundlepy-passlib-1.7.4-3.3.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-setuptools-67.7.2-3.15.2.noarch", product: { name: "saltbundlepy-setuptools-67.7.2-3.15.2.noarch", product_id: "saltbundlepy-setuptools-67.7.2-3.15.2.noarch", }, }, { category: "product_version", name: "saltbundlepy-urllib3-2.0.7-3.18.1.noarch", product: { name: "saltbundlepy-urllib3-2.0.7-3.18.1.noarch", product_id: "saltbundlepy-urllib3-2.0.7-3.18.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zipp-3.15.0-3.12.1.noarch", product: { name: "saltbundlepy-zipp-3.15.0-3.12.1.noarch", product_id: "saltbundlepy-zipp-3.15.0-3.12.1.noarch", }, }, { category: "product_version", name: "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch", product: { name: "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch", product_id: "saltbundlepy-zypp-plugin-0.6.4-3.11.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-base-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-base-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le", product: { name: "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le", product_id: "saltbundlepy-cryptography-3.3.2-3.27.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-curses-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-curses-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-dbm-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-devel-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-devel-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-libs-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-libs-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-testsuite-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-3.35.1.ppc64le", product: { name: "saltbundlepy-tools-3.11.9-3.35.1.ppc64le", product_id: "saltbundlepy-tools-3.11.9-3.35.1.ppc64le", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-3.65.1.ppc64le", product: { name: "venv-salt-minion-3006.0-3.65.1.ppc64le", product_id: "venv-salt-minion-3006.0-3.65.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-base-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-base-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-3.27.1.s390x", product: { name: "saltbundlepy-cryptography-3.3.2-3.27.1.s390x", product_id: "saltbundlepy-cryptography-3.3.2-3.27.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-curses-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-curses-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-dbm-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-dbm-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-devel-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-devel-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-libs-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-libs-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-testsuite-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-testsuite-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-3.35.1.s390x", product: { name: "saltbundlepy-tools-3.11.9-3.35.1.s390x", product_id: "saltbundlepy-tools-3.11.9-3.35.1.s390x", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-3.65.1.s390x", product: { name: "venv-salt-minion-3006.0-3.65.1.s390x", product_id: "venv-salt-minion-3006.0-3.65.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "saltbundlepy-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-base-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-base-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-base-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64", product: { name: "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64", product_id: "saltbundlepy-cryptography-3.3.2-3.27.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-curses-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-curses-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-curses-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-dbm-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-dbm-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-dbm-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-devel-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-devel-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-devel-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-libs-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-libs-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-libs-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-testsuite-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "saltbundlepy-tools-3.11.9-3.35.1.x86_64", product: { name: "saltbundlepy-tools-3.11.9-3.35.1.x86_64", product_id: "saltbundlepy-tools-3.11.9-3.35.1.x86_64", }, }, { category: "product_version", name: "venv-salt-minion-3006.0-3.65.1.x86_64", product: { name: "venv-salt-minion-3006.0-3.65.1.x86_64", product_id: "venv-salt-minion-3006.0-3.65.1.x86_64", }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_name", name: "SUSE Manager Client Tools 12", product: { name: "SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12", }, }, ], category: "product_family", name: "SUSE Linux Enterprise", }, ], category: "vendor", name: "SUSE", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-3.65.1.aarch64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", }, product_reference: "venv-salt-minion-3006.0-3.65.1.aarch64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-3.65.1.ppc64le as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", }, product_reference: "venv-salt-minion-3006.0-3.65.1.ppc64le", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-3.65.1.s390x as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", }, product_reference: "venv-salt-minion-3006.0-3.65.1.s390x", relates_to_product_reference: "SUSE Manager Client Tools 12", }, { category: "default_component_of", full_product_name: { name: "venv-salt-minion-3006.0-3.65.1.x86_64 as component of SUSE Manager Client Tools 12", product_id: "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", }, product_reference: "venv-salt-minion-3006.0-3.65.1.x86_64", relates_to_product_reference: "SUSE Manager Client Tools 12", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-3651", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-3651", }, ], notes: [ { category: "general", text: "A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-3651", url: "https://www.suse.com/security/cve/CVE-2024-3651", }, { category: "external", summary: "SUSE Bug 1222842 for CVE-2024-3651", url: "https://bugzilla.suse.com/1222842", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-3651", }, { cve: "CVE-2024-37891", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-37891", }, ], notes: [ { category: "general", text: " urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-37891", url: "https://www.suse.com/security/cve/CVE-2024-37891", }, { category: "external", summary: "SUSE Bug 1226469 for CVE-2024-37891", url: "https://bugzilla.suse.com/1226469", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5569", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-5569", }, ], notes: [ { category: "general", text: "A Denial of Service (DoS) vulnerability exists in the jaraco/zipp library, affecting all versions prior to 3.19.1. The vulnerability is triggered when processing a specially crafted zip file that leads to an infinite loop. This issue also impacts the zipfile module of CPython, as features from the third-party zipp library are later merged into CPython, and the affected code is identical in both projects. The infinite loop can be initiated through the use of functions affecting the `Path` module in both zipp and zipfile, such as `joinpath`, the overloaded division operator, and `iterdir`. Although the infinite loop is not resource exhaustive, it prevents the application from responding. The vulnerability was addressed in version 3.19.1 of jaraco/zipp.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-5569", url: "https://www.suse.com/security/cve/CVE-2024-5569", }, { category: "external", summary: "SUSE Bug 1227547 for CVE-2024-5569", url: "https://bugzilla.suse.com/1227547", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.3, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "low", }, ], title: "CVE-2024-5569", }, { cve: "CVE-2024-6345", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6345", }, ], notes: [ { category: "general", text: "A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injection. If these functions are exposed to user-controlled inputs, such as package URLs, they can execute arbitrary commands on the system. The issue is fixed in version 70.0.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6345", url: "https://www.suse.com/security/cve/CVE-2024-6345", }, { category: "external", summary: "SUSE Bug 1228105 for CVE-2024-6345", url: "https://bugzilla.suse.com/1228105", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "important", }, ], title: "CVE-2024-6345", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "important", }, ], title: "CVE-2024-6923", }, { cve: "CVE-2024-7592", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-7592", }, ], notes: [ { category: "general", text: "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-7592", url: "https://www.suse.com/security/cve/CVE-2024-7592", }, { category: "external", summary: "SUSE Bug 1229596 for CVE-2024-7592", url: "https://bugzilla.suse.com/1229596", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 2.6, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-8088", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-8088", }, ], notes: [ { category: "general", text: "There is a HIGH severity vulnerability affecting the CPython \"zipfile\"\nmodule affecting \"zipfile.Path\". Note that the more common API \"zipfile.ZipFile\" class is unaffected.\n\n\n\n\n\nWhen iterating over names of entries in a zip archive (for example, methods\nof \"zipfile.Path\" like \"namelist()\", \"iterdir()\", etc)\nthe process can be put into an infinite loop with a maliciously crafted\nzip archive. This defect applies when reading only metadata or extracting\nthe contents of the zip archive. Programs that are not handling\nuser-controlled zip archives are not affected.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-8088", url: "https://www.suse.com/security/cve/CVE-2024-8088", }, { category: "external", summary: "SUSE Bug 1229704 for CVE-2024-8088", url: "https://bugzilla.suse.com/1229704", }, ], 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 Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.aarch64", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.ppc64le", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.s390x", "SUSE Manager Client Tools 12:venv-salt-minion-3006.0-3.65.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-11-18T13:25:06Z", details: "moderate", }, ], title: "CVE-2024-8088", }, ], }
ghsa-xhf3-pp4q-gxh5
Vulnerability from github
Published
2024-06-17 18:31
Modified
2024-07-03 18:45
Severity ?
Details
A defect was discovered in the Python “ssl” module where there is a memory race condition with the ssl.SSLContext methods “cert_store_stats()” and “get_ca_certs()”. The race condition can be triggered if the methods are called at the same time as certificates are loaded into the SSLContext, such as during the TLS handshake with a certificate directory configured. This issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.
{ affected: [], aliases: [ "CVE-2024-0397", ], database_specific: { cwe_ids: [ "CWE-362", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-06-17T16:15:10Z", severity: "HIGH", }, details: "A defect was discovered in the Python “ssl” module where there is a memory\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\n“get_ca_certs()”. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", id: "GHSA-xhf3-pp4q-gxh5", modified: "2024-07-03T18:45:37Z", published: "2024-06-17T18:31:33Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0397", }, { type: "WEB", url: "https://github.com/python/cpython/issues/114572", }, { type: "WEB", url: "https://github.com/python/cpython/pull/114573", }, { type: "WEB", url: "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d", }, { type: "WEB", url: "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524", }, { type: "WEB", url: "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e", }, { type: "WEB", url: "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286", }, { type: "WEB", url: "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa", }, { type: "WEB", url: "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab", }, { type: "WEB", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP", }, { type: "WEB", url: "http://www.openwall.com/lists/oss-security/2024/06/17/2", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", type: "CVSS_V3", }, ], }
ncsc-2025-0021
Vulnerability from csaf_ncscnl
Published
2025-01-22 13:30
Modified
2025-01-22 13:30
Summary
Kwetsbaarheden verholpen in Oracle Communications
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.
Interpretaties
De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-670
Always-Incorrect Control Flow Implementation
CWE-405
Asymmetric Resource Consumption (Amplification)
CWE-35
Path Traversal: '.../...//'
CWE-466
Return of Pointer Value Outside of Expected Range
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
CWE-676
Use of Potentially Dangerous Function
CWE-606
Unchecked Input for Loop Condition
CWE-450
Multiple Interpretations of UI Input
CWE-131
Incorrect Calculation of Buffer Size
CWE-328
Use of Weak Hash
CWE-130
Improper Handling of Length Parameter Inconsistency
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-1220
Insufficient Granularity of Access Control
CWE-201
Insertion of Sensitive Information Into Sent Data
CWE-349
Acceptance of Extraneous Untrusted Data With Trusted Data
CWE-755
Improper Handling of Exceptional Conditions
CWE-347
Improper Verification of Cryptographic Signature
CWE-834
Excessive Iteration
CWE-178
Improper Handling of Case Sensitivity
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition
CWE-440
Expected Behavior Violation
CWE-415
Double Free
CWE-311
Missing Encryption of Sensitive Data
CWE-924
Improper Enforcement of Message Integrity During Transmission in a Communication Channel
CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE-703
Improper Check or Handling of Exceptional Conditions
CWE-617
Reachable Assertion
CWE-427
Uncontrolled Search Path Element
CWE-836
Use of Password Hash Instead of Password for Authentication
CWE-680
Integer Overflow to Buffer Overflow
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')
CWE-23
Relative Path Traversal
CWE-116
Improper Encoding or Escaping of Output
CWE-345
Insufficient Verification of Data Authenticity
CWE-203
Observable Discrepancy
CWE-354
Improper Validation of Integrity Check Value
CWE-325
Missing Cryptographic Step
CWE-190
Integer Overflow or Wraparound
CWE-451
User Interface (UI) Misrepresentation of Critical Information
CWE-61
UNIX Symbolic Link (Symlink) Following
CWE-552
Files or Directories Accessible to External Parties
CWE-639
Authorization Bypass Through User-Controlled Key
CWE-798
Use of Hard-coded Credentials
CWE-434
Unrestricted Upload of File with Dangerous Type
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-404
Improper Resource Shutdown or Release
CWE-284
Improper Access Control
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-1333
Inefficient Regular Expression Complexity
CWE-1321
Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
CWE-416
Use After Free
CWE-476
NULL Pointer Dereference
CWE-327
Use of a Broken or Risky Cryptographic Algorithm
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-502
Deserialization of Untrusted Data
CWE-248
Uncaught Exception
CWE-674
Uncontrolled Recursion
CWE-863
Incorrect Authorization
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-611
Improper Restriction of XML External Entity Reference
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-122
Heap-based Buffer Overflow
CWE-121
Stack-based Buffer Overflow
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-269
Improper Privilege Management
CWE-20
Improper Input Validation
CWE-209
Generation of Error Message Containing Sensitive Information
CWE-276
Incorrect Default Permissions
CWE-294
Authentication Bypass by Capture-replay
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Oracle heeft meerdere kwetsbaarheden verholpen in zijn Communicatieproducten, waaronder Oracle Communications Unified Assurance, Oracle Communications Cloud Native Core Network Function en Oracle Communications Order and Service Management.", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om Denial of Service (DoS) aanvallen uit te voeren of om ongeautoriseerde toegang tot gevoelige gegevens te verkrijgen. Specifieke versies, zoals 24.2.0 en 24.3.0 van de Cloud Native Core Network Function, zijn bijzonder kwetsbaar. Kwaadwillenden kunnen deze kwetsbaarheden misbruiken door speciaal geprepareerde HTTP-verzoeken te sturen naar het kwetsbare systeem.", title: "Interpretaties", }, { category: "description", text: "Oracle heeft updates uitgebracht om de kwetsbaarheden te verhelpen. Zie bijgevoegde referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Dependency on Vulnerable Third-Party Component", title: "CWE-1395", }, { category: "general", text: "Always-Incorrect Control Flow Implementation", title: "CWE-670", }, { category: "general", text: "Asymmetric Resource Consumption (Amplification)", title: "CWE-405", }, { category: "general", text: "Path Traversal: '.../...//'", title: "CWE-35", }, { category: "general", text: "Return of Pointer Value Outside of Expected Range", title: "CWE-466", }, { category: "general", text: "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)", title: "CWE-338", }, { category: "general", text: "Use of Potentially Dangerous Function", title: "CWE-676", }, { category: "general", text: "Unchecked Input for Loop Condition", title: "CWE-606", }, { category: "general", text: "Multiple Interpretations of UI Input", title: "CWE-450", }, { category: "general", text: "Incorrect Calculation of Buffer Size", title: "CWE-131", }, { category: "general", text: "Use of Weak Hash", title: "CWE-328", }, { category: "general", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, { category: "general", text: "Incorrect Resource Transfer Between Spheres", title: "CWE-669", }, { category: "general", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "general", text: "Insertion of Sensitive Information Into Sent Data", title: "CWE-201", }, { category: "general", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, { category: "general", text: "Improper Handling of Exceptional Conditions", title: "CWE-755", }, { category: "general", text: "Improper Verification of Cryptographic Signature", title: "CWE-347", }, { category: "general", text: "Excessive Iteration", title: "CWE-834", }, { category: "general", text: "Improper Handling of Case Sensitivity", title: "CWE-178", }, { category: "general", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, { category: "general", text: "Expected Behavior Violation", title: "CWE-440", }, { category: "general", text: "Double Free", title: "CWE-415", }, { category: "general", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "general", text: "Improper Enforcement of Message Integrity During Transmission in a Communication Channel", title: "CWE-924", }, { category: "general", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "general", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, { category: "general", text: "Reachable Assertion", title: "CWE-617", }, { category: "general", text: "Uncontrolled Search Path Element", title: "CWE-427", }, { category: "general", text: "Use of Password Hash Instead of Password for Authentication", title: "CWE-836", }, { category: "general", text: "Integer Overflow to Buffer Overflow", title: "CWE-680", }, { category: "general", text: "Access of Resource Using Incompatible Type ('Type Confusion')", title: "CWE-843", }, { category: "general", text: "Relative Path Traversal", title: "CWE-23", }, { category: "general", text: "Improper Encoding or Escaping of Output", title: "CWE-116", }, { category: "general", text: "Insufficient Verification of Data Authenticity", title: "CWE-345", }, { category: "general", text: "Observable Discrepancy", title: "CWE-203", }, { category: "general", text: "Improper Validation of Integrity Check Value", title: "CWE-354", }, { category: "general", text: "Missing Cryptographic Step", title: "CWE-325", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "User Interface (UI) Misrepresentation of Critical Information", title: "CWE-451", }, { category: "general", text: "UNIX Symbolic Link (Symlink) Following", title: "CWE-61", }, { category: "general", text: "Files or Directories Accessible to External Parties", title: "CWE-552", }, { category: "general", text: "Authorization Bypass Through User-Controlled Key", title: "CWE-639", }, { category: "general", text: "Use of Hard-coded Credentials", title: "CWE-798", }, { category: "general", text: "Unrestricted Upload of File with Dangerous Type", title: "CWE-434", }, { category: "general", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Improper Access Control", title: "CWE-284", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, { category: "general", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, { category: "general", text: "Use After Free", title: "CWE-416", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Use of a Broken or Risky Cryptographic Algorithm", title: "CWE-327", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, { category: "general", text: "Deserialization of Untrusted Data", title: "CWE-502", }, { category: "general", text: "Uncaught Exception", title: "CWE-248", }, { category: "general", text: "Uncontrolled Recursion", title: "CWE-674", }, { category: "general", text: "Incorrect Authorization", title: "CWE-863", }, { category: "general", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "general", text: "Improper Restriction of XML External Entity Reference", title: "CWE-611", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "general", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Improper Privilege Management", title: "CWE-269", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Generation of Error Message Containing Sensitive Information", title: "CWE-209", }, { category: "general", text: "Incorrect Default Permissions", title: "CWE-276", }, { category: "general", text: "Authentication Bypass by Capture-replay", title: "CWE-294", }, { category: "general", text: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", title: "CWE-79", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Reference - cveprojectv5; nvd; oracle", url: "https://www.oracle.com/security-alerts/cpujan2025.html", }, ], title: "Kwetsbaarheden verholpen in Oracle Communications", tracking: { current_release_date: "2025-01-22T13:30:50.189632Z", id: "NCSC-2025-0021", initial_release_date: "2025-01-22T13:30:50.189632Z", revision_history: [ { date: "2025-01-22T13:30:50.189632Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1727475", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635313", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:10.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635305", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:12.11.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635311", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:12.11.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635312", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:12.11.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635323", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:12.6.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670430", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:14.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674632", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:14.0.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674630", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:14.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635320", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674633", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:17.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670439", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:22.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635322", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670429", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670435", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670431", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670436", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670432", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.3.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635321", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635310", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635318", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674640", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.4.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674642", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:23.4.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670434", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.1.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635316", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674639", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.1.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635314", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674638", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674637", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635306", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:4.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635307", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:4.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635317", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:46.6.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635319", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:46.6.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670438", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635324", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:5.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635315", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:5.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670433", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674641", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.0.1.10.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674635", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674636", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.1.1.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1670437", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.1.1.7.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674631", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.1.1.9.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1674634", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.1.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635308", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications", product: { name: "communications", product_id: "CSAFPID-1635309", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications:9.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications__10.4.0.4", product: { name: "communications__10.4.0.4", product_id: "CSAFPID-1674629", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications__10.4.0.4:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___23.4.2", product: { name: "communications___23.4.2", product_id: "CSAFPID-1670442", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___23.4.2:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___23.4.3", product: { name: "communications___23.4.3", product_id: "CSAFPID-1635325", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___23.4.3:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___23.4.4", product: { name: "communications___23.4.4", product_id: "CSAFPID-1635326", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___23.4.4:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___23.4.5", product: { name: "communications___23.4.5", product_id: "CSAFPID-1674645", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___23.4.5:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___23.4.6", product: { name: "communications___23.4.6", product_id: "CSAFPID-1674646", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___23.4.6:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___24.2.0", product: { name: "communications___24.2.0", product_id: "CSAFPID-1674644", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___24.2.0:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___7.2.1.0.0", product: { name: "communications___7.2.1.0.0", product_id: "CSAFPID-1670441", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___7.2.1.0.0:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___8.6.0.6", product: { name: "communications___8.6.0.6", product_id: "CSAFPID-1635327", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___8.6.0.6:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___8.6.0.8", product: { name: "communications___8.6.0.8", product_id: "CSAFPID-1635328", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___8.6.0.8:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___9.0.2", product: { name: "communications___9.0.2", product_id: "CSAFPID-1670440", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___9.0.2:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___9.0.3", product: { name: "communications___9.0.3", product_id: "CSAFPID-1635329", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___9.0.3:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications___9.1.1.8.0", product: { name: "communications___9.1.1.8.0", product_id: "CSAFPID-1674643", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications___9.1.1.8.0:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751386", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674621", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751381", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:15.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751383", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:15.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751378", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:3.0.2.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751377", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:3.0.3.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751385", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:3.0.3.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674618", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:6.0.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674619", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:7.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674622", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:7.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751384", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:7.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674617", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:7.4.3.0.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674623", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:7.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751382", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:8.0.0.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751380", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:8.1.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1751379", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:8.1.0.26:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications", product: { name: "communications_applications", product_id: "CSAFPID-1674620", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications:8.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications___12.0.6.0.0", product: { name: "communications_applications___12.0.6.0.0", product_id: "CSAFPID-1674627", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications___12.0.6.0.0:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications___5.5.22", product: { name: "communications_applications___5.5.22", product_id: "CSAFPID-1674626", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications___5.5.22:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications___6.0.3", product: { name: "communications_applications___6.0.3", product_id: "CSAFPID-1674628", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications___6.0.3:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications___6.0.4", product: { name: "communications_applications___6.0.4", product_id: "CSAFPID-1674624", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications___6.0.4:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_applications___6.0.5", product: { name: "communications_applications___6.0.5", product_id: "CSAFPID-1674625", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_applications___6.0.5:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_asap", product: { name: "communications_asap", product_id: "CSAFPID-816792", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_asap:7.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_billing_and_revenue_management", product: { name: "communications_billing_and_revenue_management", product_id: "CSAFPID-764735", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_billing_and_revenue_management:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_billing_and_revenue_management", product: { name: "communications_billing_and_revenue_management", product_id: "CSAFPID-1751255", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_billing_and_revenue_management:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_billing_and_revenue_management", product: { name: "communications_billing_and_revenue_management", product_id: "CSAFPID-1751254", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0-15.0.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_billing_and_revenue_management", product: { name: "communications_billing_and_revenue_management", product_id: "CSAFPID-816793", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_billing_and_revenue_management", product: { name: "communications_billing_and_revenue_management", product_id: "CSAFPID-912557", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_billing_and_revenue_management:15.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_brm_-_elastic_charging_engine", product: { name: "communications_brm_-_elastic_charging_engine", product_id: "CSAFPID-764247", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_brm_-_elastic_charging_engine", product: { name: "communications_brm_-_elastic_charging_engine", product_id: "CSAFPID-1650820", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:12.0.0.4-12.0.0.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_brm_-_elastic_charging_engine", product: { name: "communications_brm_-_elastic_charging_engine", product_id: "CSAFPID-912556", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_brm_-_elastic_charging_engine", product: { name: "communications_brm_-_elastic_charging_engine", product_id: "CSAFPID-1751303", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_brm_-_elastic_charging_engine:15.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-220055", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-816765", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.1.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-816766", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-816767", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-1503577", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_automated_test_suite", product: { name: "communications_cloud_native_core_automated_test_suite", product_id: "CSAFPID-1751300", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_automated_test_suite:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_binding_support_function", product: { name: "communications_cloud_native_core_binding_support_function", product_id: "CSAFPID-764237", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_binding_support_function", product: { name: "communications_cloud_native_core_binding_support_function", product_id: "CSAFPID-1650752", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_binding_support_function", product: { name: "communications_cloud_native_core_binding_support_function", product_id: "CSAFPID-1673396", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:23.4.0-23.4.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_binding_support_function", product: { name: "communications_cloud_native_core_binding_support_function", product_id: "CSAFPID-1751085", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_binding_support_function", product: { name: "communications_cloud_native_core_binding_support_function", product_id: "CSAFPID-1751079", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_binding_support_function:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_certificate_management", product: { name: "communications_cloud_native_core_certificate_management", product_id: "CSAFPID-1673526", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_certificate_management", product: { name: "communications_cloud_native_core_certificate_management", product_id: "CSAFPID-1673391", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:23.4.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_certificate_management", product: { name: "communications_cloud_native_core_certificate_management", product_id: "CSAFPID-1673394", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_certificate_management", product: { name: "communications_cloud_native_core_certificate_management", product_id: "CSAFPID-1751253", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_certificate_management:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-816768", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-816769", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-912085", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-1503578", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-1673389", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-1673390", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_console", product: { name: "communications_cloud_native_core_console", product_id: "CSAFPID-1751090", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_console:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_dbtier", product: { name: "communications_cloud_native_core_dbtier", product_id: "CSAFPID-1673421", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_dbtier", product: { name: "communications_cloud_native_core_dbtier", product_id: "CSAFPID-1673420", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_dbtier", product: { name: "communications_cloud_native_core_dbtier", product_id: "CSAFPID-1751246", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_dbtier:24.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_data_analytics_function", product: { name: "communications_cloud_native_core_network_data_analytics_function", product_id: "CSAFPID-816770", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_data_analytics_function", product: { name: "communications_cloud_native_core_network_data_analytics_function", product_id: "CSAFPID-816771", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_data_analytics_function", product: { name: "communications_cloud_native_core_network_data_analytics_function", product_id: "CSAFPID-912068", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_data_analytics_function", product: { name: "communications_cloud_native_core_network_data_analytics_function", product_id: "CSAFPID-1503579", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_data_analytics_function:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_exposure_function", product: { name: "communications_cloud_native_core_network_exposure_function", product_id: "CSAFPID-816772", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_exposure_function", product: { name: "communications_cloud_native_core_network_exposure_function", product_id: "CSAFPID-912076", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_exposure_function", product: { name: "communications_cloud_native_core_network_exposure_function", product_id: "CSAFPID-1503580", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_exposure_function:23.4.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-219838", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-611387", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-816773", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912101", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-1503581", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-1751208", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-1751209", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:24.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912539", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912540", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_install_upgrade___23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912541", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_installation___23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912542", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_obserability_services_overlay___23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_function_cloud_native_environment", product: { name: "communications_cloud_native_core_network_function_cloud_native_environment", product_id: "CSAFPID-912543", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_function_cloud_native_environment:_observability_services_overlay___23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-816774", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.1.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-816346", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-912077", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-1503322", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-1673413", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:23.4.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-1673415", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-1751231", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-816775", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_repository_function", product: { name: "communications_cloud_native_core_network_repository_function", product_id: "CSAFPID-912544", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_repository_function:_install_upgrade___23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-816348", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-912545", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-816347", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-1673494", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-816776", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_network_slice_selection_function", product: { name: "communications_cloud_native_core_network_slice_selection_function", product_id: "CSAFPID-816777", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_network_slice_selection_function:_install_upgrade___23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-764240", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1650751", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1673517", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1673395", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0-23.4.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-912069", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1751225", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0-24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1751088", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_policy", product: { name: "communications_cloud_native_core_policy", product_id: "CSAFPID-1751089", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_policy:24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-94291", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-816778", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-614517", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-912547", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-1673392", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-1503582", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-1673393", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-1751081", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-1751084", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_security_edge_protection_proxy", product: { name: "communications_cloud_native_core_security_edge_protection_proxy", product_id: "CSAFPID-912546", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_security_edge_protection_proxy:_automated_test_suite___23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-224795", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-912548", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-912102", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-912549", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-1503583", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-1503584", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-1503585", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-1672767", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_service_communication_proxy", product: { name: "communications_cloud_native_core_service_communication_proxy", product_id: "CSAFPID-1751241", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_service_communication_proxy:24.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-764826", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:22.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-90016", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-912078", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-816349", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-912550", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.3.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1503586", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1503587", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1751238", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:23.4.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1751240", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.1.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1673399", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1751239", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1751080", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.2.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-1751082", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:24.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_cloud_native_core_unified_data_repository", product: { name: "communications_cloud_native_core_unified_data_repository", product_id: "CSAFPID-816779", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_cloud_native_core_unified_data_repository:_signaling___23.3.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_converged_application_server", product: { name: "communications_converged_application_server", product_id: "CSAFPID-1751229", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_converged_application_server:8.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_converged_application_server", product: { name: "communications_converged_application_server", product_id: "CSAFPID-1751230", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_converged_application_server:8.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_converged_charging_system", product: { name: "communications_converged_charging_system", product_id: "CSAFPID-1503599", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_converged_charging_system", product: { name: "communications_converged_charging_system", product_id: "CSAFPID-1503600", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_converged_charging_system:2.0.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergence", product: { name: "communications_convergence", product_id: "CSAFPID-1751292", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergence:3.0.2.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergence", product: { name: "communications_convergence", product_id: "CSAFPID-1751294", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergence:3.0.3.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergence", product: { name: "communications_convergence", product_id: "CSAFPID-224793", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergence:3.0.3.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergence", product: { name: "communications_convergence", product_id: "CSAFPID-1751295", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergence:3.0.3.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergence", product: { name: "communications_convergence", product_id: "CSAFPID-816794", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergence:3.0.3.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergent_charging_controller", product: { name: "communications_convergent_charging_controller", product_id: "CSAFPID-342793", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergent_charging_controller:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergent_charging_controller", product: { name: "communications_convergent_charging_controller", product_id: "CSAFPID-1650777", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergent_charging_controller", product: { name: "communications_convergent_charging_controller", product_id: "CSAFPID-1265", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergent_charging_controller:12.0.6.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergent_charging_controller", product: { name: "communications_convergent_charging_controller", product_id: "CSAFPID-816350", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergent_charging_controller:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_convergent_charging_controller", product: { name: "communications_convergent_charging_controller", product_id: "CSAFPID-1261", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_convergent_charging_controller:6.0.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_core_session_manager", product: { name: "communications_core_session_manager", product_id: "CSAFPID-1672764", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_core_session_manager:9.1.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1503588", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1751104", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.2.3.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-40293", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1751242", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:8.6.0.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1751237", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0-9.0.2.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1751097", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-611413", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-1751211", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:9.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-912551", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:_patches___9.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_diameter_signaling_router", product: { name: "communications_diameter_signaling_router", product_id: "CSAFPID-912552", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_diameter_signaling_router:_platform___9.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_eagle_element_management_system", product: { name: "communications_eagle_element_management_system", product_id: "CSAFPID-1503316", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_eagle_element_management_system", product: { name: "communications_eagle_element_management_system", product_id: "CSAFPID-1503317", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_eagle_element_management_system:46.6.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_eagle_element_management_system", product: { name: "communications_eagle_element_management_system", product_id: "CSAFPID-1751243", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_eagle_element_management_system:47.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_element_manager", product: { name: "communications_element_manager", product_id: "CSAFPID-764242", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_element_manager", product: { name: "communications_element_manager", product_id: "CSAFPID-819413", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_element_manager:9.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_element_manager", product: { name: "communications_element_manager", product_id: "CSAFPID-819414", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_element_manager:9.0.2.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_element_manager", product: { name: "communications_element_manager", product_id: "CSAFPID-816780", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_element_manager:9.4.53:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_fraud_monitor", product: { name: "communications_fraud_monitor", product_id: "CSAFPID-816781", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_fraud_monitor:5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_fraud_monitor", product: { name: "communications_fraud_monitor", product_id: "CSAFPID-816782", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_fraud_monitor:5.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_fraud_monitor", product: { name: "communications_fraud_monitor", product_id: "CSAFPID-912553", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_fraud_monitor:5.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_instant_messaging_server", product: { name: "communications_instant_messaging_server", product_id: "CSAFPID-219803", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_instant_messaging_server:10.0.1.7.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_ip_service_activator", product: { name: "communications_ip_service_activator", product_id: "CSAFPID-204622", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_ip_service_activator:7.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_ip_service_activator", product: { name: "communications_ip_service_activator", product_id: "CSAFPID-219909", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_ip_service_activator:7.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_messaging_server", product: { name: "communications_messaging_server", product_id: "CSAFPID-816351", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.24.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_messaging_server", product: { name: "communications_messaging_server", product_id: "CSAFPID-1751218", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_messaging_server:8.1.0.26:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_metasolv_solution", product: { name: "communications_metasolv_solution", product_id: "CSAFPID-611595", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_metasolv_solution:6.3.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816353", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.2.0.0.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816352", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.3.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-1503589", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:23.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-1503590", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-1673414", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:24.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816783", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.2.0.0.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816786", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_general___23.3.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816784", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.2.0.0.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816787", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_install_upgrade___23.3.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816785", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.2.0.0.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_analytics_data_director", product: { name: "communications_network_analytics_data_director", product_id: "CSAFPID-816788", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_analytics_data_director:_third_party___23.3.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_charging_and_control", product: { name: "communications_network_charging_and_control", product_id: "CSAFPID-342803", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_charging_and_control:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_charging_and_control", product: { name: "communications_network_charging_and_control", product_id: "CSAFPID-1650778", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.1.0.0-12.0.6.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_charging_and_control", product: { name: "communications_network_charging_and_control", product_id: "CSAFPID-1266", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_charging_and_control:12.0.6.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_charging_and_control", product: { name: "communications_network_charging_and_control", product_id: "CSAFPID-816354", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_charging_and_control:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_charging_and_control", product: { name: "communications_network_charging_and_control", product_id: "CSAFPID-204563", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_charging_and_control:6.0.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_network_integrity", product: { name: "communications_network_integrity", product_id: "CSAFPID-219776", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_network_integrity:7.3.6.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_offline_mediation_controller", product: { name: "communications_offline_mediation_controller", product_id: "CSAFPID-765242", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_offline_mediation_controller:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_offline_mediation_controller", product: { name: "communications_offline_mediation_controller", product_id: "CSAFPID-916906", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_offline_mediation_controller:12.0.0.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_offline_mediation_controller", product: { name: "communications_offline_mediation_controller", product_id: "CSAFPID-1751247", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_offline_mediation_controller", product: { name: "communications_offline_mediation_controller", product_id: "CSAFPID-1751248", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_offline_mediation_controller:15.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_operations_monitor", product: { name: "communications_operations_monitor", product_id: "CSAFPID-93781", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_operations_monitor:5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_operations_monitor", product: { name: "communications_operations_monitor", product_id: "CSAFPID-220132", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_operations_monitor:5.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_operations_monitor", product: { name: "communications_operations_monitor", product_id: "CSAFPID-912079", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_operations_monitor:5.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_order_and_service_management", product: { name: "communications_order_and_service_management", product_id: "CSAFPID-224790", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_order_and_service_management", product: { name: "communications_order_and_service_management", product_id: "CSAFPID-221118", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_order_and_service_management:7.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_order_and_service_management", product: { name: "communications_order_and_service_management", product_id: "CSAFPID-1673496", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_order_and_service_management:7.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_performance_intelligence", product: { name: "communications_performance_intelligence", product_id: "CSAFPID-1503591", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_performance_intelligence:10.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_policy_management", product: { name: "communications_policy_management", product_id: "CSAFPID-816789", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_policy_management:12.6.1.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_policy_management", product: { name: "communications_policy_management", product_id: "CSAFPID-816790", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_policy_management:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_pricing_design_center", product: { name: "communications_pricing_design_center", product_id: "CSAFPID-764738", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_pricing_design_center:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_pricing_design_center", product: { name: "communications_pricing_design_center", product_id: "CSAFPID-816355", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_pricing_design_center:15.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-1503601", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816359", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.0.7.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816358", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.1.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816357", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:7.4.2.8.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-912558", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-1751233", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-1503602", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-1751234", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:8.1.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816795", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.0.7.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816796", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.1.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_service_catalog_and_design", product: { name: "communications_service_catalog_and_design", product_id: "CSAFPID-816797", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_service_catalog_and_design:_psr_designer___7.4.2.8.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_border_controller", product: { name: "communications_session_border_controller", product_id: "CSAFPID-1503592", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_border_controller:4.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_border_controller", product: { name: "communications_session_border_controller", product_id: "CSAFPID-1503593", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_border_controller:4.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_border_controller", product: { name: "communications_session_border_controller", product_id: "CSAFPID-1672762", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_border_controller:9.1.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_border_controller", product: { name: "communications_session_border_controller", product_id: "CSAFPID-1503594", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_border_controller:9.2.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_border_controller", product: { name: "communications_session_border_controller", product_id: "CSAFPID-1503595", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_border_controller:9.3.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_report_manager", product: { name: "communications_session_report_manager", product_id: "CSAFPID-342804", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_report_manager", product: { name: "communications_session_report_manager", product_id: "CSAFPID-819415", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_report_manager:9.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_report_manager", product: { name: "communications_session_report_manager", product_id: "CSAFPID-819416", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_report_manager:9.0.2.0.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_session_report_manager", product: { name: "communications_session_report_manager", product_id: "CSAFPID-816791", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_session_report_manager:9.4.53:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-240600", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-1673382", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:5.5.0-5.5.22:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-1650731", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-1673530", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:6.0.0-6.0.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-1751235", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:6.0.1-6.0.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_assurance", product: { name: "communications_unified_assurance", product_id: "CSAFPID-1751296", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_assurance:6.0.4-6.0.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-764739", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-8984", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-204510", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-204569", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:7.4.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-219826", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_unified_inventory_management", product: { name: "communications_unified_inventory_management", product_id: "CSAFPID-912073", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_unified_inventory_management:7.5.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1503596", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:12.11.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1503597", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:12.11.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1503598", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:12.11.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1751217", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:12.11:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-912080", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:14.0.0.0.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1673481", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:14.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_user_data_repository", product: { name: "communications_user_data_repository", product_id: "CSAFPID-1751258", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_user_data_repository:15.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "communications_webrtc_session_controller", product: { name: "communications_webrtc_session_controller", product_id: "CSAFPID-912554", product_identification_helper: { cpe: "cpe:2.3:a:oracle:communications_webrtc_session_controller:*:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2022-41727", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2022-41727", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41727.json", }, ], title: "CVE-2022-41727", }, { cve: "CVE-2023-4408", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-4408", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-4408.json", }, ], title: "CVE-2023-4408", }, { cve: "CVE-2023-5678", cwe: { id: "CWE-754", name: "Improper Check for Unusual or Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "other", text: "Missing Cryptographic Step", title: "CWE-325", }, { category: "other", text: "Unchecked Input for Loop Condition", title: "CWE-606", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], product_status: { known_affected: [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", ], }, references: [ { category: "self", summary: "CVE-2023-5678", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json", }, ], title: "CVE-2023-5678", }, { cve: "CVE-2023-5981", cwe: { id: "CWE-203", name: "Observable Discrepancy", }, notes: [ { category: "other", text: "Observable Discrepancy", title: "CWE-203", }, ], product_status: { known_affected: [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751217", "CSAFPID-1673481", ], }, references: [ { category: "self", summary: "CVE-2023-5981", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5981.json", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751217", "CSAFPID-1673481", ], }, ], title: "CVE-2023-5981", }, { cve: "CVE-2023-6597", cwe: { id: "CWE-61", name: "UNIX Symbolic Link (Symlink) Following", }, notes: [ { category: "other", text: "UNIX Symbolic Link (Symlink) Following", title: "CWE-61", }, ], product_status: { known_affected: [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751097", ], }, references: [ { category: "self", summary: "CVE-2023-6597", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-6597.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1673395", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751097", ], }, ], title: "CVE-2023-6597", }, { cve: "CVE-2023-7256", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "other", text: "Double Free", title: "CWE-415", }, ], product_status: { known_affected: [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079", ], }, references: [ { category: "self", summary: "CVE-2023-7256", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-7256.json", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079", ], }, ], title: "CVE-2023-7256", }, { cve: "CVE-2023-29407", cwe: { id: "CWE-834", name: "Excessive Iteration", }, notes: [ { category: "other", text: "Excessive Iteration", title: "CWE-834", }, ], product_status: { known_affected: [ "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2023-29407", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29407.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1673530", ], }, ], title: "CVE-2023-29407", }, { cve: "CVE-2023-29408", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2023-29408", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29408.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2023-29408", }, { cve: "CVE-2023-40577", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, notes: [ { category: "other", text: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", title: "CWE-79", }, ], product_status: { known_affected: [ "CSAFPID-1751208", "CSAFPID-1751209", ], }, references: [ { category: "self", summary: "CVE-2023-40577", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-40577.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1751208", "CSAFPID-1751209", ], }, ], title: "CVE-2023-40577", }, { cve: "CVE-2023-46218", cwe: { id: "CWE-201", name: "Insertion of Sensitive Information Into Sent Data", }, notes: [ { category: "other", text: "Insertion of Sensitive Information Into Sent Data", title: "CWE-201", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], product_status: { known_affected: [ "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211", ], }, references: [ { category: "self", summary: "CVE-2023-46218", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46218.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211", ], }, ], title: "CVE-2023-46218", }, { cve: "CVE-2023-46219", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, ], product_status: { known_affected: [ "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211", ], }, references: [ { category: "self", summary: "CVE-2023-46219", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46219.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-912539", "CSAFPID-816773", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912101", "CSAFPID-912544", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-912545", "CSAFPID-764240", "CSAFPID-912546", "CSAFPID-614517", "CSAFPID-912547", "CSAFPID-224795", "CSAFPID-912548", "CSAFPID-912102", "CSAFPID-912549", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912553", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-765242", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1751211", ], }, ], title: "CVE-2023-46219", }, { cve: "CVE-2023-46604", cwe: { id: "CWE-502", name: "Deserialization of Untrusted Data", }, notes: [ { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, ], product_status: { known_affected: [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-219826", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751104", ], }, references: [ { category: "self", summary: "CVE-2023-46604", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-46604.json", }, ], scores: [ { cvss_v3: { baseScore: 10, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-94291", "CSAFPID-40293", "CSAFPID-1265", "CSAFPID-1261", "CSAFPID-1266", "CSAFPID-8984", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-219826", "CSAFPID-204510", "CSAFPID-204563", "CSAFPID-204569", "CSAFPID-204622", "CSAFPID-219803", "CSAFPID-219838", "CSAFPID-219909", "CSAFPID-221118", "CSAFPID-224790", "CSAFPID-224793", "CSAFPID-240600", "CSAFPID-342793", "CSAFPID-342803", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-611595", "CSAFPID-614517", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764738", "CSAFPID-816346", "CSAFPID-816347", "CSAFPID-816348", "CSAFPID-816349", "CSAFPID-816350", "CSAFPID-816351", "CSAFPID-816352", "CSAFPID-816353", "CSAFPID-816354", "CSAFPID-816355", "CSAFPID-816357", "CSAFPID-816358", "CSAFPID-816359", "CSAFPID-816765", "CSAFPID-816766", "CSAFPID-816767", "CSAFPID-816768", "CSAFPID-816769", "CSAFPID-816770", "CSAFPID-816771", "CSAFPID-816772", "CSAFPID-816773", "CSAFPID-816774", "CSAFPID-816775", "CSAFPID-816776", "CSAFPID-816777", "CSAFPID-816778", "CSAFPID-816779", "CSAFPID-816780", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-816783", "CSAFPID-816784", "CSAFPID-816785", "CSAFPID-816786", "CSAFPID-816787", "CSAFPID-816788", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-816791", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-816794", "CSAFPID-816795", "CSAFPID-816796", "CSAFPID-816797", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751104", ], }, ], title: "CVE-2023-46604", }, { cve: "CVE-2023-50868", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-50868", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50868.json", }, ], title: "CVE-2023-50868", }, { cve: "CVE-2024-0232", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], product_status: { known_affected: [ "CSAFPID-1650777", "CSAFPID-1650778", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-0232", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0232.json", }, ], title: "CVE-2024-0232", }, { cve: "CVE-2024-0397", product_status: { known_affected: [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], 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: [ "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", ], }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-0450", cwe: { id: "CWE-450", name: "Multiple Interpretations of UI Input", }, notes: [ { category: "other", text: "Multiple Interpretations of UI Input", title: "CWE-450", }, { category: "other", text: "Asymmetric Resource Consumption (Amplification)", title: "CWE-405", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", ], }, references: [ { category: "self", summary: "CVE-2024-0450", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0450.json", }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", ], }, ], title: "CVE-2024-0450", }, { cve: "CVE-2024-1442", cwe: { id: "CWE-269", name: "Improper Privilege Management", }, notes: [ { category: "other", text: "Improper Privilege Management", title: "CWE-269", }, ], product_status: { known_affected: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-1442", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-1442.json", }, ], scores: [ { cvss_v3: { baseScore: 6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-1442", }, { cve: "CVE-2024-2961", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1672762", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1673396", "CSAFPID-1673395", "CSAFPID-1673494", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", "CSAFPID-1751237", ], }, references: [ { category: "self", summary: "CVE-2024-2961", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2961.json", }, ], scores: [ { cvss_v3: { baseScore: 8.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1672762", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1673396", "CSAFPID-1673395", "CSAFPID-1673494", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751097", "CSAFPID-1751237", ], }, ], title: "CVE-2024-2961", }, { cve: "CVE-2024-3596", cwe: { id: "CWE-924", name: "Improper Enforcement of Message Integrity During Transmission in a Communication Channel", }, notes: [ { category: "other", text: "Improper Enforcement of Message Integrity During Transmission in a Communication Channel", title: "CWE-924", }, { category: "other", text: "Use of Weak Hash", title: "CWE-328", }, { category: "other", text: "Authentication Bypass by Capture-replay", title: "CWE-294", }, { category: "other", text: "Use of Password Hash Instead of Password for Authentication", title: "CWE-836", }, { category: "other", text: "Use of a Broken or Risky Cryptographic Algorithm", title: "CWE-327", }, { category: "other", text: "User Interface (UI) Misrepresentation of Critical Information", title: "CWE-451", }, { category: "other", text: "Improper Validation of Integrity Check Value", title: "CWE-354", }, ], product_status: { known_affected: [ "CSAFPID-1751090", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-1751253", ], }, references: [ { category: "self", summary: "CVE-2024-3596", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-3596.json", }, ], scores: [ { cvss_v3: { baseScore: 9, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751090", "CSAFPID-912079", "CSAFPID-220132", "CSAFPID-1751253", ], }, ], title: "CVE-2024-3596", }, { cve: "CVE-2024-4030", cwe: { id: "CWE-276", name: "Incorrect Default Permissions", }, notes: [ { category: "other", text: "Incorrect Default Permissions", title: "CWE-276", }, ], product_status: { known_affected: [ "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2024-4030", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.json", }, ], 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: [ "CSAFPID-1673530", ], }, ], title: "CVE-2024-4030", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, notes: [ { category: "other", text: "Expected Behavior Violation", title: "CWE-440", }, ], product_status: { known_affected: [ "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2024-4032", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673530", ], }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-5535", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Dependency on Vulnerable Third-Party Component", title: "CWE-1395", }, ], product_status: { known_affected: [ "CSAFPID-1751090", "CSAFPID-1751253", ], }, references: [ { category: "self", summary: "CVE-2024-5535", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1751090", "CSAFPID-1751253", ], }, ], title: "CVE-2024-5535", }, { cve: "CVE-2024-6119", cwe: { id: "CWE-843", name: "Access of Resource Using Incompatible Type ('Type Confusion')", }, notes: [ { category: "other", text: "Access of Resource Using Incompatible Type ('Type Confusion')", title: "CWE-843", }, ], product_status: { known_affected: [ "CSAFPID-1751209", ], }, references: [ { category: "self", summary: "CVE-2024-6119", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1751209", ], }, ], title: "CVE-2024-6119", }, { cve: "CVE-2024-6162", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751303", "CSAFPID-1650820", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-6162", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6162.json", }, ], 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: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751303", "CSAFPID-1650820", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-6162", }, { cve: "CVE-2024-6232", cwe: { id: "CWE-1333", name: "Inefficient Regular Expression Complexity", }, notes: [ { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, ], product_status: { known_affected: [ "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2024-6232", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json", }, ], 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: [ "CSAFPID-1673530", ], }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7254", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Uncontrolled Recursion", title: "CWE-674", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751233", "CSAFPID-1673530", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-7254", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7254.json", }, ], scores: [ { cvss_v3: { baseScore: 8.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673391", "CSAFPID-1673394", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751233", "CSAFPID-1673530", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-7254", }, { cve: "CVE-2024-7592", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-7592", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json", }, ], 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: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-7885", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], product_status: { known_affected: [ "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1751080", "CSAFPID-1751090", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, references: [ { category: "self", summary: "CVE-2024-7885", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7885.json", }, ], 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: [ "CSAFPID-1673526", "CSAFPID-1673399", "CSAFPID-1751080", "CSAFPID-1751090", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, ], title: "CVE-2024-7885", }, { cve: "CVE-2024-8006", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], product_status: { known_affected: [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079", ], }, references: [ { category: "self", summary: "CVE-2024-8006", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-8006.json", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-220132", "CSAFPID-1751084", "CSAFPID-912079", ], }, ], title: "CVE-2024-8006", }, { cve: "CVE-2024-9143", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-1751253", ], }, references: [ { category: "self", summary: "CVE-2024-9143", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-9143.json", }, ], title: "CVE-2024-9143", }, { cve: "CVE-2024-22195", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, notes: [ { category: "other", text: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", title: "CWE-79", }, ], product_status: { known_affected: [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-22195", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22195.json", }, ], scores: [ { cvss_v3: { baseScore: 6.1, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-764237", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-342804", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751085", ], }, ], title: "CVE-2024-22195", }, { cve: "CVE-2024-24786", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], product_status: { known_affected: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-24786", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24786.json", }, ], 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: [ "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-24786", }, { cve: "CVE-2024-24791", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], product_status: { known_affected: [ "CSAFPID-1751208", "CSAFPID-1751209", ], }, references: [ { category: "self", summary: "CVE-2024-24791", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-24791.json", }, ], 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: [ "CSAFPID-1751208", "CSAFPID-1751209", ], }, ], title: "CVE-2024-24791", }, { cve: "CVE-2024-25638", cwe: { id: "CWE-345", name: "Insufficient Verification of Data Authenticity", }, notes: [ { category: "other", text: "Insufficient Verification of Data Authenticity", title: "CWE-345", }, { category: "other", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751229", "CSAFPID-1751230", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, references: [ { category: "self", summary: "CVE-2024-25638", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25638.json", }, ], scores: [ { cvss_v3: { baseScore: 8.9, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751229", "CSAFPID-1751230", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, ], title: "CVE-2024-25638", }, { cve: "CVE-2024-25710", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912101", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", ], }, references: [ { category: "self", summary: "CVE-2024-25710", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-25710.json", }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-912068", "CSAFPID-912076", "CSAFPID-611387", "CSAFPID-816773", "CSAFPID-912101", "CSAFPID-912077", "CSAFPID-816348", "CSAFPID-764240", "CSAFPID-614517", "CSAFPID-224795", "CSAFPID-912102", "CSAFPID-764826", "CSAFPID-90016", "CSAFPID-912078", "CSAFPID-611413", "CSAFPID-764242", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-93781", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-342804", "CSAFPID-912080", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-219776", "CSAFPID-765242", "CSAFPID-764739", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219826", "CSAFPID-912073", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", ], }, ], title: "CVE-2024-25710", }, { cve: "CVE-2024-26308", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-26308", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26308.json", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1670429", "CSAFPID-1670430", "CSAFPID-1670431", "CSAFPID-1670432", "CSAFPID-1670433", "CSAFPID-1670434", "CSAFPID-1670435", "CSAFPID-1670436", "CSAFPID-1670437", "CSAFPID-1670438", "CSAFPID-1670439", "CSAFPID-1670440", "CSAFPID-1670441", "CSAFPID-1670442", "CSAFPID-90016", "CSAFPID-93781", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-219776", "CSAFPID-219826", "CSAFPID-220132", "CSAFPID-224795", "CSAFPID-342804", "CSAFPID-611387", "CSAFPID-611413", "CSAFPID-614517", "CSAFPID-764237", "CSAFPID-764240", "CSAFPID-764242", "CSAFPID-764247", "CSAFPID-764735", "CSAFPID-764739", "CSAFPID-764826", "CSAFPID-765242", "CSAFPID-816348", "CSAFPID-816773", "CSAFPID-816781", "CSAFPID-816782", "CSAFPID-912068", "CSAFPID-912073", "CSAFPID-912076", "CSAFPID-912077", "CSAFPID-912078", "CSAFPID-912079", "CSAFPID-912080", "CSAFPID-912085", "CSAFPID-912101", "CSAFPID-912102", "CSAFPID-912539", "CSAFPID-912540", "CSAFPID-912541", "CSAFPID-912542", "CSAFPID-912543", "CSAFPID-912544", "CSAFPID-912545", "CSAFPID-912546", "CSAFPID-912547", "CSAFPID-912548", "CSAFPID-912549", "CSAFPID-912550", "CSAFPID-912551", "CSAFPID-912552", "CSAFPID-912553", "CSAFPID-912554", "CSAFPID-912556", "CSAFPID-912557", "CSAFPID-912558", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-1503582", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-1727475", "CSAFPID-1751218", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-26308", }, { cve: "CVE-2024-27309", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Incorrect Authorization", title: "CWE-863", }, ], product_status: { known_affected: [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-27309", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27309.json", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-27309", }, { cve: "CVE-2024-28219", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Use of Potentially Dangerous Function", title: "CWE-676", }, { category: "other", text: "Integer Overflow to Buffer Overflow", title: "CWE-680", }, ], product_status: { known_affected: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1751085", "CSAFPID-912547", ], }, references: [ { category: "self", summary: "CVE-2024-28219", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28219.json", }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H", version: "3.1", }, products: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1751085", "CSAFPID-912547", ], }, ], title: "CVE-2024-28219", }, { cve: "CVE-2024-28834", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Use of a Broken or Risky Cryptographic Algorithm", title: "CWE-327", }, ], product_status: { known_affected: [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590", ], }, references: [ { category: "self", summary: "CVE-2024-28834", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28834.json", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590", ], }, ], title: "CVE-2024-28834", }, { cve: "CVE-2024-28835", cwe: { id: "CWE-248", name: "Uncaught Exception", }, notes: [ { category: "other", text: "Uncaught Exception", title: "CWE-248", }, ], product_status: { known_affected: [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590", ], }, references: [ { category: "self", summary: "CVE-2024-28835", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28835.json", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673481", "CSAFPID-1751217", "CSAFPID-1503590", ], }, ], title: "CVE-2024-28835", }, { cve: "CVE-2024-28849", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751235", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-28849", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1673414", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751235", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-28849", }, { cve: "CVE-2024-29025", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751233", "CSAFPID-1751218", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-29025", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json", }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-1650752", "CSAFPID-1650751", "CSAFPID-1673494", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1674636", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751233", "CSAFPID-1751218", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-29025", }, { cve: "CVE-2024-29131", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", ], }, references: [ { category: "self", summary: "CVE-2024-29131", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29131.json", }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", ], }, ], title: "CVE-2024-29131", }, { cve: "CVE-2024-29133", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-29133", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29133.json", }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-1650820", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673530", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-29133", }, { cve: "CVE-2024-33599", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Stack-based Buffer Overflow", title: "CWE-121", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, references: [ { category: "self", summary: "CVE-2024-33599", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33599.json", }, ], scores: [ { cvss_v3: { baseScore: 8.6, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, ], title: "CVE-2024-33599", }, { cve: "CVE-2024-33600", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, references: [ { category: "self", summary: "CVE-2024-33600", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33600.json", }, ], scores: [ { cvss_v3: { baseScore: 8.6, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, ], title: "CVE-2024-33600", }, { cve: "CVE-2024-33601", cwe: { id: "CWE-703", name: "Improper Check or Handling of Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, { category: "other", text: "Reachable Assertion", title: "CWE-617", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, references: [ { category: "self", summary: "CVE-2024-33601", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33601.json", }, ], scores: [ { cvss_v3: { baseScore: 8.6, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1751237", ], }, ], title: "CVE-2024-33601", }, { cve: "CVE-2024-33602", cwe: { id: "CWE-466", name: "Return of Pointer Value Outside of Expected Range", }, notes: [ { category: "other", text: "Return of Pointer Value Outside of Expected Range", title: "CWE-466", }, { category: "other", text: "Improper Check or Handling of Exceptional Conditions", title: "CWE-703", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", ], }, references: [ { category: "self", summary: "CVE-2024-33602", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33602.json", }, ], scores: [ { cvss_v3: { baseScore: 8.6, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673396", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-1672762", "CSAFPID-1673395", "CSAFPID-1672764", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673494", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", ], }, ], title: "CVE-2024-33602", }, { cve: "CVE-2024-34064", cwe: { id: "CWE-79", name: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", }, notes: [ { category: "other", text: "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')", title: "CWE-79", }, ], product_status: { known_affected: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751238", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-1751082", "CSAFPID-1751240", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1673481", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-34064", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34064.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1635310", "CSAFPID-1635311", "CSAFPID-1635312", "CSAFPID-1635313", "CSAFPID-1635314", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635317", "CSAFPID-1635318", "CSAFPID-1635319", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1635322", "CSAFPID-1635323", "CSAFPID-1635324", "CSAFPID-1635325", "CSAFPID-1635326", "CSAFPID-1635327", "CSAFPID-1635328", "CSAFPID-1635329", "CSAFPID-220055", "CSAFPID-1503577", "CSAFPID-764237", "CSAFPID-912085", "CSAFPID-1503578", "CSAFPID-1503579", "CSAFPID-1503580", "CSAFPID-912101", "CSAFPID-1503581", "CSAFPID-1503322", "CSAFPID-912069", "CSAFPID-764240", "CSAFPID-912547", "CSAFPID-1503582", "CSAFPID-912549", "CSAFPID-1503583", "CSAFPID-1503584", "CSAFPID-1503585", "CSAFPID-1503586", "CSAFPID-1503587", "CSAFPID-1503588", "CSAFPID-1503316", "CSAFPID-1503317", "CSAFPID-764242", "CSAFPID-1503589", "CSAFPID-1503590", "CSAFPID-220132", "CSAFPID-912079", "CSAFPID-1503591", "CSAFPID-816789", "CSAFPID-816790", "CSAFPID-1503592", "CSAFPID-1503593", "CSAFPID-1503594", "CSAFPID-1503595", "CSAFPID-342804", "CSAFPID-1503596", "CSAFPID-1503597", "CSAFPID-1503598", "CSAFPID-816792", "CSAFPID-764247", "CSAFPID-912556", "CSAFPID-764735", "CSAFPID-816793", "CSAFPID-1503599", "CSAFPID-1503600", "CSAFPID-342793", "CSAFPID-816350", "CSAFPID-1261", "CSAFPID-342803", "CSAFPID-816354", "CSAFPID-204563", "CSAFPID-764738", "CSAFPID-816355", "CSAFPID-1503601", "CSAFPID-1503602", "CSAFPID-240600", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1727475", "CSAFPID-1751238", "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-1751082", "CSAFPID-1751240", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-1673481", "CSAFPID-1751085", ], }, ], title: "CVE-2024-34064", }, { cve: "CVE-2024-34750", cwe: { id: "CWE-755", name: "Improper Handling of Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Handling of Exceptional Conditions", title: "CWE-755", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751242", "CSAFPID-1751243", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-34750", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-34750.json", }, ], 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: [ "CSAFPID-1673481", "CSAFPID-1503596", "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751242", "CSAFPID-1751243", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751085", ], }, ], title: "CVE-2024-34750", }, { cve: "CVE-2024-35195", cwe: { id: "CWE-670", name: "Always-Incorrect Control Flow Implementation", }, notes: [ { category: "other", text: "Always-Incorrect Control Flow Implementation", title: "CWE-670", }, ], product_status: { known_affected: [ "CSAFPID-1751246", "CSAFPID-1751247", "CSAFPID-1751248", "CSAFPID-1673530", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-220132", "CSAFPID-1751082", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-912079", "CSAFPID-916906", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-35195", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json", }, ], scores: [ { cvss_v3: { baseScore: 5.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1751246", "CSAFPID-1751247", "CSAFPID-1751248", "CSAFPID-1673530", "CSAFPID-1673393", "CSAFPID-1751239", "CSAFPID-220132", "CSAFPID-1751082", "CSAFPID-1672767", "CSAFPID-1751241", "CSAFPID-912079", "CSAFPID-916906", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-35195", }, { cve: "CVE-2024-37370", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", ], }, references: [ { category: "self", summary: "CVE-2024-37370", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", ], }, ], title: "CVE-2024-37370", }, { cve: "CVE-2024-37371", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], product_status: { known_affected: [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-37371", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-912549", "CSAFPID-1673413", "CSAFPID-1673414", "CSAFPID-1673396", "CSAFPID-1503590", "CSAFPID-1673393", "CSAFPID-1673395", "CSAFPID-1673399", "CSAFPID-1672767", "CSAFPID-1503585", "CSAFPID-1673392", "CSAFPID-1503589", "CSAFPID-1673415", "CSAFPID-1673389", "CSAFPID-1673390", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751237", "CSAFPID-1751254", "CSAFPID-1751217", "CSAFPID-1673481", "CSAFPID-1751255", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-37371", }, { cve: "CVE-2024-37891", cwe: { id: "CWE-669", name: "Incorrect Resource Transfer Between Spheres", }, notes: [ { category: "other", text: "Incorrect Resource Transfer Between Spheres", title: "CWE-669", }, ], product_status: { known_affected: [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751254", "CSAFPID-1673530", "CSAFPID-1751217", "CSAFPID-1751255", "CSAFPID-816790", "CSAFPID-1751258", "CSAFPID-1673481", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-37891", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673395", "CSAFPID-1673396", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751225", "CSAFPID-1751254", "CSAFPID-1673530", "CSAFPID-1751217", "CSAFPID-1751255", "CSAFPID-816790", "CSAFPID-1751258", "CSAFPID-1673481", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-38475", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Improper Encoding or Escaping of Output", title: "CWE-116", }, { category: "other", text: "Path Traversal: '.../...//'", title: "CWE-35", }, { category: "other", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "other", text: "Use of Hard-coded Credentials", title: "CWE-798", }, { category: "other", text: "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)", title: "CWE-338", }, ], references: [ { category: "self", summary: "CVE-2024-38475", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38475.json", }, ], title: "CVE-2024-38475", }, { cve: "CVE-2024-38807", cwe: { id: "CWE-347", name: "Improper Verification of Cryptographic Signature", }, notes: [ { category: "other", text: "Improper Verification of Cryptographic Signature", title: "CWE-347", }, ], product_status: { known_affected: [ "CSAFPID-1751090", "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-38807", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38807.json", }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1751090", "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-38807", }, { cve: "CVE-2024-38809", cwe: { id: "CWE-1333", name: "Inefficient Regular Expression Complexity", }, notes: [ { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1673393", ], }, references: [ { category: "self", summary: "CVE-2024-38809", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38809.json", }, ], scores: [ { cvss_v3: { baseScore: 8, baseSeverity: "HIGH", vectorString: "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H", version: "3.0", }, products: [ "CSAFPID-1673393", ], }, ], title: "CVE-2024-38809", }, { cve: "CVE-2024-38816", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "other", text: "Relative Path Traversal", title: "CWE-23", }, ], product_status: { known_affected: [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751082", "CSAFPID-1751225", ], }, references: [ { category: "self", summary: "CVE-2024-38816", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38816.json", }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1673420", "CSAFPID-1673421", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1751081", "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751082", "CSAFPID-1751225", ], }, ], title: "CVE-2024-38816", }, { cve: "CVE-2024-38819", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], product_status: { known_affected: [ "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751081", "CSAFPID-1751082", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", ], }, references: [ { category: "self", summary: "CVE-2024-38819", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38819.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1673393", "CSAFPID-1751079", "CSAFPID-1751080", "CSAFPID-1751081", "CSAFPID-1751082", "CSAFPID-1751084", "CSAFPID-1751085", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751241", ], }, ], title: "CVE-2024-38819", }, { cve: "CVE-2024-38820", cwe: { id: "CWE-284", name: "Improper Access Control", }, notes: [ { category: "other", text: "Improper Access Control", title: "CWE-284", }, { category: "other", text: "Improper Handling of Case Sensitivity", title: "CWE-178", }, ], product_status: { known_affected: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751080", "CSAFPID-1751082", "CSAFPID-1751085", "CSAFPID-1672767", "CSAFPID-1751241", ], }, references: [ { category: "self", summary: "CVE-2024-38820", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38820.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751080", "CSAFPID-1751082", "CSAFPID-1751085", "CSAFPID-1672767", "CSAFPID-1751241", ], }, ], title: "CVE-2024-38820", }, { cve: "CVE-2024-38827", cwe: { id: "CWE-639", name: "Authorization Bypass Through User-Controlled Key", }, notes: [ { category: "other", text: "Authorization Bypass Through User-Controlled Key", title: "CWE-639", }, ], product_status: { known_affected: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-38827", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38827.json", }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-204510", "CSAFPID-204569", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-38827", }, { cve: "CVE-2024-38998", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079", ], }, references: [ { category: "self", summary: "CVE-2024-38998", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079", ], }, ], title: "CVE-2024-38998", }, { cve: "CVE-2024-38999", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079", ], }, references: [ { category: "self", summary: "CVE-2024-38999", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json", }, ], scores: [ { cvss_v3: { baseScore: 10, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751225", "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-912073", "CSAFPID-1751254", "CSAFPID-1751079", "CSAFPID-1751242", "CSAFPID-1751234", "CSAFPID-1673496", "CSAFPID-1751233", "CSAFPID-1751255", "CSAFPID-1673481", "CSAFPID-1751085", "CSAFPID-220132", "CSAFPID-912079", ], }, ], title: "CVE-2024-38999", }, { cve: "CVE-2024-41817", cwe: { id: "CWE-427", name: "Uncontrolled Search Path Element", }, notes: [ { category: "other", text: "Uncontrolled Search Path Element", title: "CWE-427", }, ], product_status: { known_affected: [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220132", "CSAFPID-912079", ], }, references: [ { category: "self", summary: "CVE-2024-41817", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41817.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1673382", "CSAFPID-1650731", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-220132", "CSAFPID-912079", ], }, ], title: "CVE-2024-41817", }, { cve: "CVE-2024-45490", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "other", text: "Incorrect Calculation of Buffer Size", title: "CWE-131", }, { category: "other", text: "Improper Restriction of XML External Entity Reference", title: "CWE-611", }, ], product_status: { known_affected: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590", ], }, references: [ { category: "self", summary: "CVE-2024-45490", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45490.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590", ], }, ], title: "CVE-2024-45490", }, { cve: "CVE-2024-45491", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], product_status: { known_affected: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590", ], }, references: [ { category: "self", summary: "CVE-2024-45491", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45491.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1673414", "CSAFPID-1503590", ], }, ], title: "CVE-2024-45491", }, { cve: "CVE-2024-45492", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], product_status: { known_affected: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1673414", "CSAFPID-1503590", ], }, references: [ { category: "self", summary: "CVE-2024-45492", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-45492.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1673382", "CSAFPID-1673399", "CSAFPID-1650731", "CSAFPID-1673517", "CSAFPID-1673396", "CSAFPID-1674617", "CSAFPID-1674618", "CSAFPID-1674619", "CSAFPID-1674620", "CSAFPID-1674621", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1674624", "CSAFPID-1674625", "CSAFPID-1674626", "CSAFPID-1674627", "CSAFPID-1674628", "CSAFPID-1635305", "CSAFPID-1635306", "CSAFPID-1635307", "CSAFPID-1635308", "CSAFPID-1635309", "CSAFPID-1670434", "CSAFPID-1674629", "CSAFPID-1635315", "CSAFPID-1635316", "CSAFPID-1635318", "CSAFPID-1674630", "CSAFPID-1674631", "CSAFPID-1674632", "CSAFPID-1674633", "CSAFPID-1674634", "CSAFPID-1674635", "CSAFPID-1635323", "CSAFPID-1674636", "CSAFPID-1635324", "CSAFPID-1674637", "CSAFPID-1674638", "CSAFPID-1674639", "CSAFPID-1674640", "CSAFPID-1674641", "CSAFPID-1674642", "CSAFPID-1635320", "CSAFPID-1635321", "CSAFPID-1674643", "CSAFPID-1674644", "CSAFPID-1674645", "CSAFPID-1674646", "CSAFPID-1673414", "CSAFPID-1503590", ], }, ], title: "CVE-2024-45492", }, { cve: "CVE-2024-47535", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-47535", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47535.json", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1751233", "CSAFPID-1751234", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-47535", }, { cve: "CVE-2024-47554", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-1751292", "CSAFPID-1751234", "CSAFPID-1751294", "CSAFPID-1751233", "CSAFPID-1751295", "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-47554", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47554.json", }, ], 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: [ "CSAFPID-1751292", "CSAFPID-1751234", "CSAFPID-1751294", "CSAFPID-1751233", "CSAFPID-1751295", "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-47554", }, { cve: "CVE-2024-47561", cwe: { id: "CWE-502", name: "Deserialization of Untrusted Data", }, notes: [ { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, ], product_status: { known_affected: [ "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2024-47561", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47561.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-1751296", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2024-47561", }, { cve: "CVE-2024-47803", cwe: { id: "CWE-209", name: "Generation of Error Message Containing Sensitive Information", }, notes: [ { category: "other", text: "Generation of Error Message Containing Sensitive Information", title: "CWE-209", }, ], product_status: { known_affected: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-47803", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47803.json", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", ], }, ], title: "CVE-2024-47803", }, { cve: "CVE-2024-47804", cwe: { id: "CWE-863", name: "Incorrect Authorization", }, notes: [ { category: "other", text: "Incorrect Authorization", title: "CWE-863", }, { category: "other", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "other", text: "Access of Resource Using Incompatible Type ('Type Confusion')", title: "CWE-843", }, ], product_status: { known_affected: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-47804", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-47804.json", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1672767", "CSAFPID-1751300", "CSAFPID-1751241", "CSAFPID-1751081", "CSAFPID-1751084", "CSAFPID-1673393", "CSAFPID-1751085", ], }, ], title: "CVE-2024-47804", }, { cve: "CVE-2024-49766", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], product_status: { known_affected: [ "CSAFPID-1751208", "CSAFPID-1751246", "CSAFPID-1751209", ], }, references: [ { category: "self", summary: "CVE-2024-49766", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49766.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1751208", "CSAFPID-1751246", "CSAFPID-1751209", ], }, ], title: "CVE-2024-49766", }, { cve: "CVE-2024-49767", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-1751208", "CSAFPID-1751080", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751082", "CSAFPID-1751300", "CSAFPID-1751246", "CSAFPID-1751209", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, references: [ { category: "self", summary: "CVE-2024-49767", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-49767.json", }, ], 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: [ "CSAFPID-1751208", "CSAFPID-1751080", "CSAFPID-1751079", "CSAFPID-1751225", "CSAFPID-1751082", "CSAFPID-1751300", "CSAFPID-1751246", "CSAFPID-1751209", "CSAFPID-1673393", "CSAFPID-1751085", "CSAFPID-1751231", ], }, ], title: "CVE-2024-49767", }, { cve: "CVE-2024-50379", cwe: { id: "CWE-367", name: "Time-of-check Time-of-use (TOCTOU) Race Condition", }, notes: [ { category: "other", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, ], product_status: { known_affected: [ "CSAFPID-816790", ], }, references: [ { category: "self", summary: "CVE-2024-50379", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50379.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816790", ], }, ], title: "CVE-2024-50379", }, { cve: "CVE-2024-50602", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, ], product_status: { known_affected: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751082", "CSAFPID-1751085", ], }, references: [ { category: "self", summary: "CVE-2024-50602", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-50602.json", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1751225", "CSAFPID-1751079", "CSAFPID-1751082", "CSAFPID-1751085", ], }, ], title: "CVE-2024-50602", }, { cve: "CVE-2024-53677", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "other", text: "Unrestricted Upload of File with Dangerous Type", title: "CWE-434", }, { category: "other", text: "Files or Directories Accessible to External Parties", title: "CWE-552", }, ], product_status: { known_affected: [ "CSAFPID-816790", ], }, references: [ { category: "self", summary: "CVE-2024-53677", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-53677.json", }, ], scores: [ { cvss_v3: { baseScore: 9, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816790", ], }, ], title: "CVE-2024-53677", }, { cve: "CVE-2024-54677", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-816790", ], }, references: [ { category: "self", summary: "CVE-2024-54677", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-54677.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816790", ], }, ], title: "CVE-2024-54677", }, { cve: "CVE-2024-56337", cwe: { id: "CWE-367", name: "Time-of-check Time-of-use (TOCTOU) Race Condition", }, notes: [ { category: "other", text: "Time-of-check Time-of-use (TOCTOU) Race Condition", title: "CWE-367", }, ], product_status: { known_affected: [ "CSAFPID-816790", ], }, references: [ { category: "self", summary: "CVE-2024-56337", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-56337.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816790", ], }, ], title: "CVE-2024-56337", }, { cve: "CVE-2025-21542", product_status: { known_affected: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2025-21542", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21542.json", }, ], scores: [ { cvss_v3: { baseScore: 6.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2025-21542", }, { cve: "CVE-2025-21544", product_status: { known_affected: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2025-21544", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21544.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2025-21544", }, { cve: "CVE-2025-21554", product_status: { known_affected: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, references: [ { category: "self", summary: "CVE-2025-21554", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21554.json", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-224790", "CSAFPID-221118", "CSAFPID-1673496", "CSAFPID-1751377", "CSAFPID-1751378", "CSAFPID-1751379", "CSAFPID-1751380", "CSAFPID-1751381", "CSAFPID-1751382", "CSAFPID-1751383", "CSAFPID-1674619", "CSAFPID-1674622", "CSAFPID-1674623", "CSAFPID-1751384", "CSAFPID-1751385", "CSAFPID-1751386", ], }, ], title: "CVE-2025-21554", }, ], }
ncsc-2024-0291
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:51
Modified
2024-07-17 13:51
Summary
Kwetsbaarheden verholpen in Oracle Database Server
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Database Server.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Manipulatie van gegevens
* Omzeilen van beveiligingsmaatregel
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-285
Improper Authorization
CWE-404
Improper Resource Shutdown or Release
CWE-674
Uncontrolled Recursion
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Er zijn kwetsbaarheden verholpen in Oracle Database Server.", title: "Feiten", }, { category: "description", text: "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Manipulatie van gegevens\n* Omzeilen van beveiligingsmaatregel", title: "Interpretaties", }, { category: "description", text: "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Improper Authorization", title: "CWE-285", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Uncontrolled Recursion", title: "CWE-674", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0397", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21098", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21123", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21126", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21174", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21184", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4603", }, { category: "external", summary: "Reference - oracle", url: "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json", }, { category: "external", summary: "Reference - cveprojectv5; ibm; nvd; oracle", url: "https://www.oracle.com/security-alerts/cpujul2024.html", }, ], title: " Kwetsbaarheden verholpen in Oracle Database Server", tracking: { current_release_date: "2024-07-17T13:51:54.185475Z", id: "NCSC-2024-0291", initial_release_date: "2024-07-17T13:51:54.185475Z", revision_history: [ { date: "2024-07-17T13:51:54.185475Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764785", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764790", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764843", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_-_machine_learning_for_python___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503607", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_core___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764838", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_data_redaction___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764844", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_data_redaction___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764839", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_fleet_patching___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764845", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_fleet_patching___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764787", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_oml4py___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764846", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_portable_clusterware___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764840", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_rdbms_security___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764847", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_rdbms_security___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764784", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_recovery_manager___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764788", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_recovery_manager___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764841", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_sqlcl___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764848", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_sqlcl___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764789", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_workload_manager___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764842", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_graalvm_multilingual_engine___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764783", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764786", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503604", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503605", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_multilingual_engine___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503606", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_oml4py___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-266118", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503896", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205254", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205265", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.10:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205230", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.11:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909875", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.12:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205250", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.13:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909872", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909878", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.15:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909879", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909880", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.17:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909876", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.18:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-220917", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.19:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503891", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816314", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.20:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816313", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.21:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909877", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.22:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503897", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.23:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205268", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205281", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205295", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205256", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205216", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.7:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909874", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909873", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.9:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503890", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503893", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-220916", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.10:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-611586", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.11:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816312", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.12:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-912081", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.13:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503257", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503900", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205284", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503898", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503892", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503894", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503889", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.7:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503895", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503899", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.9:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503256", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:23.4:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2022-41881", cwe: { id: "CWE-674", name: "Uncontrolled Recursion", }, notes: [ { category: "other", text: "Uncontrolled Recursion", title: "CWE-674", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-764783", "CSAFPID-764784", "CSAFPID-764785", "CSAFPID-764786", "CSAFPID-764787", "CSAFPID-764788", "CSAFPID-764789", "CSAFPID-764790", "CSAFPID-764838", "CSAFPID-764839", "CSAFPID-764840", "CSAFPID-764841", "CSAFPID-764842", "CSAFPID-764843", "CSAFPID-764844", "CSAFPID-764845", "CSAFPID-764846", "CSAFPID-764847", "CSAFPID-764848", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2022-41881", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41881.json", }, ], 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: [ "CSAFPID-266118", "CSAFPID-764783", "CSAFPID-764784", "CSAFPID-764785", "CSAFPID-764786", "CSAFPID-764787", "CSAFPID-764788", "CSAFPID-764789", "CSAFPID-764790", "CSAFPID-764838", "CSAFPID-764839", "CSAFPID-764840", "CSAFPID-764841", "CSAFPID-764842", "CSAFPID-764843", "CSAFPID-764844", "CSAFPID-764845", "CSAFPID-764846", "CSAFPID-764847", "CSAFPID-764848", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2022-41881", }, { cve: "CVE-2024-0397", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4603", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-4603", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json", }, ], 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: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-4603", }, { cve: "CVE-2024-21098", cwe: { id: "CWE-285", name: "Improper Authorization", }, notes: [ { category: "other", text: "Improper Authorization", title: "CWE-285", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21098", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21098.json", }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21098", }, { cve: "CVE-2024-21123", cwe: { id: "CWE-285", name: "Improper Authorization", }, notes: [ { category: "other", text: "Improper Authorization", title: "CWE-285", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21123", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21123.json", }, ], title: "CVE-2024-21123", }, { cve: "CVE-2024-21126", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21126", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21126.json", }, ], scores: [ { cvss_v3: { baseScore: 5.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21126", }, { cve: "CVE-2024-21174", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21174", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21174.json", }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21174", }, { cve: "CVE-2024-21184", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21184", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21184.json", }, ], scores: [ { cvss_v3: { baseScore: 7.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21184", }, ], }
NCSC-2024-0339
Vulnerability from csaf_ncscnl
Published
2024-08-13 18:23
Modified
2024-08-13 18:23
Summary
Kwetsbaarheden verholpen in Microsoft Mariner
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Microsoft heeft kwetsbaarheden verholpen in Mariner (Azure Linux).
Interpretaties
De kwetsbaarheden betreffen oudere kwetsbaarheden in diverse subcomponenten van de distro, zoals Python, Emacs, Qemu, Django, Curl, wget etc. welke in de nieuwe versie zijn verholpen.
Oplossingen
Microsoft heeft updates beschikbaar gesteld waarmee de beschreven kwetsbaarheden worden verholpen. We raden u aan om deze updates te installeren. Meer informatie over de kwetsbaarheden, de installatie van de updates en eventuele work-arounds vindt u op:
https://portal.msrc.microsoft.com/en-us/security-guidance
Kans
medium
Schade
high
CWE-115
Misinterpretation of Input
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-122
Heap-based Buffer Overflow
CWE-125
Out-of-bounds Read
CWE-129
Improper Validation of Array Index
CWE-187
Partial String Comparison
CWE-190
Integer Overflow or Wraparound
CWE-191
Integer Underflow (Wrap or Wraparound)
CWE-193
Off-by-one Error
CWE-20
Improper Input Validation
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-269
Improper Privilege Management
CWE-273
Improper Check for Dropped Privileges
CWE-280
Improper Handling of Insufficient Permissions or Privileges
CWE-295
Improper Certificate Validation
CWE-297
Improper Validation of Certificate with Host Mismatch
CWE-299
Improper Check for Certificate Revocation
CWE-319
Cleartext Transmission of Sensitive Information
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-369
Divide By Zero
CWE-371
CWE-371
CWE-400
Uncontrolled Resource Consumption
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-404
Improper Resource Shutdown or Release
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-476
NULL Pointer Dereference
CWE-532
Insertion of Sensitive Information into Log File
CWE-667
Improper Locking
CWE-74
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-833
Deadlock
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-863
Incorrect Authorization
CWE-918
Server-Side Request Forgery (SSRF)
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-95
Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Microsoft heeft kwetsbaarheden verholpen in Mariner (Azure Linux).", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden betreffen oudere kwetsbaarheden in diverse subcomponenten van de distro, zoals Python, Emacs, Qemu, Django, Curl, wget etc. welke in de nieuwe versie zijn verholpen.", title: "Interpretaties", }, { category: "description", text: "Microsoft heeft updates beschikbaar gesteld waarmee de beschreven kwetsbaarheden worden verholpen. We raden u aan om deze updates te installeren. Meer informatie over de kwetsbaarheden, de installatie van de updates en eventuele work-arounds vindt u op:\n\nhttps://portal.msrc.microsoft.com/en-us/security-guidance", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "general", text: "Improper Validation of Array Index", title: "CWE-129", }, { category: "general", text: "Partial String Comparison", title: "CWE-187", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "general", text: "Off-by-one Error", title: "CWE-193", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "general", text: "Improper Privilege Management", title: "CWE-269", }, { category: "general", text: "Improper Check for Dropped Privileges", title: "CWE-273", }, { category: "general", text: "Improper Handling of Insufficient Permissions or Privileges ", title: "CWE-280", }, { category: "general", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "general", text: "Improper Validation of Certificate with Host Mismatch", title: "CWE-297", }, { category: "general", text: "Improper Check for Certificate Revocation", title: "CWE-299", }, { category: "general", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "general", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "general", text: "Divide By Zero", title: "CWE-369", }, { category: "general", text: "CWE-371", title: "CWE-371", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Use After Free", title: "CWE-416", }, { category: "general", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Insertion of Sensitive Information into Log File", title: "CWE-532", }, { category: "general", text: "Improper Locking", title: "CWE-667", }, { category: "general", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "general", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "general", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, { category: "general", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, { category: "general", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Deadlock", title: "CWE-833", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Incorrect Authorization", title: "CWE-863", }, { category: "general", text: "Server-Side Request Forgery (SSRF)", title: "CWE-918", }, { category: "general", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "general", text: "Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')", title: "CWE-95", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, title: "Kwetsbaarheden verholpen in Microsoft Mariner", tracking: { current_release_date: "2024-08-13T18:23:22.271316Z", id: "NCSC-2024-0339", initial_release_date: "2024-08-13T18:23:22.271316Z", revision_history: [ { date: "2024-08-13T18:23:22.271316Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "cbl-mariner", product: { name: "cbl-mariner", product_id: "CSAFPID-1489521", product_identification_helper: { cpe: "cpe:2.3:a:microsoft:cbl-mariner:*:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "microsoft", }, ], }, vulnerabilities: [ { cve: "CVE-2022-2601", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2022-2601", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.json", }, ], title: "CVE-2022-2601", }, { cve: "CVE-2022-3775", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-3775", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3775.json", }, ], title: "CVE-2022-3775", }, { cve: "CVE-2022-36648", references: [ { category: "self", summary: "CVE-2022-36648", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36648.json", }, ], title: "CVE-2022-36648", }, { cve: "CVE-2019-3833", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2019-3833", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-3833.json", }, ], title: "CVE-2019-3833", }, { cve: "CVE-2021-3929", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2021-3929", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3929.json", }, ], title: "CVE-2021-3929", }, { cve: "CVE-2021-4158", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2021-4158", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4158.json", }, ], title: "CVE-2021-4158", }, { cve: "CVE-2021-4206", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2021-4206", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4206.json", }, ], title: "CVE-2021-4206", }, { cve: "CVE-2021-4207", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2021-4207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4207.json", }, ], title: "CVE-2021-4207", }, { cve: "CVE-2022-26353", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, ], references: [ { category: "self", summary: "CVE-2022-26353", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-26353.json", }, ], title: "CVE-2022-26353", }, { cve: "CVE-2022-35414", references: [ { category: "self", summary: "CVE-2022-35414", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-35414.json", }, ], title: "CVE-2022-35414", }, { cve: "CVE-2023-3354", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-3354", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3354.json", }, ], title: "CVE-2023-3354", }, { cve: "CVE-2022-3872", cwe: { id: "CWE-193", name: "Off-by-one Error", }, notes: [ { category: "other", text: "Off-by-one Error", title: "CWE-193", }, ], references: [ { category: "self", summary: "CVE-2022-3872", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3872.json", }, ], title: "CVE-2022-3872", }, { cve: "CVE-2022-4144", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2022-4144", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4144.json", }, ], title: "CVE-2022-4144", }, { cve: "CVE-2023-45288", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-45288", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json", }, ], title: "CVE-2023-45288", }, { cve: "CVE-2023-29404", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, notes: [ { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-29404", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29404.json", }, ], title: "CVE-2023-29404", }, { cve: "CVE-2023-29402", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, notes: [ { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-29402", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29402.json", }, ], title: "CVE-2023-29402", }, { cve: "CVE-2019-3816", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2019-3816", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-3816.json", }, ], title: "CVE-2019-3816", }, { cve: "CVE-2021-3750", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2021-3750", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3750.json", }, ], title: "CVE-2021-3750", }, { cve: "CVE-2022-0358", cwe: { id: "CWE-273", name: "Improper Check for Dropped Privileges", }, notes: [ { category: "other", text: "Improper Check for Dropped Privileges", title: "CWE-273", }, ], references: [ { category: "self", summary: "CVE-2022-0358", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-0358.json", }, ], title: "CVE-2022-0358", }, { cve: "CVE-2022-26354", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, ], references: [ { category: "self", summary: "CVE-2022-26354", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-26354.json", }, ], title: "CVE-2022-26354", }, { cve: "CVE-2022-3165", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, ], references: [ { category: "self", summary: "CVE-2022-3165", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3165.json", }, ], title: "CVE-2022-3165", }, { cve: "CVE-2022-2962", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2022-2962", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2962.json", }, ], title: "CVE-2022-2962", }, { cve: "CVE-2022-41722", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2022-41722", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41722.json", }, ], title: "CVE-2022-41722", }, { cve: "CVE-2022-29526", cwe: { id: "CWE-280", name: "Improper Handling of Insufficient Permissions or Privileges ", }, notes: [ { category: "other", text: "Improper Handling of Insufficient Permissions or Privileges ", title: "CWE-280", }, { category: "other", text: "Improper Privilege Management", title: "CWE-269", }, ], references: [ { category: "self", summary: "CVE-2022-29526", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-29526.json", }, ], title: "CVE-2022-29526", }, { cve: "CVE-2007-4559", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2007-4559", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2007/CVE-2007-4559.json", }, ], title: "CVE-2007-4559", }, { cve: "CVE-2019-9674", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2019-9674", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-9674.json", }, ], title: "CVE-2019-9674", }, { cve: "CVE-2017-18207", references: [ { category: "self", summary: "CVE-2017-18207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2017/CVE-2017-18207.json", }, ], title: "CVE-2017-18207", }, { cve: "CVE-2019-20907", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2019-20907", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-20907.json", }, ], title: "CVE-2019-20907", }, { cve: "CVE-2021-23336", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, ], references: [ { category: "self", summary: "CVE-2021-23336", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-23336.json", }, ], title: "CVE-2021-23336", }, { cve: "CVE-2017-17522", references: [ { category: "self", summary: "CVE-2017-17522", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2017/CVE-2017-17522.json", }, ], title: "CVE-2017-17522", }, { cve: "CVE-2024-6655", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2024-6655", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6655.json", }, ], title: "CVE-2024-6655", }, { cve: "CVE-2024-2466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "other", text: "Improper Validation of Certificate with Host Mismatch", title: "CWE-297", }, ], references: [ { category: "self", summary: "CVE-2024-2466", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2466.json", }, ], title: "CVE-2024-2466", }, { cve: "CVE-2024-39331", cwe: { id: "CWE-78", name: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "other", text: "Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')", title: "CWE-95", }, ], references: [ { category: "self", summary: "CVE-2024-39331", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39331.json", }, ], title: "CVE-2024-39331", }, { cve: "CVE-2021-43565", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2021-43565", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-43565.json", }, ], title: "CVE-2021-43565", }, { cve: "CVE-2024-39277", cwe: { id: "CWE-129", name: "Improper Validation of Array Index", }, notes: [ { category: "other", text: "Improper Validation of Array Index", title: "CWE-129", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2024-39277", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39277.json", }, ], title: "CVE-2024-39277", }, { cve: "CVE-2024-38780", cwe: { id: "CWE-371", name: "-", }, notes: [ { category: "other", text: "CWE-371", title: "CWE-371", }, { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2024-38780", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38780.json", }, ], title: "CVE-2024-38780", }, { cve: "CVE-2024-39292", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-39292", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39292.json", }, ], title: "CVE-2024-39292", }, { cve: "CVE-2024-39482", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2024-39482", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39482.json", }, ], title: "CVE-2024-39482", }, { cve: "CVE-2024-39484", references: [ { category: "self", summary: "CVE-2024-39484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39484.json", }, ], title: "CVE-2024-39484", }, { cve: "CVE-2024-39495", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-39495", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39495.json", }, ], title: "CVE-2024-39495", }, { cve: "CVE-2024-40902", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, ], references: [ { category: "self", summary: "CVE-2024-40902", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40902.json", }, ], title: "CVE-2024-40902", }, { cve: "CVE-2024-41110", cwe: { id: "CWE-187", name: "Partial String Comparison", }, notes: [ { category: "other", text: "Partial String Comparison", title: "CWE-187", }, { category: "other", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, { category: "other", text: "Incorrect Authorization", title: "CWE-863", }, ], references: [ { category: "self", summary: "CVE-2024-41110", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41110.json", }, ], title: "CVE-2024-41110", }, { cve: "CVE-2024-37298", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], references: [ { category: "self", summary: "CVE-2024-37298", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37298.json", }, ], title: "CVE-2024-37298", }, { cve: "CVE-2024-0397", references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-38571", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-38571", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38571.json", }, ], title: "CVE-2024-38571", }, { cve: "CVE-2024-42077", references: [ { category: "self", summary: "CVE-2024-42077", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42077.json", }, ], title: "CVE-2024-42077", }, { cve: "CVE-2024-39473", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-39473", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39473.json", }, ], title: "CVE-2024-39473", }, { cve: "CVE-2024-26900", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-26900", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26900.json", }, ], title: "CVE-2024-26900", }, { cve: "CVE-2024-39474", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-39474", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39474.json", }, ], title: "CVE-2024-39474", }, { cve: "CVE-2024-42073", references: [ { category: "self", summary: "CVE-2024-42073", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42073.json", }, ], title: "CVE-2024-42073", }, { cve: "CVE-2024-42074", references: [ { category: "self", summary: "CVE-2024-42074", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42074.json", }, ], title: "CVE-2024-42074", }, { cve: "CVE-2024-42075", references: [ { category: "self", summary: "CVE-2024-42075", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42075.json", }, ], title: "CVE-2024-42075", }, { cve: "CVE-2024-42078", references: [ { category: "self", summary: "CVE-2024-42078", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42078.json", }, ], title: "CVE-2024-42078", }, { cve: "CVE-2024-0853", cwe: { id: "CWE-299", name: "Improper Check for Certificate Revocation", }, notes: [ { category: "other", text: "Improper Check for Certificate Revocation", title: "CWE-299", }, ], references: [ { category: "self", summary: "CVE-2024-0853", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0853.json", }, ], title: "CVE-2024-0853", }, { cve: "CVE-2024-2004", cwe: { id: "CWE-319", name: "Cleartext Transmission of Sensitive Information", }, notes: [ { category: "other", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "other", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-2004", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2004.json", }, ], title: "CVE-2024-2004", }, { cve: "CVE-2024-2398", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-2398", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json", }, ], title: "CVE-2024-2398", }, { cve: "CVE-2024-38662", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-38662", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38662.json", }, ], title: "CVE-2024-38662", }, { cve: "CVE-2024-36288", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2024-36288", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36288.json", }, ], title: "CVE-2024-36288", }, { cve: "CVE-2024-39480", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, ], references: [ { category: "self", summary: "CVE-2024-39480", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39480.json", }, ], title: "CVE-2024-39480", }, { cve: "CVE-2024-39476", cwe: { id: "CWE-833", name: "Deadlock", }, notes: [ { category: "other", text: "Deadlock", title: "CWE-833", }, ], references: [ { category: "self", summary: "CVE-2024-39476", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39476.json", }, ], title: "CVE-2024-39476", }, { cve: "CVE-2024-39475", cwe: { id: "CWE-369", name: "Divide By Zero", }, notes: [ { category: "other", text: "Divide By Zero", title: "CWE-369", }, ], references: [ { category: "self", summary: "CVE-2024-39475", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39475.json", }, ], title: "CVE-2024-39475", }, { cve: "CVE-2024-37371", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], references: [ { category: "self", summary: "CVE-2024-37371", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json", }, ], title: "CVE-2024-37371", }, { cve: "CVE-2024-26461", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-26461", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26461.json", }, ], title: "CVE-2024-26461", }, { cve: "CVE-2024-37370", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], references: [ { category: "self", summary: "CVE-2024-37370", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json", }, ], title: "CVE-2024-37370", }, { cve: "CVE-2024-6104", cwe: { id: "CWE-532", name: "Insertion of Sensitive Information into Log File", }, notes: [ { category: "other", text: "Insertion of Sensitive Information into Log File", title: "CWE-532", }, ], references: [ { category: "self", summary: "CVE-2024-6104", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6104.json", }, ], title: "CVE-2024-6104", }, { cve: "CVE-2024-6257", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, ], references: [ { category: "self", summary: "CVE-2024-6257", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6257.json", }, ], title: "CVE-2024-6257", }, { cve: "CVE-2024-23722", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-23722", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23722.json", }, ], title: "CVE-2024-23722", }, { cve: "CVE-2024-40898", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, notes: [ { category: "other", text: "Server-Side Request Forgery (SSRF)", title: "CWE-918", }, ], references: [ { category: "self", summary: "CVE-2024-40898", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json", }, ], title: "CVE-2024-40898", }, { cve: "CVE-2024-38583", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-38583", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38583.json", }, ], title: "CVE-2024-38583", }, { cve: "CVE-2024-39493", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-39493", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39493.json", }, ], title: "CVE-2024-39493", }, { cve: "CVE-2024-42068", references: [ { category: "self", summary: "CVE-2024-42068", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42068.json", }, ], title: "CVE-2024-42068", }, { cve: "CVE-2024-39489", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-39489", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39489.json", }, ], title: "CVE-2024-39489", }, { cve: "CVE-2024-42070", references: [ { category: "self", summary: "CVE-2024-42070", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42070.json", }, ], title: "CVE-2024-42070", }, { cve: "CVE-2024-42076", references: [ { category: "self", summary: "CVE-2024-42076", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42076.json", }, ], title: "CVE-2024-42076", }, { cve: "CVE-2024-42080", references: [ { category: "self", summary: "CVE-2024-42080", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42080.json", }, ], title: "CVE-2024-42080", }, { cve: "CVE-2024-38428", cwe: { id: "CWE-115", name: "Misinterpretation of Input", }, notes: [ { category: "other", text: "Misinterpretation of Input", title: "CWE-115", }, ], references: [ { category: "self", summary: "CVE-2024-38428", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38428.json", }, ], title: "CVE-2024-38428", }, { cve: "CVE-2024-42082", references: [ { category: "self", summary: "CVE-2024-42082", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42082.json", }, ], title: "CVE-2024-42082", }, { cve: "CVE-2022-48788", references: [ { category: "self", summary: "CVE-2022-48788", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48788.json", }, ], title: "CVE-2022-48788", }, { cve: "CVE-2023-52340", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-52340", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52340.json", }, ], title: "CVE-2023-52340", }, { cve: "CVE-2022-48841", references: [ { category: "self", summary: "CVE-2022-48841", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48841.json", }, ], title: "CVE-2022-48841", }, { cve: "CVE-2024-39485", references: [ { category: "self", summary: "CVE-2024-39485", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39485.json", }, ], title: "CVE-2024-39485", }, { cve: "CVE-2024-39483", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2024-39483", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39483.json", }, ], title: "CVE-2024-39483", }, { cve: "CVE-2024-42071", references: [ { category: "self", summary: "CVE-2024-42071", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42071.json", }, ], title: "CVE-2024-42071", }, { cve: "CVE-2024-42072", references: [ { category: "self", summary: "CVE-2024-42072", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42072.json", }, ], title: "CVE-2024-42072", }, { cve: "CVE-2024-42237", references: [ { category: "self", summary: "CVE-2024-42237", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42237.json", }, ], title: "CVE-2024-42237", }, { cve: "CVE-2024-42083", references: [ { category: "self", summary: "CVE-2024-42083", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42083.json", }, ], title: "CVE-2024-42083", }, ], }
NCSC-2024-0291
Vulnerability from csaf_ncscnl
Published
2024-07-17 13:51
Modified
2024-07-17 13:51
Summary
Kwetsbaarheden verholpen in Oracle Database Server
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Er zijn kwetsbaarheden verholpen in Oracle Database Server.
Interpretaties
Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:
* Denial-of-Service (DoS)
* Toegang tot gevoelige gegevens
* Manipulatie van gegevens
* Omzeilen van beveiligingsmaatregel
Oplossingen
Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.
Kans
medium
Schade
high
CWE-285
Improper Authorization
CWE-404
Improper Resource Shutdown or Release
CWE-674
Uncontrolled Recursion
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Er zijn kwetsbaarheden verholpen in Oracle Database Server.", title: "Feiten", }, { category: "description", text: "Een kwaadwillende kan de kwetsbaarheden misbruiken om aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:\n\n* Denial-of-Service (DoS)\n* Toegang tot gevoelige gegevens\n* Manipulatie van gegevens\n* Omzeilen van beveiligingsmaatregel", title: "Interpretaties", }, { category: "description", text: "Oracle heeft updates beschikbaar gesteld om de kwetsbaarheden te verhelpen. Zie de referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Improper Authorization", title: "CWE-285", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Uncontrolled Recursion", title: "CWE-674", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-0397", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21098", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21123", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21126", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21174", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-21184", }, { category: "external", summary: "Source - nvd", url: "https://nvd.nist.gov/vuln/detail/CVE-2024-4603", }, { category: "external", summary: "Reference - oracle", url: "https://www.oracle.com/docs/tech/security-alerts/cpujul2024csaf.json", }, { category: "external", summary: "Reference - cveprojectv5; ibm; nvd; oracle", url: "https://www.oracle.com/security-alerts/cpujul2024.html", }, ], title: " Kwetsbaarheden verholpen in Oracle Database Server", tracking: { current_release_date: "2024-07-17T13:51:54.185475Z", id: "NCSC-2024-0291", initial_release_date: "2024-07-17T13:51:54.185475Z", revision_history: [ { date: "2024-07-17T13:51:54.185475Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764785", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764790", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764843", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_-_machine_learning_for_python___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503607", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_core___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764838", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_data_redaction___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764844", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_data_redaction___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764839", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_fleet_patching___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764845", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_fleet_patching___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764787", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_oml4py___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764846", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_portable_clusterware___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764840", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_rdbms_security___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764847", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_rdbms_security___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764784", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_recovery_manager___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764788", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_recovery_manager___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764841", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_sqlcl___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764848", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_sqlcl___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764789", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:__database_workload_manager___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764842", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_graalvm_multilingual_engine___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764783", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___19c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-764786", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___21c:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503604", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_java_vm___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503605", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_multilingual_engine___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503606", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:_oml4py___23.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-266118", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503896", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205254", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205265", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.10:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205230", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.11:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909875", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.12:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205250", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.13:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909872", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909878", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.15:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909879", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.16:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909880", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.17:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909876", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.18:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-220917", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.19:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503891", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816314", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.20:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816313", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.21:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909877", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.22:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503897", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.23:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205268", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205281", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205295", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205256", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205216", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.7:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909874", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-909873", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:19.9:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503890", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.0:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503893", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.1:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-220916", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.10:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-611586", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.11:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-816312", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.12:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-912081", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.13:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503257", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.14:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503900", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-205284", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.3:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503898", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.4:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503892", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.5:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503894", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.6:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503889", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.7:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503895", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.8:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503899", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:21.9:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "database_server", product: { name: "database_server", product_id: "CSAFPID-1503256", product_identification_helper: { cpe: "cpe:2.3:a:oracle:database_server:23.4:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2022-41881", cwe: { id: "CWE-674", name: "Uncontrolled Recursion", }, notes: [ { category: "other", text: "Uncontrolled Recursion", title: "CWE-674", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-764783", "CSAFPID-764784", "CSAFPID-764785", "CSAFPID-764786", "CSAFPID-764787", "CSAFPID-764788", "CSAFPID-764789", "CSAFPID-764790", "CSAFPID-764838", "CSAFPID-764839", "CSAFPID-764840", "CSAFPID-764841", "CSAFPID-764842", "CSAFPID-764843", "CSAFPID-764844", "CSAFPID-764845", "CSAFPID-764846", "CSAFPID-764847", "CSAFPID-764848", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2022-41881", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41881.json", }, ], 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: [ "CSAFPID-266118", "CSAFPID-764783", "CSAFPID-764784", "CSAFPID-764785", "CSAFPID-764786", "CSAFPID-764787", "CSAFPID-764788", "CSAFPID-764789", "CSAFPID-764790", "CSAFPID-764838", "CSAFPID-764839", "CSAFPID-764840", "CSAFPID-764841", "CSAFPID-764842", "CSAFPID-764843", "CSAFPID-764844", "CSAFPID-764845", "CSAFPID-764846", "CSAFPID-764847", "CSAFPID-764848", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2022-41881", }, { cve: "CVE-2024-0397", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4603", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-4603", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json", }, ], 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: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-4603", }, { cve: "CVE-2024-21098", cwe: { id: "CWE-285", name: "Improper Authorization", }, notes: [ { category: "other", text: "Improper Authorization", title: "CWE-285", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21098", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21098.json", }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21098", }, { cve: "CVE-2024-21123", cwe: { id: "CWE-285", name: "Improper Authorization", }, notes: [ { category: "other", text: "Improper Authorization", title: "CWE-285", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21123", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21123.json", }, ], title: "CVE-2024-21123", }, { cve: "CVE-2024-21126", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, ], product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21126", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21126.json", }, ], scores: [ { cvss_v3: { baseScore: 5.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21126", }, { cve: "CVE-2024-21174", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21174", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21174.json", }, ], scores: [ { cvss_v3: { baseScore: 3.1, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21174", }, { cve: "CVE-2024-21184", product_status: { known_affected: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, references: [ { category: "self", summary: "CVE-2024-21184", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-21184.json", }, ], scores: [ { cvss_v3: { baseScore: 7.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-266118", "CSAFPID-1503604", "CSAFPID-1503605", "CSAFPID-1503606", "CSAFPID-1503607", ], }, ], title: "CVE-2024-21184", }, ], }
ncsc-2024-0339
Vulnerability from csaf_ncscnl
Published
2024-08-13 18:23
Modified
2024-08-13 18:23
Summary
Kwetsbaarheden verholpen in Microsoft Mariner
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Microsoft heeft kwetsbaarheden verholpen in Mariner (Azure Linux).
Interpretaties
De kwetsbaarheden betreffen oudere kwetsbaarheden in diverse subcomponenten van de distro, zoals Python, Emacs, Qemu, Django, Curl, wget etc. welke in de nieuwe versie zijn verholpen.
Oplossingen
Microsoft heeft updates beschikbaar gesteld waarmee de beschreven kwetsbaarheden worden verholpen. We raden u aan om deze updates te installeren. Meer informatie over de kwetsbaarheden, de installatie van de updates en eventuele work-arounds vindt u op:
https://portal.msrc.microsoft.com/en-us/security-guidance
Kans
medium
Schade
high
CWE-115
Misinterpretation of Input
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
CWE-122
Heap-based Buffer Overflow
CWE-125
Out-of-bounds Read
CWE-129
Improper Validation of Array Index
CWE-187
Partial String Comparison
CWE-190
Integer Overflow or Wraparound
CWE-191
Integer Underflow (Wrap or Wraparound)
CWE-193
Off-by-one Error
CWE-20
Improper Input Validation
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CWE-269
Improper Privilege Management
CWE-273
Improper Check for Dropped Privileges
CWE-280
Improper Handling of Insufficient Permissions or Privileges
CWE-295
Improper Certificate Validation
CWE-297
Improper Validation of Certificate with Host Mismatch
CWE-299
Improper Check for Certificate Revocation
CWE-319
Cleartext Transmission of Sensitive Information
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
CWE-369
Divide By Zero
CWE-371
CWE-371
CWE-400
Uncontrolled Resource Consumption
CWE-401
Missing Release of Memory after Effective Lifetime
CWE-404
Improper Resource Shutdown or Release
CWE-416
Use After Free
CWE-444
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CWE-476
NULL Pointer Dereference
CWE-532
Insertion of Sensitive Information into Log File
CWE-667
Improper Locking
CWE-74
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
CWE-77
Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-772
Missing Release of Resource after Effective Lifetime
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-787
Out-of-bounds Write
CWE-833
Deadlock
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
CWE-863
Incorrect Authorization
CWE-918
Server-Side Request Forgery (SSRF)
CWE-94
Improper Control of Generation of Code ('Code Injection')
CWE-95
Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Microsoft heeft kwetsbaarheden verholpen in Mariner (Azure Linux).", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden betreffen oudere kwetsbaarheden in diverse subcomponenten van de distro, zoals Python, Emacs, Qemu, Django, Curl, wget etc. welke in de nieuwe versie zijn verholpen.", title: "Interpretaties", }, { category: "description", text: "Microsoft heeft updates beschikbaar gesteld waarmee de beschreven kwetsbaarheden worden verholpen. We raden u aan om deze updates te installeren. Meer informatie over de kwetsbaarheden, de installatie van de updates en eventuele work-arounds vindt u op:\n\nhttps://portal.msrc.microsoft.com/en-us/security-guidance", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "general", text: "Improper Validation of Array Index", title: "CWE-129", }, { category: "general", text: "Partial String Comparison", title: "CWE-187", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "general", text: "Off-by-one Error", title: "CWE-193", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "general", text: "Improper Privilege Management", title: "CWE-269", }, { category: "general", text: "Improper Check for Dropped Privileges", title: "CWE-273", }, { category: "general", text: "Improper Handling of Insufficient Permissions or Privileges ", title: "CWE-280", }, { category: "general", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "general", text: "Improper Validation of Certificate with Host Mismatch", title: "CWE-297", }, { category: "general", text: "Improper Check for Certificate Revocation", title: "CWE-299", }, { category: "general", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "general", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "general", text: "Divide By Zero", title: "CWE-369", }, { category: "general", text: "CWE-371", title: "CWE-371", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Use After Free", title: "CWE-416", }, { category: "general", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Insertion of Sensitive Information into Log File", title: "CWE-532", }, { category: "general", text: "Improper Locking", title: "CWE-667", }, { category: "general", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "general", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "general", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, { category: "general", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, { category: "general", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Deadlock", title: "CWE-833", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Incorrect Authorization", title: "CWE-863", }, { category: "general", text: "Server-Side Request Forgery (SSRF)", title: "CWE-918", }, { category: "general", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "general", text: "Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')", title: "CWE-95", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, title: "Kwetsbaarheden verholpen in Microsoft Mariner", tracking: { current_release_date: "2024-08-13T18:23:22.271316Z", id: "NCSC-2024-0339", initial_release_date: "2024-08-13T18:23:22.271316Z", revision_history: [ { date: "2024-08-13T18:23:22.271316Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "cbl-mariner", product: { name: "cbl-mariner", product_id: "CSAFPID-1489521", product_identification_helper: { cpe: "cpe:2.3:a:microsoft:cbl-mariner:*:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "microsoft", }, ], }, vulnerabilities: [ { cve: "CVE-2022-2601", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2022-2601", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2601.json", }, ], title: "CVE-2022-2601", }, { cve: "CVE-2022-3775", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-3775", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3775.json", }, ], title: "CVE-2022-3775", }, { cve: "CVE-2022-36648", references: [ { category: "self", summary: "CVE-2022-36648", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36648.json", }, ], title: "CVE-2022-36648", }, { cve: "CVE-2019-3833", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2019-3833", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-3833.json", }, ], title: "CVE-2019-3833", }, { cve: "CVE-2021-3929", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2021-3929", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3929.json", }, ], title: "CVE-2021-3929", }, { cve: "CVE-2021-4158", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2021-4158", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4158.json", }, ], title: "CVE-2021-4158", }, { cve: "CVE-2021-4206", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2021-4206", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4206.json", }, ], title: "CVE-2021-4206", }, { cve: "CVE-2021-4207", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2021-4207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-4207.json", }, ], title: "CVE-2021-4207", }, { cve: "CVE-2022-26353", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, ], references: [ { category: "self", summary: "CVE-2022-26353", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-26353.json", }, ], title: "CVE-2022-26353", }, { cve: "CVE-2022-35414", references: [ { category: "self", summary: "CVE-2022-35414", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-35414.json", }, ], title: "CVE-2022-35414", }, { cve: "CVE-2023-3354", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-3354", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3354.json", }, ], title: "CVE-2023-3354", }, { cve: "CVE-2022-3872", cwe: { id: "CWE-193", name: "Off-by-one Error", }, notes: [ { category: "other", text: "Off-by-one Error", title: "CWE-193", }, ], references: [ { category: "self", summary: "CVE-2022-3872", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3872.json", }, ], title: "CVE-2022-3872", }, { cve: "CVE-2022-4144", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2022-4144", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4144.json", }, ], title: "CVE-2022-4144", }, { cve: "CVE-2023-45288", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-45288", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-45288.json", }, ], title: "CVE-2023-45288", }, { cve: "CVE-2023-29404", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, notes: [ { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-29404", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29404.json", }, ], title: "CVE-2023-29404", }, { cve: "CVE-2023-29402", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, notes: [ { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-29402", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29402.json", }, ], title: "CVE-2023-29402", }, { cve: "CVE-2019-3816", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2019-3816", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-3816.json", }, ], title: "CVE-2019-3816", }, { cve: "CVE-2021-3750", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2021-3750", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-3750.json", }, ], title: "CVE-2021-3750", }, { cve: "CVE-2022-0358", cwe: { id: "CWE-273", name: "Improper Check for Dropped Privileges", }, notes: [ { category: "other", text: "Improper Check for Dropped Privileges", title: "CWE-273", }, ], references: [ { category: "self", summary: "CVE-2022-0358", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-0358.json", }, ], title: "CVE-2022-0358", }, { cve: "CVE-2022-26354", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, ], references: [ { category: "self", summary: "CVE-2022-26354", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-26354.json", }, ], title: "CVE-2022-26354", }, { cve: "CVE-2022-3165", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, ], references: [ { category: "self", summary: "CVE-2022-3165", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3165.json", }, ], title: "CVE-2022-3165", }, { cve: "CVE-2022-2962", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2022-2962", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2962.json", }, ], title: "CVE-2022-2962", }, { cve: "CVE-2022-41722", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2022-41722", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41722.json", }, ], title: "CVE-2022-41722", }, { cve: "CVE-2022-29526", cwe: { id: "CWE-280", name: "Improper Handling of Insufficient Permissions or Privileges ", }, notes: [ { category: "other", text: "Improper Handling of Insufficient Permissions or Privileges ", title: "CWE-280", }, { category: "other", text: "Improper Privilege Management", title: "CWE-269", }, ], references: [ { category: "self", summary: "CVE-2022-29526", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-29526.json", }, ], title: "CVE-2022-29526", }, { cve: "CVE-2007-4559", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, ], references: [ { category: "self", summary: "CVE-2007-4559", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2007/CVE-2007-4559.json", }, ], title: "CVE-2007-4559", }, { cve: "CVE-2019-9674", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2019-9674", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-9674.json", }, ], title: "CVE-2019-9674", }, { cve: "CVE-2017-18207", references: [ { category: "self", summary: "CVE-2017-18207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2017/CVE-2017-18207.json", }, ], title: "CVE-2017-18207", }, { cve: "CVE-2019-20907", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2019-20907", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2019/CVE-2019-20907.json", }, ], title: "CVE-2019-20907", }, { cve: "CVE-2021-23336", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, ], references: [ { category: "self", summary: "CVE-2021-23336", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-23336.json", }, ], title: "CVE-2021-23336", }, { cve: "CVE-2017-17522", references: [ { category: "self", summary: "CVE-2017-17522", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2017/CVE-2017-17522.json", }, ], title: "CVE-2017-17522", }, { cve: "CVE-2024-6655", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2024-6655", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6655.json", }, ], title: "CVE-2024-6655", }, { cve: "CVE-2024-2466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "other", text: "Improper Validation of Certificate with Host Mismatch", title: "CWE-297", }, ], references: [ { category: "self", summary: "CVE-2024-2466", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2466.json", }, ], title: "CVE-2024-2466", }, { cve: "CVE-2024-39331", cwe: { id: "CWE-78", name: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "other", text: "Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')", title: "CWE-95", }, ], references: [ { category: "self", summary: "CVE-2024-39331", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39331.json", }, ], title: "CVE-2024-39331", }, { cve: "CVE-2021-43565", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2021-43565", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-43565.json", }, ], title: "CVE-2021-43565", }, { cve: "CVE-2024-39277", cwe: { id: "CWE-129", name: "Improper Validation of Array Index", }, notes: [ { category: "other", text: "Improper Validation of Array Index", title: "CWE-129", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2024-39277", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39277.json", }, ], title: "CVE-2024-39277", }, { cve: "CVE-2024-38780", cwe: { id: "CWE-371", name: "-", }, notes: [ { category: "other", text: "CWE-371", title: "CWE-371", }, { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2024-38780", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38780.json", }, ], title: "CVE-2024-38780", }, { cve: "CVE-2024-39292", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-39292", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39292.json", }, ], title: "CVE-2024-39292", }, { cve: "CVE-2024-39482", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2024-39482", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39482.json", }, ], title: "CVE-2024-39482", }, { cve: "CVE-2024-39484", references: [ { category: "self", summary: "CVE-2024-39484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39484.json", }, ], title: "CVE-2024-39484", }, { cve: "CVE-2024-39495", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-39495", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39495.json", }, ], title: "CVE-2024-39495", }, { cve: "CVE-2024-40902", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, ], references: [ { category: "self", summary: "CVE-2024-40902", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40902.json", }, ], title: "CVE-2024-40902", }, { cve: "CVE-2024-41110", cwe: { id: "CWE-187", name: "Partial String Comparison", }, notes: [ { category: "other", text: "Partial String Comparison", title: "CWE-187", }, { category: "other", text: "Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')", title: "CWE-444", }, { category: "other", text: "Incorrect Authorization", title: "CWE-863", }, ], references: [ { category: "self", summary: "CVE-2024-41110", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-41110.json", }, ], title: "CVE-2024-41110", }, { cve: "CVE-2024-37298", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], references: [ { category: "self", summary: "CVE-2024-37298", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37298.json", }, ], title: "CVE-2024-37298", }, { cve: "CVE-2024-0397", references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-38571", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-38571", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38571.json", }, ], title: "CVE-2024-38571", }, { cve: "CVE-2024-42077", references: [ { category: "self", summary: "CVE-2024-42077", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42077.json", }, ], title: "CVE-2024-42077", }, { cve: "CVE-2024-39473", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-39473", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39473.json", }, ], title: "CVE-2024-39473", }, { cve: "CVE-2024-26900", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-26900", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26900.json", }, ], title: "CVE-2024-26900", }, { cve: "CVE-2024-39474", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-39474", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39474.json", }, ], title: "CVE-2024-39474", }, { cve: "CVE-2024-42073", references: [ { category: "self", summary: "CVE-2024-42073", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42073.json", }, ], title: "CVE-2024-42073", }, { cve: "CVE-2024-42074", references: [ { category: "self", summary: "CVE-2024-42074", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42074.json", }, ], title: "CVE-2024-42074", }, { cve: "CVE-2024-42075", references: [ { category: "self", summary: "CVE-2024-42075", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42075.json", }, ], title: "CVE-2024-42075", }, { cve: "CVE-2024-42078", references: [ { category: "self", summary: "CVE-2024-42078", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42078.json", }, ], title: "CVE-2024-42078", }, { cve: "CVE-2024-0853", cwe: { id: "CWE-299", name: "Improper Check for Certificate Revocation", }, notes: [ { category: "other", text: "Improper Check for Certificate Revocation", title: "CWE-299", }, ], references: [ { category: "self", summary: "CVE-2024-0853", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0853.json", }, ], title: "CVE-2024-0853", }, { cve: "CVE-2024-2004", cwe: { id: "CWE-319", name: "Cleartext Transmission of Sensitive Information", }, notes: [ { category: "other", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "other", text: "Misinterpretation of Input", title: "CWE-115", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-2004", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2004.json", }, ], title: "CVE-2024-2004", }, { cve: "CVE-2024-2398", cwe: { id: "CWE-772", name: "Missing Release of Resource after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Resource after Effective Lifetime", title: "CWE-772", }, { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-2398", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2398.json", }, ], title: "CVE-2024-2398", }, { cve: "CVE-2024-38662", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-38662", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38662.json", }, ], title: "CVE-2024-38662", }, { cve: "CVE-2024-36288", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2024-36288", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36288.json", }, ], title: "CVE-2024-36288", }, { cve: "CVE-2024-39480", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, ], references: [ { category: "self", summary: "CVE-2024-39480", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39480.json", }, ], title: "CVE-2024-39480", }, { cve: "CVE-2024-39476", cwe: { id: "CWE-833", name: "Deadlock", }, notes: [ { category: "other", text: "Deadlock", title: "CWE-833", }, ], references: [ { category: "self", summary: "CVE-2024-39476", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39476.json", }, ], title: "CVE-2024-39476", }, { cve: "CVE-2024-39475", cwe: { id: "CWE-369", name: "Divide By Zero", }, notes: [ { category: "other", text: "Divide By Zero", title: "CWE-369", }, ], references: [ { category: "self", summary: "CVE-2024-39475", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39475.json", }, ], title: "CVE-2024-39475", }, { cve: "CVE-2024-37371", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], references: [ { category: "self", summary: "CVE-2024-37371", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37371.json", }, ], title: "CVE-2024-37371", }, { cve: "CVE-2024-26461", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-26461", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-26461.json", }, ], title: "CVE-2024-26461", }, { cve: "CVE-2024-37370", cwe: { id: "CWE-130", name: "Improper Handling of Length Parameter Inconsistency", }, notes: [ { category: "other", text: "Improper Handling of Length Parameter Inconsistency", title: "CWE-130", }, ], references: [ { category: "self", summary: "CVE-2024-37370", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37370.json", }, ], title: "CVE-2024-37370", }, { cve: "CVE-2024-6104", cwe: { id: "CWE-532", name: "Insertion of Sensitive Information into Log File", }, notes: [ { category: "other", text: "Insertion of Sensitive Information into Log File", title: "CWE-532", }, ], references: [ { category: "self", summary: "CVE-2024-6104", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6104.json", }, ], title: "CVE-2024-6104", }, { cve: "CVE-2024-6257", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, ], references: [ { category: "self", summary: "CVE-2024-6257", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6257.json", }, ], title: "CVE-2024-6257", }, { cve: "CVE-2024-23722", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2024-23722", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-23722.json", }, ], title: "CVE-2024-23722", }, { cve: "CVE-2024-40898", cwe: { id: "CWE-918", name: "Server-Side Request Forgery (SSRF)", }, notes: [ { category: "other", text: "Server-Side Request Forgery (SSRF)", title: "CWE-918", }, ], references: [ { category: "self", summary: "CVE-2024-40898", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-40898.json", }, ], title: "CVE-2024-40898", }, { cve: "CVE-2024-38583", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2024-38583", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38583.json", }, ], title: "CVE-2024-38583", }, { cve: "CVE-2024-39493", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-39493", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39493.json", }, ], title: "CVE-2024-39493", }, { cve: "CVE-2024-42068", references: [ { category: "self", summary: "CVE-2024-42068", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42068.json", }, ], title: "CVE-2024-42068", }, { cve: "CVE-2024-39489", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2024-39489", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39489.json", }, ], title: "CVE-2024-39489", }, { cve: "CVE-2024-42070", references: [ { category: "self", summary: "CVE-2024-42070", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42070.json", }, ], title: "CVE-2024-42070", }, { cve: "CVE-2024-42076", references: [ { category: "self", summary: "CVE-2024-42076", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42076.json", }, ], title: "CVE-2024-42076", }, { cve: "CVE-2024-42080", references: [ { category: "self", summary: "CVE-2024-42080", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42080.json", }, ], title: "CVE-2024-42080", }, { cve: "CVE-2024-38428", cwe: { id: "CWE-115", name: "Misinterpretation of Input", }, notes: [ { category: "other", text: "Misinterpretation of Input", title: "CWE-115", }, ], references: [ { category: "self", summary: "CVE-2024-38428", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38428.json", }, ], title: "CVE-2024-38428", }, { cve: "CVE-2024-42082", references: [ { category: "self", summary: "CVE-2024-42082", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42082.json", }, ], title: "CVE-2024-42082", }, { cve: "CVE-2022-48788", references: [ { category: "self", summary: "CVE-2022-48788", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48788.json", }, ], title: "CVE-2022-48788", }, { cve: "CVE-2023-52340", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-52340", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52340.json", }, ], title: "CVE-2023-52340", }, { cve: "CVE-2022-48841", references: [ { category: "self", summary: "CVE-2022-48841", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-48841.json", }, ], title: "CVE-2022-48841", }, { cve: "CVE-2024-39485", references: [ { category: "self", summary: "CVE-2024-39485", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39485.json", }, ], title: "CVE-2024-39485", }, { cve: "CVE-2024-39483", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2024-39483", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-39483.json", }, ], title: "CVE-2024-39483", }, { cve: "CVE-2024-42071", references: [ { category: "self", summary: "CVE-2024-42071", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42071.json", }, ], title: "CVE-2024-42071", }, { cve: "CVE-2024-42072", references: [ { category: "self", summary: "CVE-2024-42072", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42072.json", }, ], title: "CVE-2024-42072", }, { cve: "CVE-2024-42237", references: [ { category: "self", summary: "CVE-2024-42237", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42237.json", }, ], title: "CVE-2024-42237", }, { cve: "CVE-2024-42083", references: [ { category: "self", summary: "CVE-2024-42083", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-42083.json", }, ], title: "CVE-2024-42083", }, ], }
ncsc-2025-0023
Vulnerability from csaf_ncscnl
Published
2025-01-22 13:31
Modified
2025-01-22 13:31
Summary
Kwetsbaarheden verholpen in Oracle PeopleSoft
Notes
The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:
NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.
NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.
This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.
Feiten
Oracle heeft meerdere kwetsbaarheden verholpen in Oracle PeopleSoft, specifiek in de versies 8.60, 8.61 en 9.2.
Interpretaties
De kwetsbaarheden in Oracle PeopleSoft stellen geauthenticeerde kwaadwillenden in staat om via HTTP-netwerktoegang ongeautoriseerde toegang te krijgen tot specifieke gegevens, wat kan leiden tot ongeautoriseerde gegevensmanipulatie en -toegang. Kwaadwillenden kunnen ook een Denial-of-Service veroorzaken. Hiervoor heeft de kwaadwillende geen voorafgaande authenticatie nodig.
Oplossingen
Oracle heeft updates uitgebracht om de kwetsbaarheden in PeopleSoft te verhelpen. Zie bijgevoegde referenties voor meer informatie.
Kans
medium
Schade
high
CWE-670
Always-Incorrect Control Flow Implementation
CWE-1395
Dependency on Vulnerable Third-Party Component
CWE-669
Incorrect Resource Transfer Between Spheres
CWE-126
Buffer Over-read
CWE-125
Out-of-bounds Read
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer
CWE-400
Uncontrolled Resource Consumption
CWE-770
Allocation of Resources Without Limits or Throttling
CWE-787
Out-of-bounds Write
CWE-200
Exposure of Sensitive Information to an Unauthorized Actor
CWE-120
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Oracle heeft meerdere kwetsbaarheden verholpen in Oracle PeopleSoft, specifiek in de versies 8.60, 8.61 en 9.2.", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden in Oracle PeopleSoft stellen geauthenticeerde kwaadwillenden in staat om via HTTP-netwerktoegang ongeautoriseerde toegang te krijgen tot specifieke gegevens, wat kan leiden tot ongeautoriseerde gegevensmanipulatie en -toegang. Kwaadwillenden kunnen ook een Denial-of-Service veroorzaken. Hiervoor heeft de kwaadwillende geen voorafgaande authenticatie nodig.", title: "Interpretaties", }, { category: "description", text: "Oracle heeft updates uitgebracht om de kwetsbaarheden in PeopleSoft te verhelpen. Zie bijgevoegde referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Always-Incorrect Control Flow Implementation", title: "CWE-670", }, { category: "general", text: "Dependency on Vulnerable Third-Party Component", title: "CWE-1395", }, { category: "general", text: "Incorrect Resource Transfer Between Spheres", title: "CWE-669", }, { category: "general", text: "Buffer Over-read", title: "CWE-126", }, { category: "general", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "general", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Reference - cveprojectv5; nvd; oracle", url: "https://www.oracle.com/security-alerts/cpujan2025.html", }, ], title: "Kwetsbaarheden verholpen in Oracle PeopleSoft", tracking: { current_release_date: "2025-01-22T13:31:17.380797Z", id: "NCSC-2025-0023", initial_release_date: "2025-01-22T13:31:17.380797Z", revision_history: [ { date: "2025-01-22T13:31:17.380797Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "peoplesoft_enterprise_cc_common_application_objects", product: { name: "peoplesoft_enterprise_cc_common_application_objects", product_id: "CSAFPID-449779", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_cc_common_application_objects:9.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_fin_cash_management", product: { name: "peoplesoft_enterprise_fin_cash_management", product_id: "CSAFPID-765405", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_cash_management:9.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_fin_esettlements", product: { name: "peoplesoft_enterprise_fin_esettlements", product_id: "CSAFPID-1751153", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_fin_esettlements:9.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_hcm_human_resources", product: { name: "peoplesoft_enterprise_hcm_human_resources", product_id: "CSAFPID-172663", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_human_resources:9.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_hcm_shared_components", product: { name: "peoplesoft_enterprise_hcm_shared_components", product_id: "CSAFPID-607590", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_hcm_shared_components:9.2:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1682", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.59:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1681", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.60:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-816362", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:8.61:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503667", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.59:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503672", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.60:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503676", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_opensearch___8.61:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503669", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.59:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503673", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.60:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_peopletools", product: { name: "peoplesoft_enterprise_peopletools", product_id: "CSAFPID-1503678", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_peopletools:_web_server___8.61:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "peoplesoft_enterprise_scm_purchasing", product: { name: "peoplesoft_enterprise_scm_purchasing", product_id: "CSAFPID-172660", product_identification_helper: { cpe: "cpe:2.3:a:oracle:peoplesoft_enterprise_scm_purchasing:9.2:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2020-22218", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2020-22218", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2020/CVE-2020-22218.json", }, ], 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: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2020-22218", }, { cve: "CVE-2023-48795", cwe: { id: "CWE-222", name: "Truncation of Security-relevant Information", }, notes: [ { category: "other", text: "Truncation of Security-relevant Information", title: "CWE-222", }, { category: "other", text: "Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')", title: "CWE-757", }, { category: "other", text: "Improper Validation of Integrity Check Value", title: "CWE-354", }, ], product_status: { known_affected: [ "CSAFPID-1682", "CSAFPID-1681", "CSAFPID-816362", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678", ], }, references: [ { category: "self", summary: "CVE-2023-48795", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-48795.json", }, ], 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: [ "CSAFPID-1682", "CSAFPID-1681", "CSAFPID-816362", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678", ], }, ], title: "CVE-2023-48795", }, { cve: "CVE-2024-0397", product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-0397", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0397.json", }, ], 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: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-2511", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improperly Controlled Sequential Memory Allocation", title: "CWE-1325", }, ], product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-2511", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-2511.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, ], title: "CVE-2024-2511", }, { cve: "CVE-2024-4030", cwe: { id: "CWE-276", name: "Incorrect Default Permissions", }, notes: [ { category: "other", text: "Incorrect Default Permissions", title: "CWE-276", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-4030", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4030.json", }, ], 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: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-4030", }, { cve: "CVE-2024-4032", cwe: { id: "CWE-440", name: "Expected Behavior Violation", }, notes: [ { category: "other", text: "Expected Behavior Violation", title: "CWE-440", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-4032", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4032.json", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-4603", cwe: { id: "CWE-606", name: "Unchecked Input for Loop Condition", }, notes: [ { category: "other", text: "Unchecked Input for Loop Condition", title: "CWE-606", }, { category: "other", text: "Excessive Iteration", title: "CWE-834", }, ], product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-4603", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4603.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, ], title: "CVE-2024-4603", }, { cve: "CVE-2024-4741", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-4741", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-4741.json", }, ], title: "CVE-2024-4741", }, { cve: "CVE-2024-5535", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Dependency on Vulnerable Third-Party Component", title: "CWE-1395", }, ], product_status: { known_affected: [ "CSAFPID-1681", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-5535", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-5535.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-1681", "CSAFPID-816362", ], }, ], title: "CVE-2024-5535", }, { cve: "CVE-2024-6119", cwe: { id: "CWE-843", name: "Access of Resource Using Incompatible Type ('Type Confusion')", }, notes: [ { category: "other", text: "Access of Resource Using Incompatible Type ('Type Confusion')", title: "CWE-843", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-6119", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6119.json", }, ], scores: [ { cvss_v3: { baseScore: 9.1, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-6119", }, { cve: "CVE-2024-6232", cwe: { id: "CWE-1333", name: "Inefficient Regular Expression Complexity", }, notes: [ { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-6232", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-6232.json", }, ], 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: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-6232", }, { cve: "CVE-2024-7592", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-7592", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-7592.json", }, ], 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: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-7592", }, { cve: "CVE-2024-22018", cwe: { id: "CWE-275", name: "-", }, notes: [ { category: "other", text: "CWE-275", title: "CWE-275", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-22018", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22018.json", }, ], scores: [ { cvss_v3: { baseScore: 7.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-22018", }, { cve: "CVE-2024-22019", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, ], product_status: { known_affected: [ "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678", ], }, references: [ { category: "self", summary: "CVE-2024-22019", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22019.json", }, ], scores: [ { cvss_v3: { baseScore: 8.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", version: "3.1", }, products: [ "CSAFPID-1681", "CSAFPID-1682", "CSAFPID-816362", "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1503676", "CSAFPID-1503678", ], }, ], title: "CVE-2024-22019", }, { cve: "CVE-2024-22020", product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-22020", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-22020.json", }, ], scores: [ { cvss_v3: { baseScore: 8.2, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-22020", }, { cve: "CVE-2024-27280", cwe: { id: "CWE-120", name: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", }, notes: [ { category: "other", text: "Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')", title: "CWE-120", }, { category: "other", text: "Buffer Over-read", title: "CWE-126", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-27280", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27280.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-27280", }, { cve: "CVE-2024-27281", cwe: { id: "CWE-94", name: "Improper Control of Generation of Code ('Code Injection')", }, notes: [ { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, { category: "other", text: "Deserialization of Untrusted Data", title: "CWE-502", }, { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], product_status: { known_affected: [ "CSAFPID-1681", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-27281", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27281.json", }, ], title: "CVE-2024-27281", }, { cve: "CVE-2024-27282", cwe: { id: "CWE-122", name: "Heap-based Buffer Overflow", }, notes: [ { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-27282", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-27282.json", }, ], scores: [ { cvss_v3: { baseScore: 8.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-27282", }, { cve: "CVE-2024-28849", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, ], product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-28849", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-28849.json", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, ], title: "CVE-2024-28849", }, { cve: "CVE-2024-29025", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, notes: [ { category: "other", text: "Allocation of Resources Without Limits or Throttling", title: "CWE-770", }, ], product_status: { known_affected: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2024-29025", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-29025.json", }, ], scores: [ { cvss_v3: { baseScore: 7.3, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", version: "3.1", }, products: [ "CSAFPID-172663", "CSAFPID-607590", "CSAFPID-1503667", "CSAFPID-1503669", "CSAFPID-1682", "CSAFPID-1503672", "CSAFPID-1503673", "CSAFPID-1681", "CSAFPID-1503676", "CSAFPID-1503678", "CSAFPID-816362", ], }, ], title: "CVE-2024-29025", }, { cve: "CVE-2024-35195", cwe: { id: "CWE-670", name: "Always-Incorrect Control Flow Implementation", }, notes: [ { category: "other", text: "Always-Incorrect Control Flow Implementation", title: "CWE-670", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-35195", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35195.json", }, ], scores: [ { cvss_v3: { baseScore: 5.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-35195", }, { cve: "CVE-2024-36137", cwe: { id: "CWE-275", name: "-", }, notes: [ { category: "other", text: "CWE-275", title: "CWE-275", }, { category: "other", text: "Incorrect Permission Assignment for Critical Resource", title: "CWE-732", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-36137", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36137.json", }, ], scores: [ { cvss_v3: { baseScore: 7.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-36137", }, { cve: "CVE-2024-36138", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-36138", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36138.json", }, ], scores: [ { cvss_v3: { baseScore: 10, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-36138", }, { cve: "CVE-2024-37372", cwe: { id: "CWE-22", name: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", }, notes: [ { category: "other", text: "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", title: "CWE-22", }, { category: "other", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-37372", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37372.json", }, ], scores: [ { cvss_v3: { baseScore: 7.1, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-37372", }, { cve: "CVE-2024-37891", cwe: { id: "CWE-669", name: "Incorrect Resource Transfer Between Spheres", }, notes: [ { category: "other", text: "Incorrect Resource Transfer Between Spheres", title: "CWE-669", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-37891", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-37891.json", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-37891", }, { cve: "CVE-2024-38998", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-38998", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38998.json", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-38998", }, { cve: "CVE-2024-38999", cwe: { id: "CWE-1321", name: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", }, notes: [ { category: "other", text: "Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')", title: "CWE-1321", }, ], product_status: { known_affected: [ "CSAFPID-816362", "CSAFPID-1681", ], }, references: [ { category: "self", summary: "CVE-2024-38999", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-38999.json", }, ], scores: [ { cvss_v3: { baseScore: 10, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-816362", "CSAFPID-1681", ], }, ], title: "CVE-2024-38999", }, { cve: "CVE-2025-21530", product_status: { known_affected: [ "CSAFPID-1681", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2025-21530", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21530.json", }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-1681", "CSAFPID-816362", ], }, ], title: "CVE-2025-21530", }, { cve: "CVE-2025-21537", product_status: { known_affected: [ "CSAFPID-765405", ], }, references: [ { category: "self", summary: "CVE-2025-21537", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21537.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-765405", ], }, ], title: "CVE-2025-21537", }, { cve: "CVE-2025-21539", product_status: { known_affected: [ "CSAFPID-1751153", ], }, references: [ { category: "self", summary: "CVE-2025-21539", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21539.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-1751153", ], }, ], title: "CVE-2025-21539", }, { cve: "CVE-2025-21545", product_status: { known_affected: [ "CSAFPID-1681", "CSAFPID-816362", ], }, references: [ { category: "self", summary: "CVE-2025-21545", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21545.json", }, ], 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: [ "CSAFPID-1681", "CSAFPID-816362", ], }, ], title: "CVE-2025-21545", }, { cve: "CVE-2025-21561", product_status: { known_affected: [ "CSAFPID-172660", ], }, references: [ { category: "self", summary: "CVE-2025-21561", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21561.json", }, ], scores: [ { cvss_v3: { baseScore: 5.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-172660", ], }, ], title: "CVE-2025-21561", }, { cve: "CVE-2025-21562", product_status: { known_affected: [ "CSAFPID-449779", ], }, references: [ { category: "self", summary: "CVE-2025-21562", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21562.json", }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "CSAFPID-449779", ], }, ], title: "CVE-2025-21562", }, { cve: "CVE-2025-21563", product_status: { known_affected: [ "CSAFPID-449779", ], }, references: [ { category: "self", summary: "CVE-2025-21563", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2025/CVE-2025-21563.json", }, ], scores: [ { cvss_v3: { baseScore: 4.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N", version: "3.1", }, products: [ "CSAFPID-449779", ], }, ], title: "CVE-2025-21563", }, ], }
opensuse-su-2024:14082-1
Vulnerability from csaf_opensuse
Published
2024-06-28 00:00
Modified
2024-06-28 00:00
Summary
python311-3.11.9-3.1 on GA media
Notes
Title of the patch
python311-3.11.9-3.1 on GA media
Description of the patch
These are all security issues fixed in the python311-3.11.9-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14082
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.9-3.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python311-3.11.9-3.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14082", 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-2024_14082-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, ], title: "python311-3.11.9-3.1 on GA media", tracking: { current_release_date: "2024-06-28T00:00:00Z", generator: { date: "2024-06-28T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14082-1", initial_release_date: "2024-06-28T00:00:00Z", revision_history: [ { date: "2024-06-28T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python311-3.11.9-3.1.aarch64", product: { name: "python311-3.11.9-3.1.aarch64", product_id: "python311-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-32bit-3.11.9-3.1.aarch64", product: { name: "python311-32bit-3.11.9-3.1.aarch64", product_id: "python311-32bit-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-curses-3.11.9-3.1.aarch64", product: { name: "python311-curses-3.11.9-3.1.aarch64", product_id: "python311-curses-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-3.1.aarch64", product: { name: "python311-dbm-3.11.9-3.1.aarch64", product_id: "python311-dbm-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-idle-3.11.9-3.1.aarch64", product: { name: "python311-idle-3.11.9-3.1.aarch64", product_id: "python311-idle-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-tk-3.11.9-3.1.aarch64", product: { name: "python311-tk-3.11.9-3.1.aarch64", product_id: "python311-tk-3.11.9-3.1.aarch64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-3.1.aarch64", product: { name: "python311-x86-64-v3-3.11.9-3.1.aarch64", product_id: "python311-x86-64-v3-3.11.9-3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python311-3.11.9-3.1.ppc64le", product: { name: "python311-3.11.9-3.1.ppc64le", product_id: "python311-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-32bit-3.11.9-3.1.ppc64le", product: { name: "python311-32bit-3.11.9-3.1.ppc64le", product_id: "python311-32bit-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-curses-3.11.9-3.1.ppc64le", product: { name: "python311-curses-3.11.9-3.1.ppc64le", product_id: "python311-curses-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-dbm-3.11.9-3.1.ppc64le", product: { name: "python311-dbm-3.11.9-3.1.ppc64le", product_id: "python311-dbm-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-idle-3.11.9-3.1.ppc64le", product: { name: "python311-idle-3.11.9-3.1.ppc64le", product_id: "python311-idle-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-tk-3.11.9-3.1.ppc64le", product: { name: "python311-tk-3.11.9-3.1.ppc64le", product_id: "python311-tk-3.11.9-3.1.ppc64le", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-3.1.ppc64le", product: { name: "python311-x86-64-v3-3.11.9-3.1.ppc64le", product_id: "python311-x86-64-v3-3.11.9-3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python311-3.11.9-3.1.s390x", product: { name: "python311-3.11.9-3.1.s390x", product_id: "python311-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-32bit-3.11.9-3.1.s390x", product: { name: "python311-32bit-3.11.9-3.1.s390x", product_id: "python311-32bit-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-curses-3.11.9-3.1.s390x", product: { name: "python311-curses-3.11.9-3.1.s390x", product_id: "python311-curses-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-dbm-3.11.9-3.1.s390x", product: { name: "python311-dbm-3.11.9-3.1.s390x", product_id: "python311-dbm-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-idle-3.11.9-3.1.s390x", product: { name: "python311-idle-3.11.9-3.1.s390x", product_id: "python311-idle-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-tk-3.11.9-3.1.s390x", product: { name: "python311-tk-3.11.9-3.1.s390x", product_id: "python311-tk-3.11.9-3.1.s390x", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-3.1.s390x", product: { name: "python311-x86-64-v3-3.11.9-3.1.s390x", product_id: "python311-x86-64-v3-3.11.9-3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python311-3.11.9-3.1.x86_64", product: { name: "python311-3.11.9-3.1.x86_64", product_id: "python311-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-32bit-3.11.9-3.1.x86_64", product: { name: "python311-32bit-3.11.9-3.1.x86_64", product_id: "python311-32bit-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-curses-3.11.9-3.1.x86_64", product: { name: "python311-curses-3.11.9-3.1.x86_64", product_id: "python311-curses-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-dbm-3.11.9-3.1.x86_64", product: { name: "python311-dbm-3.11.9-3.1.x86_64", product_id: "python311-dbm-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-idle-3.11.9-3.1.x86_64", product: { name: "python311-idle-3.11.9-3.1.x86_64", product_id: "python311-idle-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-tk-3.11.9-3.1.x86_64", product: { name: "python311-tk-3.11.9-3.1.x86_64", product_id: "python311-tk-3.11.9-3.1.x86_64", }, }, { category: "product_version", name: "python311-x86-64-v3-3.11.9-3.1.x86_64", product: { name: "python311-x86-64-v3-3.11.9-3.1.x86_64", product_id: "python311-x86-64-v3-3.11.9-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.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-3.1.aarch64", }, product_reference: "python311-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", }, product_reference: "python311-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", }, product_reference: "python311-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", }, product_reference: "python311-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", }, product_reference: "python311-32bit-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", }, product_reference: "python311-32bit-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", }, product_reference: "python311-32bit-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-32bit-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", }, product_reference: "python311-32bit-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", }, product_reference: "python311-curses-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", }, product_reference: "python311-curses-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", }, product_reference: "python311-curses-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-curses-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", }, product_reference: "python311-curses-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", }, product_reference: "python311-dbm-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", }, product_reference: "python311-dbm-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", }, product_reference: "python311-dbm-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-dbm-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", }, product_reference: "python311-dbm-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", }, product_reference: "python311-idle-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", }, product_reference: "python311-idle-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", }, product_reference: "python311-idle-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-idle-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", }, product_reference: "python311-idle-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", }, product_reference: "python311-tk-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", }, product_reference: "python311-tk-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", }, product_reference: "python311-tk-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-tk-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", }, product_reference: "python311-tk-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", }, product_reference: "python311-x86-64-v3-3.11.9-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", }, product_reference: "python311-x86-64-v3-3.11.9-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", }, product_reference: "python311-x86-64-v3-3.11.9-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python311-x86-64-v3-3.11.9-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", }, product_reference: "python311-x86-64-v3-3.11.9-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python311-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python311-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-28T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python311-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python311-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-32bit-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-curses-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-dbm-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-idle-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-tk-3.11.9-3.1.x86_64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.aarch64", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.ppc64le", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.s390x", "openSUSE Tumbleweed:python311-x86-64-v3-3.11.9-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-28T00:00:00Z", details: "low", }, ], title: "CVE-2024-4032", }, ], }
opensuse-su-2024:14066-1
Vulnerability from csaf_opensuse
Published
2024-06-24 00:00
Modified
2024-06-24 00:00
Summary
python310-3.10.14-2.1 on GA media
Notes
Title of the patch
python310-3.10.14-2.1 on GA media
Description of the patch
These are all security issues fixed in the python310-3.10.14-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14066
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.14-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python310-3.10.14-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14066", 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-2024_14066-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, ], title: "python310-3.10.14-2.1 on GA media", tracking: { current_release_date: "2024-06-24T00:00:00Z", generator: { date: "2024-06-24T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14066-1", initial_release_date: "2024-06-24T00:00:00Z", revision_history: [ { date: "2024-06-24T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python310-3.10.14-2.1.aarch64", product: { name: "python310-3.10.14-2.1.aarch64", product_id: "python310-3.10.14-2.1.aarch64", }, }, { category: "product_version", name: "python310-32bit-3.10.14-2.1.aarch64", product: { name: "python310-32bit-3.10.14-2.1.aarch64", product_id: "python310-32bit-3.10.14-2.1.aarch64", }, }, { category: "product_version", name: "python310-curses-3.10.14-2.1.aarch64", product: { name: "python310-curses-3.10.14-2.1.aarch64", product_id: "python310-curses-3.10.14-2.1.aarch64", }, }, { category: "product_version", name: "python310-dbm-3.10.14-2.1.aarch64", product: { name: "python310-dbm-3.10.14-2.1.aarch64", product_id: "python310-dbm-3.10.14-2.1.aarch64", }, }, { category: "product_version", name: "python310-idle-3.10.14-2.1.aarch64", product: { name: "python310-idle-3.10.14-2.1.aarch64", product_id: "python310-idle-3.10.14-2.1.aarch64", }, }, { category: "product_version", name: "python310-tk-3.10.14-2.1.aarch64", product: { name: "python310-tk-3.10.14-2.1.aarch64", product_id: "python310-tk-3.10.14-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python310-3.10.14-2.1.ppc64le", product: { name: "python310-3.10.14-2.1.ppc64le", product_id: "python310-3.10.14-2.1.ppc64le", }, }, { category: "product_version", name: "python310-32bit-3.10.14-2.1.ppc64le", product: { name: "python310-32bit-3.10.14-2.1.ppc64le", product_id: "python310-32bit-3.10.14-2.1.ppc64le", }, }, { category: "product_version", name: "python310-curses-3.10.14-2.1.ppc64le", product: { name: "python310-curses-3.10.14-2.1.ppc64le", product_id: "python310-curses-3.10.14-2.1.ppc64le", }, }, { category: "product_version", name: "python310-dbm-3.10.14-2.1.ppc64le", product: { name: "python310-dbm-3.10.14-2.1.ppc64le", product_id: "python310-dbm-3.10.14-2.1.ppc64le", }, }, { category: "product_version", name: "python310-idle-3.10.14-2.1.ppc64le", product: { name: "python310-idle-3.10.14-2.1.ppc64le", product_id: "python310-idle-3.10.14-2.1.ppc64le", }, }, { category: "product_version", name: "python310-tk-3.10.14-2.1.ppc64le", product: { name: "python310-tk-3.10.14-2.1.ppc64le", product_id: "python310-tk-3.10.14-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python310-3.10.14-2.1.s390x", product: { name: "python310-3.10.14-2.1.s390x", product_id: "python310-3.10.14-2.1.s390x", }, }, { category: "product_version", name: "python310-32bit-3.10.14-2.1.s390x", product: { name: "python310-32bit-3.10.14-2.1.s390x", product_id: "python310-32bit-3.10.14-2.1.s390x", }, }, { category: "product_version", name: "python310-curses-3.10.14-2.1.s390x", product: { name: "python310-curses-3.10.14-2.1.s390x", product_id: "python310-curses-3.10.14-2.1.s390x", }, }, { category: "product_version", name: "python310-dbm-3.10.14-2.1.s390x", product: { name: "python310-dbm-3.10.14-2.1.s390x", product_id: "python310-dbm-3.10.14-2.1.s390x", }, }, { category: "product_version", name: "python310-idle-3.10.14-2.1.s390x", product: { name: "python310-idle-3.10.14-2.1.s390x", product_id: "python310-idle-3.10.14-2.1.s390x", }, }, { category: "product_version", name: "python310-tk-3.10.14-2.1.s390x", product: { name: "python310-tk-3.10.14-2.1.s390x", product_id: "python310-tk-3.10.14-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python310-3.10.14-2.1.x86_64", product: { name: "python310-3.10.14-2.1.x86_64", product_id: "python310-3.10.14-2.1.x86_64", }, }, { category: "product_version", name: "python310-32bit-3.10.14-2.1.x86_64", product: { name: "python310-32bit-3.10.14-2.1.x86_64", product_id: "python310-32bit-3.10.14-2.1.x86_64", }, }, { category: "product_version", name: "python310-curses-3.10.14-2.1.x86_64", product: { name: "python310-curses-3.10.14-2.1.x86_64", product_id: "python310-curses-3.10.14-2.1.x86_64", }, }, { category: "product_version", name: "python310-dbm-3.10.14-2.1.x86_64", product: { name: "python310-dbm-3.10.14-2.1.x86_64", product_id: "python310-dbm-3.10.14-2.1.x86_64", }, }, { category: "product_version", name: "python310-idle-3.10.14-2.1.x86_64", product: { name: "python310-idle-3.10.14-2.1.x86_64", product_id: "python310-idle-3.10.14-2.1.x86_64", }, }, { category: "product_version", name: "python310-tk-3.10.14-2.1.x86_64", product: { name: "python310-tk-3.10.14-2.1.x86_64", product_id: "python310-tk-3.10.14-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.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-2.1.aarch64", }, product_reference: "python310-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-2.1.ppc64le", }, product_reference: "python310-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-2.1.s390x", }, product_reference: "python310-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-3.10.14-2.1.x86_64", }, product_reference: "python310-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.aarch64", }, product_reference: "python310-32bit-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.ppc64le", }, product_reference: "python310-32bit-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.s390x", }, product_reference: "python310-32bit-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-32bit-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.x86_64", }, product_reference: "python310-32bit-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.aarch64", }, product_reference: "python310-curses-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.ppc64le", }, product_reference: "python310-curses-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.s390x", }, product_reference: "python310-curses-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-curses-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.x86_64", }, product_reference: "python310-curses-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.aarch64", }, product_reference: "python310-dbm-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.ppc64le", }, product_reference: "python310-dbm-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.s390x", }, product_reference: "python310-dbm-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-dbm-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.x86_64", }, product_reference: "python310-dbm-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.aarch64", }, product_reference: "python310-idle-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.ppc64le", }, product_reference: "python310-idle-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.s390x", }, product_reference: "python310-idle-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-idle-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.x86_64", }, product_reference: "python310-idle-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.aarch64", }, product_reference: "python310-tk-3.10.14-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.ppc64le", }, product_reference: "python310-tk-3.10.14-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.s390x", }, product_reference: "python310-tk-3.10.14-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python310-tk-3.10.14-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.x86_64", }, product_reference: "python310-tk-3.10.14-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python310-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.14-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python310-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-32bit-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-curses-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-dbm-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-idle-3.10.14-2.1.x86_64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.aarch64", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.ppc64le", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.s390x", "openSUSE Tumbleweed:python310-tk-3.10.14-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-24T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-0397", }, ], }
opensuse-su-2024:14063-1
Vulnerability from csaf_opensuse
Published
2024-06-22 00:00
Modified
2024-06-22 00:00
Summary
python38-3.8.19-3.1 on GA media
Notes
Title of the patch
python38-3.8.19-3.1 on GA media
Description of the patch
These are all security issues fixed in the python38-3.8.19-3.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14063
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: "python38-3.8.19-3.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python38-3.8.19-3.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14063", 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-2024_14063-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, ], title: "python38-3.8.19-3.1 on GA media", tracking: { current_release_date: "2024-06-22T00:00:00Z", generator: { date: "2024-06-22T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14063-1", initial_release_date: "2024-06-22T00:00:00Z", revision_history: [ { date: "2024-06-22T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python38-3.8.19-3.1.aarch64", product: { name: "python38-3.8.19-3.1.aarch64", product_id: "python38-3.8.19-3.1.aarch64", }, }, { category: "product_version", name: "python38-curses-3.8.19-3.1.aarch64", product: { name: "python38-curses-3.8.19-3.1.aarch64", product_id: "python38-curses-3.8.19-3.1.aarch64", }, }, { category: "product_version", name: "python38-dbm-3.8.19-3.1.aarch64", product: { name: "python38-dbm-3.8.19-3.1.aarch64", product_id: "python38-dbm-3.8.19-3.1.aarch64", }, }, { category: "product_version", name: "python38-idle-3.8.19-3.1.aarch64", product: { name: "python38-idle-3.8.19-3.1.aarch64", product_id: "python38-idle-3.8.19-3.1.aarch64", }, }, { category: "product_version", name: "python38-tk-3.8.19-3.1.aarch64", product: { name: "python38-tk-3.8.19-3.1.aarch64", product_id: "python38-tk-3.8.19-3.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python38-3.8.19-3.1.ppc64le", product: { name: "python38-3.8.19-3.1.ppc64le", product_id: "python38-3.8.19-3.1.ppc64le", }, }, { category: "product_version", name: "python38-curses-3.8.19-3.1.ppc64le", product: { name: "python38-curses-3.8.19-3.1.ppc64le", product_id: "python38-curses-3.8.19-3.1.ppc64le", }, }, { category: "product_version", name: "python38-dbm-3.8.19-3.1.ppc64le", product: { name: "python38-dbm-3.8.19-3.1.ppc64le", product_id: "python38-dbm-3.8.19-3.1.ppc64le", }, }, { category: "product_version", name: "python38-idle-3.8.19-3.1.ppc64le", product: { name: "python38-idle-3.8.19-3.1.ppc64le", product_id: "python38-idle-3.8.19-3.1.ppc64le", }, }, { category: "product_version", name: "python38-tk-3.8.19-3.1.ppc64le", product: { name: "python38-tk-3.8.19-3.1.ppc64le", product_id: "python38-tk-3.8.19-3.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python38-3.8.19-3.1.s390x", product: { name: "python38-3.8.19-3.1.s390x", product_id: "python38-3.8.19-3.1.s390x", }, }, { category: "product_version", name: "python38-curses-3.8.19-3.1.s390x", product: { name: "python38-curses-3.8.19-3.1.s390x", product_id: "python38-curses-3.8.19-3.1.s390x", }, }, { category: "product_version", name: "python38-dbm-3.8.19-3.1.s390x", product: { name: "python38-dbm-3.8.19-3.1.s390x", product_id: "python38-dbm-3.8.19-3.1.s390x", }, }, { category: "product_version", name: "python38-idle-3.8.19-3.1.s390x", product: { name: "python38-idle-3.8.19-3.1.s390x", product_id: "python38-idle-3.8.19-3.1.s390x", }, }, { category: "product_version", name: "python38-tk-3.8.19-3.1.s390x", product: { name: "python38-tk-3.8.19-3.1.s390x", product_id: "python38-tk-3.8.19-3.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python38-3.8.19-3.1.x86_64", product: { name: "python38-3.8.19-3.1.x86_64", product_id: "python38-3.8.19-3.1.x86_64", }, }, { category: "product_version", name: "python38-curses-3.8.19-3.1.x86_64", product: { name: "python38-curses-3.8.19-3.1.x86_64", product_id: "python38-curses-3.8.19-3.1.x86_64", }, }, { category: "product_version", name: "python38-dbm-3.8.19-3.1.x86_64", product: { name: "python38-dbm-3.8.19-3.1.x86_64", product_id: "python38-dbm-3.8.19-3.1.x86_64", }, }, { category: "product_version", name: "python38-idle-3.8.19-3.1.x86_64", product: { name: "python38-idle-3.8.19-3.1.x86_64", product_id: "python38-idle-3.8.19-3.1.x86_64", }, }, { category: "product_version", name: "python38-tk-3.8.19-3.1.x86_64", product: { name: "python38-tk-3.8.19-3.1.x86_64", product_id: "python38-tk-3.8.19-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: "python38-3.8.19-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-3.1.aarch64", }, product_reference: "python38-3.8.19-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-3.1.ppc64le", }, product_reference: "python38-3.8.19-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-3.1.s390x", }, product_reference: "python38-3.8.19-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-3.8.19-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-3.8.19-3.1.x86_64", }, product_reference: "python38-3.8.19-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.aarch64", }, product_reference: "python38-curses-3.8.19-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.ppc64le", }, product_reference: "python38-curses-3.8.19-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.s390x", }, product_reference: "python38-curses-3.8.19-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-curses-3.8.19-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.x86_64", }, product_reference: "python38-curses-3.8.19-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.aarch64", }, product_reference: "python38-dbm-3.8.19-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.ppc64le", }, product_reference: "python38-dbm-3.8.19-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.s390x", }, product_reference: "python38-dbm-3.8.19-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-dbm-3.8.19-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.x86_64", }, product_reference: "python38-dbm-3.8.19-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.aarch64", }, product_reference: "python38-idle-3.8.19-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.ppc64le", }, product_reference: "python38-idle-3.8.19-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.s390x", }, product_reference: "python38-idle-3.8.19-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-idle-3.8.19-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.x86_64", }, product_reference: "python38-idle-3.8.19-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-3.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.aarch64", }, product_reference: "python38-tk-3.8.19-3.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-3.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.ppc64le", }, product_reference: "python38-tk-3.8.19-3.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-3.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.s390x", }, product_reference: "python38-tk-3.8.19-3.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python38-tk-3.8.19-3.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.x86_64", }, product_reference: "python38-tk-3.8.19-3.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python38-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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:python38-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python38-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-curses-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-dbm-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-idle-3.8.19-3.1.x86_64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.aarch64", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.ppc64le", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.s390x", "openSUSE Tumbleweed:python38-tk-3.8.19-3.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-22T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-0397", }, ], }
opensuse-su-2024:14295-1
Vulnerability from csaf_opensuse
Published
2024-08-29 00:00
Modified
2024-08-29 00:00
Summary
python312-3.12.5-1.1 on GA media
Notes
Title of the patch
python312-3.12.5-1.1 on GA media
Description of the patch
These are all security issues fixed in the python312-3.12.5-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14295
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.5-1.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python312-3.12.5-1.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14295", 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-2024_14295-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, { category: "self", summary: "SUSE CVE CVE-2024-4030 page", url: "https://www.suse.com/security/cve/CVE-2024-4030/", }, { category: "self", summary: "SUSE CVE CVE-2024-4032 page", url: "https://www.suse.com/security/cve/CVE-2024-4032/", }, { category: "self", summary: "SUSE CVE CVE-2024-6923 page", url: "https://www.suse.com/security/cve/CVE-2024-6923/", }, ], title: "python312-3.12.5-1.1 on GA media", tracking: { current_release_date: "2024-08-29T00:00:00Z", generator: { date: "2024-08-29T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14295-1", initial_release_date: "2024-08-29T00:00:00Z", revision_history: [ { date: "2024-08-29T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python312-3.12.5-1.1.aarch64", product: { name: "python312-3.12.5-1.1.aarch64", product_id: "python312-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-32bit-3.12.5-1.1.aarch64", product: { name: "python312-32bit-3.12.5-1.1.aarch64", product_id: "python312-32bit-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-curses-3.12.5-1.1.aarch64", product: { name: "python312-curses-3.12.5-1.1.aarch64", product_id: "python312-curses-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-dbm-3.12.5-1.1.aarch64", product: { name: "python312-dbm-3.12.5-1.1.aarch64", product_id: "python312-dbm-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-idle-3.12.5-1.1.aarch64", product: { name: "python312-idle-3.12.5-1.1.aarch64", product_id: "python312-idle-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-tk-3.12.5-1.1.aarch64", product: { name: "python312-tk-3.12.5-1.1.aarch64", product_id: "python312-tk-3.12.5-1.1.aarch64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-1.1.aarch64", product: { name: "python312-x86-64-v3-3.12.5-1.1.aarch64", product_id: "python312-x86-64-v3-3.12.5-1.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python312-3.12.5-1.1.ppc64le", product: { name: "python312-3.12.5-1.1.ppc64le", product_id: "python312-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-32bit-3.12.5-1.1.ppc64le", product: { name: "python312-32bit-3.12.5-1.1.ppc64le", product_id: "python312-32bit-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-curses-3.12.5-1.1.ppc64le", product: { name: "python312-curses-3.12.5-1.1.ppc64le", product_id: "python312-curses-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-dbm-3.12.5-1.1.ppc64le", product: { name: "python312-dbm-3.12.5-1.1.ppc64le", product_id: "python312-dbm-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-idle-3.12.5-1.1.ppc64le", product: { name: "python312-idle-3.12.5-1.1.ppc64le", product_id: "python312-idle-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-tk-3.12.5-1.1.ppc64le", product: { name: "python312-tk-3.12.5-1.1.ppc64le", product_id: "python312-tk-3.12.5-1.1.ppc64le", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-1.1.ppc64le", product: { name: "python312-x86-64-v3-3.12.5-1.1.ppc64le", product_id: "python312-x86-64-v3-3.12.5-1.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python312-3.12.5-1.1.s390x", product: { name: "python312-3.12.5-1.1.s390x", product_id: "python312-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-32bit-3.12.5-1.1.s390x", product: { name: "python312-32bit-3.12.5-1.1.s390x", product_id: "python312-32bit-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-curses-3.12.5-1.1.s390x", product: { name: "python312-curses-3.12.5-1.1.s390x", product_id: "python312-curses-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-dbm-3.12.5-1.1.s390x", product: { name: "python312-dbm-3.12.5-1.1.s390x", product_id: "python312-dbm-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-idle-3.12.5-1.1.s390x", product: { name: "python312-idle-3.12.5-1.1.s390x", product_id: "python312-idle-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-tk-3.12.5-1.1.s390x", product: { name: "python312-tk-3.12.5-1.1.s390x", product_id: "python312-tk-3.12.5-1.1.s390x", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-1.1.s390x", product: { name: "python312-x86-64-v3-3.12.5-1.1.s390x", product_id: "python312-x86-64-v3-3.12.5-1.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python312-3.12.5-1.1.x86_64", product: { name: "python312-3.12.5-1.1.x86_64", product_id: "python312-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-32bit-3.12.5-1.1.x86_64", product: { name: "python312-32bit-3.12.5-1.1.x86_64", product_id: "python312-32bit-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-curses-3.12.5-1.1.x86_64", product: { name: "python312-curses-3.12.5-1.1.x86_64", product_id: "python312-curses-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-dbm-3.12.5-1.1.x86_64", product: { name: "python312-dbm-3.12.5-1.1.x86_64", product_id: "python312-dbm-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-idle-3.12.5-1.1.x86_64", product: { name: "python312-idle-3.12.5-1.1.x86_64", product_id: "python312-idle-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-tk-3.12.5-1.1.x86_64", product: { name: "python312-tk-3.12.5-1.1.x86_64", product_id: "python312-tk-3.12.5-1.1.x86_64", }, }, { category: "product_version", name: "python312-x86-64-v3-3.12.5-1.1.x86_64", product: { name: "python312-x86-64-v3-3.12.5-1.1.x86_64", product_id: "python312-x86-64-v3-3.12.5-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.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", }, product_reference: "python312-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", }, product_reference: "python312-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", }, product_reference: "python312-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", }, product_reference: "python312-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", }, product_reference: "python312-32bit-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", }, product_reference: "python312-32bit-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", }, product_reference: "python312-32bit-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-32bit-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", }, product_reference: "python312-32bit-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", }, product_reference: "python312-curses-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", }, product_reference: "python312-curses-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", }, product_reference: "python312-curses-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-curses-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", }, product_reference: "python312-curses-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", }, product_reference: "python312-dbm-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", }, product_reference: "python312-dbm-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", }, product_reference: "python312-dbm-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-dbm-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", }, product_reference: "python312-dbm-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", }, product_reference: "python312-idle-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", }, product_reference: "python312-idle-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", }, product_reference: "python312-idle-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-idle-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", }, product_reference: "python312-idle-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", }, product_reference: "python312-tk-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", }, product_reference: "python312-tk-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", }, product_reference: "python312-tk-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-tk-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", }, product_reference: "python312-tk-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-1.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", }, product_reference: "python312-x86-64-v3-3.12.5-1.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-1.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", }, product_reference: "python312-x86-64-v3-3.12.5-1.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-1.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", }, product_reference: "python312-x86-64-v3-3.12.5-1.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python312-x86-64-v3-3.12.5-1.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", }, product_reference: "python312-x86-64-v3-3.12.5-1.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-0397", }, { cve: "CVE-2024-4030", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4030", }, ], notes: [ { category: "general", text: "On Windows a directory returned by tempfile.mkdtemp() would not always have permissions set to restrict reading and writing to the temporary directory by other users, instead usually inheriting the correct permissions from the default location. Alternate configurations or users without a profile directory may not have the intended permissions.\n\nIf you're not using Windows or haven't changed the temporary directory location then you aren't affected by this vulnerability. On other platforms the returned directory is consistently readable and writable only by the current user.\n\nThis issue was caused by Python not supporting Unix permissions on Windows. The fix adds support for Unix \"700\" for the mkdir function on Windows which is used by mkdtemp() to ensure the newly created directory has the proper permissions.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4030", url: "https://www.suse.com/security/cve/CVE-2024-4030", }, { category: "external", summary: "SUSE Bug 1227152 for CVE-2024-4030", url: "https://bugzilla.suse.com/1227152", }, ], 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.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-4030", }, { cve: "CVE-2024-4032", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-4032", }, ], notes: [ { category: "general", text: "The \"ipaddress\" module contained incorrect information about whether certain IPv4 and IPv6 addresses were designated as \"globally reachable\" or \"private\". This affected the is_private and is_global properties of the ipaddress.IPv4Address, ipaddress.IPv4Network, ipaddress.IPv6Address, and ipaddress.IPv6Network classes, where values wouldn't be returned in accordance with the latest information from the IANA Special-Purpose Address Registries.\n\nCPython 3.12.4 and 3.13.0a6 contain updated information from these registries and thus have the intended behavior.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-4032", url: "https://www.suse.com/security/cve/CVE-2024-4032", }, { category: "external", summary: "SUSE Bug 1226448 for CVE-2024-4032", url: "https://bugzilla.suse.com/1226448", }, ], 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.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 3.7, baseSeverity: "LOW", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "low", }, ], title: "CVE-2024-4032", }, { cve: "CVE-2024-6923", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-6923", }, ], notes: [ { category: "general", text: "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn't properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-6923", url: "https://www.suse.com/security/cve/CVE-2024-6923", }, { category: "external", summary: "SUSE Bug 1228780 for CVE-2024-6923", url: "https://bugzilla.suse.com/1228780", }, ], 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.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", version: "3.1", }, products: [ "openSUSE Tumbleweed:python312-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-32bit-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-curses-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-dbm-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-idle-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-tk-3.12.5-1.1.x86_64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.aarch64", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.ppc64le", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.s390x", "openSUSE Tumbleweed:python312-x86-64-v3-3.12.5-1.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-08-29T00:00:00Z", details: "important", }, ], title: "CVE-2024-6923", }, ], }
opensuse-su-2024:14064-1
Vulnerability from csaf_opensuse
Published
2024-06-22 00:00
Modified
2024-06-22 00:00
Summary
python39-3.9.19-2.1 on GA media
Notes
Title of the patch
python39-3.9.19-2.1 on GA media
Description of the patch
These are all security issues fixed in the python39-3.9.19-2.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2024-14064
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.19-2.1 on GA media", title: "Title of the patch", }, { category: "description", text: "These are all security issues fixed in the python39-3.9.19-2.1 package on the GA media of openSUSE Tumbleweed.", title: "Description of the patch", }, { category: "details", text: "openSUSE-Tumbleweed-2024-14064", 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-2024_14064-1.json", }, { category: "self", summary: "SUSE CVE CVE-2024-0397 page", url: "https://www.suse.com/security/cve/CVE-2024-0397/", }, ], title: "python39-3.9.19-2.1 on GA media", tracking: { current_release_date: "2024-06-22T00:00:00Z", generator: { date: "2024-06-22T00:00:00Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "openSUSE-SU-2024:14064-1", initial_release_date: "2024-06-22T00:00:00Z", revision_history: [ { date: "2024-06-22T00:00:00Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "python39-3.9.19-2.1.aarch64", product: { name: "python39-3.9.19-2.1.aarch64", product_id: "python39-3.9.19-2.1.aarch64", }, }, { category: "product_version", name: "python39-32bit-3.9.19-2.1.aarch64", product: { name: "python39-32bit-3.9.19-2.1.aarch64", product_id: "python39-32bit-3.9.19-2.1.aarch64", }, }, { category: "product_version", name: "python39-curses-3.9.19-2.1.aarch64", product: { name: "python39-curses-3.9.19-2.1.aarch64", product_id: "python39-curses-3.9.19-2.1.aarch64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-2.1.aarch64", product: { name: "python39-dbm-3.9.19-2.1.aarch64", product_id: "python39-dbm-3.9.19-2.1.aarch64", }, }, { category: "product_version", name: "python39-idle-3.9.19-2.1.aarch64", product: { name: "python39-idle-3.9.19-2.1.aarch64", product_id: "python39-idle-3.9.19-2.1.aarch64", }, }, { category: "product_version", name: "python39-tk-3.9.19-2.1.aarch64", product: { name: "python39-tk-3.9.19-2.1.aarch64", product_id: "python39-tk-3.9.19-2.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "python39-3.9.19-2.1.ppc64le", product: { name: "python39-3.9.19-2.1.ppc64le", product_id: "python39-3.9.19-2.1.ppc64le", }, }, { category: "product_version", name: "python39-32bit-3.9.19-2.1.ppc64le", product: { name: "python39-32bit-3.9.19-2.1.ppc64le", product_id: "python39-32bit-3.9.19-2.1.ppc64le", }, }, { category: "product_version", name: "python39-curses-3.9.19-2.1.ppc64le", product: { name: "python39-curses-3.9.19-2.1.ppc64le", product_id: "python39-curses-3.9.19-2.1.ppc64le", }, }, { category: "product_version", name: "python39-dbm-3.9.19-2.1.ppc64le", product: { name: "python39-dbm-3.9.19-2.1.ppc64le", product_id: "python39-dbm-3.9.19-2.1.ppc64le", }, }, { category: "product_version", name: "python39-idle-3.9.19-2.1.ppc64le", product: { name: "python39-idle-3.9.19-2.1.ppc64le", product_id: "python39-idle-3.9.19-2.1.ppc64le", }, }, { category: "product_version", name: "python39-tk-3.9.19-2.1.ppc64le", product: { name: "python39-tk-3.9.19-2.1.ppc64le", product_id: "python39-tk-3.9.19-2.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "python39-3.9.19-2.1.s390x", product: { name: "python39-3.9.19-2.1.s390x", product_id: "python39-3.9.19-2.1.s390x", }, }, { category: "product_version", name: "python39-32bit-3.9.19-2.1.s390x", product: { name: "python39-32bit-3.9.19-2.1.s390x", product_id: "python39-32bit-3.9.19-2.1.s390x", }, }, { category: "product_version", name: "python39-curses-3.9.19-2.1.s390x", product: { name: "python39-curses-3.9.19-2.1.s390x", product_id: "python39-curses-3.9.19-2.1.s390x", }, }, { category: "product_version", name: "python39-dbm-3.9.19-2.1.s390x", product: { name: "python39-dbm-3.9.19-2.1.s390x", product_id: "python39-dbm-3.9.19-2.1.s390x", }, }, { category: "product_version", name: "python39-idle-3.9.19-2.1.s390x", product: { name: "python39-idle-3.9.19-2.1.s390x", product_id: "python39-idle-3.9.19-2.1.s390x", }, }, { category: "product_version", name: "python39-tk-3.9.19-2.1.s390x", product: { name: "python39-tk-3.9.19-2.1.s390x", product_id: "python39-tk-3.9.19-2.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "python39-3.9.19-2.1.x86_64", product: { name: "python39-3.9.19-2.1.x86_64", product_id: "python39-3.9.19-2.1.x86_64", }, }, { category: "product_version", name: "python39-32bit-3.9.19-2.1.x86_64", product: { name: "python39-32bit-3.9.19-2.1.x86_64", product_id: "python39-32bit-3.9.19-2.1.x86_64", }, }, { category: "product_version", name: "python39-curses-3.9.19-2.1.x86_64", product: { name: "python39-curses-3.9.19-2.1.x86_64", product_id: "python39-curses-3.9.19-2.1.x86_64", }, }, { category: "product_version", name: "python39-dbm-3.9.19-2.1.x86_64", product: { name: "python39-dbm-3.9.19-2.1.x86_64", product_id: "python39-dbm-3.9.19-2.1.x86_64", }, }, { category: "product_version", name: "python39-idle-3.9.19-2.1.x86_64", product: { name: "python39-idle-3.9.19-2.1.x86_64", product_id: "python39-idle-3.9.19-2.1.x86_64", }, }, { category: "product_version", name: "python39-tk-3.9.19-2.1.x86_64", product: { name: "python39-tk-3.9.19-2.1.x86_64", product_id: "python39-tk-3.9.19-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.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-2.1.aarch64", }, product_reference: "python39-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-2.1.ppc64le", }, product_reference: "python39-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-2.1.s390x", }, product_reference: "python39-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-3.9.19-2.1.x86_64", }, product_reference: "python39-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.aarch64", }, product_reference: "python39-32bit-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.ppc64le", }, product_reference: "python39-32bit-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.s390x", }, product_reference: "python39-32bit-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-32bit-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.x86_64", }, product_reference: "python39-32bit-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.aarch64", }, product_reference: "python39-curses-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.ppc64le", }, product_reference: "python39-curses-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.s390x", }, product_reference: "python39-curses-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-curses-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.x86_64", }, product_reference: "python39-curses-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.aarch64", }, product_reference: "python39-dbm-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.ppc64le", }, product_reference: "python39-dbm-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.s390x", }, product_reference: "python39-dbm-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-dbm-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.x86_64", }, product_reference: "python39-dbm-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.aarch64", }, product_reference: "python39-idle-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.ppc64le", }, product_reference: "python39-idle-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.s390x", }, product_reference: "python39-idle-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-idle-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.x86_64", }, product_reference: "python39-idle-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-2.1.aarch64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.aarch64", }, product_reference: "python39-tk-3.9.19-2.1.aarch64", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-2.1.ppc64le as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.ppc64le", }, product_reference: "python39-tk-3.9.19-2.1.ppc64le", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-2.1.s390x as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.s390x", }, product_reference: "python39-tk-3.9.19-2.1.s390x", relates_to_product_reference: "openSUSE Tumbleweed", }, { category: "default_component_of", full_product_name: { name: "python39-tk-3.9.19-2.1.x86_64 as component of openSUSE Tumbleweed", product_id: "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.x86_64", }, product_reference: "python39-tk-3.9.19-2.1.x86_64", relates_to_product_reference: "openSUSE Tumbleweed", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2024-0397", }, ], notes: [ { category: "general", text: "A defect was discovered in the Python \"ssl\" module where there is a memory\nrace condition with the ssl.SSLContext methods \"cert_store_stats()\" and\n\"get_ca_certs()\". The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.", title: "CVE description", }, ], product_status: { recommended: [ "openSUSE Tumbleweed:python39-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.x86_64", ], }, references: [ { category: "external", summary: "CVE-2024-0397", url: "https://www.suse.com/security/cve/CVE-2024-0397", }, { category: "external", summary: "SUSE Bug 1226447 for CVE-2024-0397", url: "https://bugzilla.suse.com/1226447", }, ], 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.19-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.x86_64", ], }, ], scores: [ { cvss_v3: { baseScore: 4.8, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L", version: "3.1", }, products: [ "openSUSE Tumbleweed:python39-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-32bit-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-curses-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-dbm-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-idle-3.9.19-2.1.x86_64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.aarch64", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.ppc64le", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.s390x", "openSUSE Tumbleweed:python39-tk-3.9.19-2.1.x86_64", ], }, ], threats: [ { category: "impact", date: "2024-06-22T00:00:00Z", details: "moderate", }, ], title: "CVE-2024-0397", }, ], }
WID-SEC-W-2024-1396
Vulnerability from csaf_certbund
Published
2024-06-17 22:00
Modified
2025-01-12 23:00
Summary
Python: Mehrere Schwachstellen ermöglichen Manipulation von Dateien und Umgehung von Sicherheitsmaßnahmen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren und Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren und Sicherheitsmaßnahmen zu umgehen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1396 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1396.json", }, { category: "self", summary: "WID-SEC-2024-1396 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1396", }, { category: "external", summary: "Python Mailman vom 2024-06-17", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/", }, { category: "external", summary: "Python Mailman vom 2024-06-17", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-486CB71423 vom 2024-06-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-486cb71423", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B3D904CADE vom 2024-06-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b3d904cade", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2249-1 vom 2024-07-01", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018832.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2254-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018836.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2274-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018852.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2280-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018854.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1ECAB28E50 vom 2024-07-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1ecab28e50", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-FEFC75BCE4 vom 2024-07-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-fefc75bce4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-8761735EE2 vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8761735ee2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-732AEDEB4D vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-732aedeb4d", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7BBA7E65D3 vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7bba7e65d3", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2414-1 vom 2024-07-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018940.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018974.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018975.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2572-1 vom 2024-07-22", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019018.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4766 vom 2024-07-24", url: "https://access.redhat.com/errata/RHSA-2024:4766", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4779 vom 2024-07-24", url: "https://linux.oracle.com/errata/ELSA-2024-4779.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4779 vom 2024-07-24", url: "https://access.redhat.com/errata/RHSA-2024:4779", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4766 vom 2024-07-24", url: "https://linux.oracle.com/errata/ELSA-2024-4766.html", }, { category: "external", summary: "Ubuntu Security Notice USN-6928-1 vom 2024-07-30", url: "https://ubuntu.com/security/notices/USN-6928-1", }, { category: "external", summary: "Ubuntu Security Notice USN-6941-1 vom 2024-08-01", url: "https://ubuntu.com/security/notices/USN-6941-1", }, { category: "external", summary: "Dell Security Advisory DSA-2024-348 vom 2024-08-06", url: "https://www.dell.com/support/kbdoc/de-de/000227573/dsa-2024-348-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D434721EF8 vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d434721ef8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D1D07E01E8 vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d1d07e01e8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-26FF70F1EC vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-26ff70f1ec", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B7DE0FAA8B vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b7de0faa8b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-A4C978FA1C vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a4c978fa1c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F247F05E2E vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f247f05e2e", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D3D904CB56 vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d3d904cb56", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2959-1 vom 2024-08-19", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019223.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2982-1 vom 2024-08-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019287.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-926631FE97 vom 2024-08-26", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-926631fe97", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F3851065C0 vom 2024-08-26", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f3851065c0", }, { category: "external", summary: "Debian Security Advisory DSA-5759 vom 2024-08-27", url: "https://lists.debian.org/debian-security-announce/2024/msg00172.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3D656DAFE1 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3d656dafe1", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7008B2FEDF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7008b2fedf", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:5962 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6030 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6030", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-5962 vom 2024-08-30", url: "https://linux.oracle.com/errata/ELSA-2024-5962.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-2B163F9201 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b163f9201", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-39D459DD00 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-39d459dd00", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F750328C3B vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f750328c3b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-308628EBB8 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-308628ebb8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1E6D6F8452 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1e6d6f8452", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7A069F48E4 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a069f48e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEDBC5CF9 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6dedbc5cf9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F652468298 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f652468298", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AE2925C3AE vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ae2925c3ae", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7DB9258D37 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7db9258d37", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F7F36C20A2 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f7f36c20a2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-37D9C902DD vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-37d9c902dd", }, { category: "external", summary: "IBM Security Bulletin 7168787 vom 2024-09-18", url: "https://www.ibm.com/support/pages/node/7168787", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6975 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6975", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6961 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6962 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6975 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6975.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6961 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6961.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6962 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6962.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:6962 vom 2024-09-30", url: "https://errata.build.resf.org/RLSA-2024:6962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7417 vom 2024-10-01", url: "https://access.redhat.com/errata/RHSA-2024:7417", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7443 vom 2024-10-01", url: "https://access.redhat.com/errata/RHSA-2024:7443", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7726 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7726", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7724 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7724", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7323 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7323", }, { category: "external", summary: "Dell Security Advisory DSA-2024-422 vom 2024-10-10", url: "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:8318 vom 2024-10-23", url: "https://access.redhat.com/errata/RHSA-2024:8318", }, { category: "external", summary: "IBM Security Bulletin", url: "https://www.ibm.com/support/pages/node/7174634", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9190 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPYTHON3.8-2024-016 vom 2024-11-13", url: "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-016.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4021-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4020-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15282-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019829.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15283-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019828.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-9190 vom 2024-11-19", url: "https://linux.oracle.com/errata/ELSA-2024-9190.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4025-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019827.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4026-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019826.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4029-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "external", summary: "Debian Security Advisory DLA-3980 vom 2024-12-02", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10906 vom 2024-12-10", url: "https://access.redhat.com/errata/RHSA-2024:10906", }, { category: "external", summary: "XEROX Security Advisory XRX25-001 vom 2025-01-13", url: "https://securitydocs.business.xerox.com/wp-content/uploads/2025/01/Xerox-Security-Bulletin-XRX25-001-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf", }, ], source_lang: "en-US", title: "Python: Mehrere Schwachstellen ermöglichen Manipulation von Dateien und Umgehung von Sicherheitsmaßnahmen", tracking: { current_release_date: "2025-01-12T23:00:00.000+00:00", generator: { date: "2025-01-13T11:08:52.402+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-1396", initial_release_date: "2024-06-17T22:00:00.000+00:00", revision_history: [ { date: "2024-06-17T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-06-20T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-01T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-03T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-04T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-14T22:00:00.000+00:00", number: "7", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-15T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-22T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-23T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-07-28T22:00:00.000+00:00", number: "11", summary: "Referenz(en) aufgenommen: NTAP-20240726-0004", }, { date: "2024-07-30T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-08-01T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-08-05T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-08-15T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-18T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "17", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-20T22:00:00.000+00:00", number: "18", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-25T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-27T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-08-28T22:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "22", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-09-10T22:00:00.000+00:00", number: "23", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "24", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-17T22:00:00.000+00:00", number: "25", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "26", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-24T22:00:00.000+00:00", number: "27", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-25T22:00:00.000+00:00", number: "28", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-30T22:00:00.000+00:00", number: "29", summary: "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen", }, { date: "2024-10-06T22:00:00.000+00:00", number: "30", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-07T22:00:00.000+00:00", number: "31", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-09T22:00:00.000+00:00", number: "32", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-10-23T22:00:00.000+00:00", number: "33", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-31T23:00:00.000+00:00", number: "34", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-11T23:00:00.000+00:00", number: "35", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-11-13T23:00:00.000+00:00", number: "36", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-11-18T23:00:00.000+00:00", number: "37", summary: "Neue Updates von SUSE und Oracle Linux aufgenommen", }, { date: "2024-12-01T23:00:00.000+00:00", number: "38", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-12-09T23:00:00.000+00:00", number: "39", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2025-01-12T23:00:00.000+00:00", number: "40", summary: "Neue Updates von XEROX aufgenommen", }, ], status: "final", version: "40", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Dell NetWorker", product: { name: "Dell NetWorker", product_id: "T024663", product_identification_helper: { cpe: "cpe:/a:dell:networker:-", }, }, }, ], category: "vendor", name: "Dell", }, { branches: [ { category: "product_name", name: "EMC Avamar", product: { name: "EMC Avamar", product_id: "T014381", product_identification_helper: { cpe: "cpe:/a:emc:avamar:-", }, }, }, ], category: "vendor", name: "EMC", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version", name: "7.3", product: { name: "IBM AIX 7.3", product_id: "1139691", product_identification_helper: { cpe: "cpe:/o:ibm:aix:7.3", }, }, }, ], category: "product_name", name: "AIX", }, { branches: [ { category: "product_version_range", name: "<7.5.0 UP10 IF01", product: { name: "IBM QRadar SIEM <7.5.0 UP10 IF01", product_id: "T038741", }, }, { category: "product_version", name: "7.5.0 UP10 IF01", product: { name: "IBM QRadar SIEM 7.5.0 UP10 IF01", product_id: "T038741-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:qradar_siem:7.5.0_up10_if01", }, }, }, ], category: "product_name", name: "QRadar SIEM", }, { branches: [ { category: "product_version", name: "4.1", product: { name: "IBM VIOS 4.1", product_id: "1522854", product_identification_helper: { cpe: "cpe:/a:ibm:vios:4.1", }, }, }, ], category: "product_name", name: "VIOS", }, ], category: "vendor", name: "IBM", }, { branches: [ { branches: [ { category: "product_version_range", name: "<3.12.4", product: { name: "Open Source Python <3.12.4", product_id: "T035510", }, }, { category: "product_version", name: "3.12.4", product: { name: "Open Source Python 3.12.4", product_id: "T035510-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.12.4", }, }, }, { category: "product_version_range", name: "<3.13.0a6", product: { name: "Open Source Python <3.13.0a6", product_id: "T035511", }, }, { category: "product_version", name: "3.13.0a6", product: { name: "Open Source Python 3.13.0a6", product_id: "T035511-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.13.0a6", }, }, }, { category: "product_version_range", name: "<3.10.14", product: { name: "Open Source Python <3.10.14", product_id: "T035512", }, }, { category: "product_version", name: "3.10.14", product: { name: "Open Source Python 3.10.14", product_id: "T035512-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.10.14", }, }, }, { category: "product_version_range", name: "<3.11.9", product: { name: "Open Source Python <3.11.9", product_id: "T035513", }, }, { category: "product_version", name: "3.11.9", product: { name: "Open Source Python 3.11.9", product_id: "T035513-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.11.9", }, }, }, { category: "product_version_range", name: "<3.12.3", product: { name: "Open Source Python <3.12.3", product_id: "T035514", }, }, { category: "product_version", name: "3.12.3", product: { name: "Open Source Python 3.12.3", product_id: "T035514-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.12.3", }, }, }, { category: "product_version_range", name: "<3.13.0a5", product: { name: "Open Source Python <3.13.0a5", product_id: "T035515", }, }, { category: "product_version", name: "3.13.0a5", product: { name: "Open Source Python 3.13.0a5", product_id: "T035515-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.13.0a5", }, }, }, ], category: "product_name", name: "Python", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, { branches: [ { branches: [ { category: "product_version", name: "v9 for Solaris", product: { name: "Xerox FreeFlow Print Server v9 for Solaris", product_id: "T028053", product_identification_helper: { cpe: "cpe:/a:xerox:freeflow_print_server:v9_for_solaris", }, }, }, ], category: "product_name", name: "FreeFlow Print Server", }, ], category: "vendor", name: "Xerox", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", notes: [ { category: "description", text: "Es besteht eine Schwachstelle im Python \"ssl\" Modul. Dieser Fehler besteht aufgrund einer MEmory-Race-Condition beim gleichzeitigen Zugriff auf die Methoden cert_store_stats() und get_ca_certs() und dem Laden eines Zertifikats. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren und vertrauliche Informationen offenzulegen.", }, ], product_status: { known_affected: [ "T035515", "T035514", "T028053", "T035513", "T035512", "67646", "1522854", "T004914", "T032255", "74185", "T038741", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363", ], }, release_date: "2024-06-17T22:00:00.000+00:00", title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Python innerhalb des ipaddress-Moduls, die auf eine falsche Klassifizierung von IP-Adressen zurückzuführen ist. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Netzwerkbeschränkungen oder Sicherheitskontrollen zu umgehen, die auf der Klassifizierung von IP-Adressen basieren.", }, ], product_status: { known_affected: [ "T035515", "T035514", "T028053", "T035513", "T035512", "67646", "1522854", "T004914", "T032255", "74185", "T038741", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363", ], }, release_date: "2024-06-17T22:00:00.000+00:00", title: "CVE-2024-4032", }, ], }
wid-sec-w-2024-1396
Vulnerability from csaf_certbund
Published
2024-06-17 22:00
Modified
2025-01-12 23:00
Summary
Python: Mehrere Schwachstellen ermöglichen Manipulation von Dateien und Umgehung von Sicherheitsmaßnahmen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.
Angriff
Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren und Sicherheitsmaßnahmen zu umgehen.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Python ist eine universelle, üblicherweise interpretierte, höhere Programmiersprache.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Python ausnutzen, um Dateien zu manipulieren und Sicherheitsmaßnahmen zu umgehen.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1396 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1396.json", }, { category: "self", summary: "WID-SEC-2024-1396 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1396", }, { category: "external", summary: "Python Mailman vom 2024-06-17", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/NRUHDUS2IV2USIZM2CVMSFL6SCKU3RZA/", }, { category: "external", summary: "Python Mailman vom 2024-06-17", url: "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-486CB71423 vom 2024-06-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-486cb71423", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B3D904CADE vom 2024-06-20", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b3d904cade", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2249-1 vom 2024-07-01", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018832.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2254-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018836.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2274-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018852.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2280-1 vom 2024-07-02", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018854.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1ECAB28E50 vom 2024-07-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1ecab28e50", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-FEFC75BCE4 vom 2024-07-03", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-fefc75bce4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-8761735EE2 vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-8761735ee2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-732AEDEB4D vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-732aedeb4d", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7BBA7E65D3 vom 2024-07-04", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7bba7e65d3", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2414-1 vom 2024-07-12", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018940.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018974.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2479-1 vom 2024-07-15", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018975.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2572-1 vom 2024-07-22", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019018.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4766 vom 2024-07-24", url: "https://access.redhat.com/errata/RHSA-2024:4766", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4779 vom 2024-07-24", url: "https://linux.oracle.com/errata/ELSA-2024-4779.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:4779 vom 2024-07-24", url: "https://access.redhat.com/errata/RHSA-2024:4779", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-4766 vom 2024-07-24", url: "https://linux.oracle.com/errata/ELSA-2024-4766.html", }, { category: "external", summary: "Ubuntu Security Notice USN-6928-1 vom 2024-07-30", url: "https://ubuntu.com/security/notices/USN-6928-1", }, { category: "external", summary: "Ubuntu Security Notice USN-6941-1 vom 2024-08-01", url: "https://ubuntu.com/security/notices/USN-6941-1", }, { category: "external", summary: "Dell Security Advisory DSA-2024-348 vom 2024-08-06", url: "https://www.dell.com/support/kbdoc/de-de/000227573/dsa-2024-348-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-security-update-for-multiple-vulnerabilities", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D434721EF8 vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d434721ef8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D1D07E01E8 vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d1d07e01e8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-26FF70F1EC vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-26ff70f1ec", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-B7DE0FAA8B vom 2024-08-15", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b7de0faa8b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-A4C978FA1C vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-a4c978fa1c", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F247F05E2E vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f247f05e2e", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-D3D904CB56 vom 2024-08-16", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-d3d904cb56", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2959-1 vom 2024-08-19", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019223.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2982-1 vom 2024-08-20", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-August/019287.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-926631FE97 vom 2024-08-26", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-926631fe97", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F3851065C0 vom 2024-08-26", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f3851065c0", }, { category: "external", summary: "Debian Security Advisory DSA-5759 vom 2024-08-27", url: "https://lists.debian.org/debian-security-announce/2024/msg00172.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-3D656DAFE1 vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3d656dafe1", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7008B2FEDF vom 2024-08-28", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7008b2fedf", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:5962 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:5962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6030 vom 2024-08-29", url: "https://access.redhat.com/errata/RHSA-2024:6030", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-5962 vom 2024-08-30", url: "https://linux.oracle.com/errata/ELSA-2024-5962.html", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-2B163F9201 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-2b163f9201", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-39D459DD00 vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-39d459dd00", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F750328C3B vom 2024-09-10", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f750328c3b", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-308628EBB8 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-308628ebb8", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-1E6D6F8452 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-1e6d6f8452", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7A069F48E4 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a069f48e4", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-6DEDBC5CF9 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-6dedbc5cf9", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F652468298 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f652468298", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-AE2925C3AE vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ae2925c3ae", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-7DB9258D37 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7db9258d37", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-F7F36C20A2 vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-f7f36c20a2", }, { category: "external", summary: "Fedora Security Advisory FEDORA-2024-37D9C902DD vom 2024-09-11", url: "https://bodhi.fedoraproject.org/updates/FEDORA-2024-37d9c902dd", }, { category: "external", summary: "IBM Security Bulletin 7168787 vom 2024-09-18", url: "https://www.ibm.com/support/pages/node/7168787", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6975 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6975", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6961 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6961", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:6962 vom 2024-09-24", url: "https://access.redhat.com/errata/RHSA-2024:6962", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6975 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6975.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6961 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6961.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-6962 vom 2024-09-25", url: "https://linux.oracle.com/errata/ELSA-2024-6962.html", }, { category: "external", summary: "Rocky Linux Security Advisory RLSA-2024:6962 vom 2024-09-30", url: "https://errata.build.resf.org/RLSA-2024:6962", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7417 vom 2024-10-01", url: "https://access.redhat.com/errata/RHSA-2024:7417", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7443 vom 2024-10-01", url: "https://access.redhat.com/errata/RHSA-2024:7443", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7726 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7726", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7724 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7724", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:7323 vom 2024-10-07", url: "https://access.redhat.com/errata/RHSA-2024:7323", }, { category: "external", summary: "Dell Security Advisory DSA-2024-422 vom 2024-10-10", url: "https://www.dell.com/support/kbdoc/de-de/000234730/dsa-2024-422-security-update-for-dell-networker-vproxy-multiple-component-vulnerabilities", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:8318 vom 2024-10-23", url: "https://access.redhat.com/errata/RHSA-2024:8318", }, { category: "external", summary: "IBM Security Bulletin", url: "https://www.ibm.com/support/pages/node/7174634", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:9190 vom 2024-11-12", url: "https://access.redhat.com/errata/RHSA-2024:9190", }, { category: "external", summary: "Amazon Linux Security Advisory ALASPYTHON3.8-2024-016 vom 2024-11-13", url: "https://alas.aws.amazon.com/AL2/ALASPYTHON3.8-2024-016.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4021-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019830.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4020-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019831.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15282-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019829.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-202410:15283-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019828.html", }, { category: "external", summary: "Oracle Linux Security Advisory ELSA-2024-9190 vom 2024-11-19", url: "https://linux.oracle.com/errata/ELSA-2024-9190.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4025-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019827.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4026-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019826.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4029-1 vom 2024-11-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019825.html", }, { category: "external", summary: "Debian Security Advisory DLA-3980 vom 2024-12-02", url: "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:10906 vom 2024-12-10", url: "https://access.redhat.com/errata/RHSA-2024:10906", }, { category: "external", summary: "XEROX Security Advisory XRX25-001 vom 2025-01-13", url: "https://securitydocs.business.xerox.com/wp-content/uploads/2025/01/Xerox-Security-Bulletin-XRX25-001-for-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf", }, ], source_lang: "en-US", title: "Python: Mehrere Schwachstellen ermöglichen Manipulation von Dateien und Umgehung von Sicherheitsmaßnahmen", tracking: { current_release_date: "2025-01-12T23:00:00.000+00:00", generator: { date: "2025-01-13T11:08:52.402+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-1396", initial_release_date: "2024-06-17T22:00:00.000+00:00", revision_history: [ { date: "2024-06-17T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-06-20T22:00:00.000+00:00", number: "2", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-01T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-03T22:00:00.000+00:00", number: "5", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-04T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-07-14T22:00:00.000+00:00", number: "7", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-15T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-22T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-23T22:00:00.000+00:00", number: "10", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-07-28T22:00:00.000+00:00", number: "11", summary: "Referenz(en) aufgenommen: NTAP-20240726-0004", }, { date: "2024-07-30T22:00:00.000+00:00", number: "12", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-08-01T22:00:00.000+00:00", number: "13", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-08-05T22:00:00.000+00:00", number: "14", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-08-15T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-18T22:00:00.000+00:00", number: "16", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "17", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-20T22:00:00.000+00:00", number: "18", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-25T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-08-27T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-08-28T22:00:00.000+00:00", number: "21", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-08-29T22:00:00.000+00:00", number: "22", summary: "Neue Updates von Red Hat und Oracle Linux aufgenommen", }, { date: "2024-09-10T22:00:00.000+00:00", number: "23", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-11T22:00:00.000+00:00", number: "24", summary: "Neue Updates von Fedora aufgenommen", }, { date: "2024-09-17T22:00:00.000+00:00", number: "25", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "26", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-09-24T22:00:00.000+00:00", number: "27", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-25T22:00:00.000+00:00", number: "28", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-30T22:00:00.000+00:00", number: "29", summary: "Neue Updates von Rocky Enterprise Software Foundation und Red Hat aufgenommen", }, { date: "2024-10-06T22:00:00.000+00:00", number: "30", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-07T22:00:00.000+00:00", number: "31", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-09T22:00:00.000+00:00", number: "32", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-10-23T22:00:00.000+00:00", number: "33", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-10-31T23:00:00.000+00:00", number: "34", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-11T23:00:00.000+00:00", number: "35", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-11-13T23:00:00.000+00:00", number: "36", summary: "Neue Updates von Amazon aufgenommen", }, { date: "2024-11-18T23:00:00.000+00:00", number: "37", summary: "Neue Updates von SUSE und Oracle Linux aufgenommen", }, { date: "2024-12-01T23:00:00.000+00:00", number: "38", summary: "Neue Updates von Debian aufgenommen", }, { date: "2024-12-09T23:00:00.000+00:00", number: "39", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2025-01-12T23:00:00.000+00:00", number: "40", summary: "Neue Updates von XEROX aufgenommen", }, ], status: "final", version: "40", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "Amazon Linux 2", product: { name: "Amazon Linux 2", product_id: "398363", product_identification_helper: { cpe: "cpe:/o:amazon:linux_2:-", }, }, }, ], category: "vendor", name: "Amazon", }, { branches: [ { category: "product_name", name: "Debian Linux", product: { name: "Debian Linux", product_id: "2951", product_identification_helper: { cpe: "cpe:/o:debian:debian_linux:-", }, }, }, ], category: "vendor", name: "Debian", }, { branches: [ { category: "product_name", name: "Dell NetWorker", product: { name: "Dell NetWorker", product_id: "T024663", product_identification_helper: { cpe: "cpe:/a:dell:networker:-", }, }, }, ], category: "vendor", name: "Dell", }, { branches: [ { category: "product_name", name: "EMC Avamar", product: { name: "EMC Avamar", product_id: "T014381", product_identification_helper: { cpe: "cpe:/a:emc:avamar:-", }, }, }, ], category: "vendor", name: "EMC", }, { branches: [ { category: "product_name", name: "Fedora Linux", product: { name: "Fedora Linux", product_id: "74185", product_identification_helper: { cpe: "cpe:/o:fedoraproject:fedora:-", }, }, }, ], category: "vendor", name: "Fedora", }, { branches: [ { branches: [ { category: "product_version", name: "7.3", product: { name: "IBM AIX 7.3", product_id: "1139691", product_identification_helper: { cpe: "cpe:/o:ibm:aix:7.3", }, }, }, ], category: "product_name", name: "AIX", }, { branches: [ { category: "product_version_range", name: "<7.5.0 UP10 IF01", product: { name: "IBM QRadar SIEM <7.5.0 UP10 IF01", product_id: "T038741", }, }, { category: "product_version", name: "7.5.0 UP10 IF01", product: { name: "IBM QRadar SIEM 7.5.0 UP10 IF01", product_id: "T038741-fixed", product_identification_helper: { cpe: "cpe:/a:ibm:qradar_siem:7.5.0_up10_if01", }, }, }, ], category: "product_name", name: "QRadar SIEM", }, { branches: [ { category: "product_version", name: "4.1", product: { name: "IBM VIOS 4.1", product_id: "1522854", product_identification_helper: { cpe: "cpe:/a:ibm:vios:4.1", }, }, }, ], category: "product_name", name: "VIOS", }, ], category: "vendor", name: "IBM", }, { branches: [ { branches: [ { category: "product_version_range", name: "<3.12.4", product: { name: "Open Source Python <3.12.4", product_id: "T035510", }, }, { category: "product_version", name: "3.12.4", product: { name: "Open Source Python 3.12.4", product_id: "T035510-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.12.4", }, }, }, { category: "product_version_range", name: "<3.13.0a6", product: { name: "Open Source Python <3.13.0a6", product_id: "T035511", }, }, { category: "product_version", name: "3.13.0a6", product: { name: "Open Source Python 3.13.0a6", product_id: "T035511-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.13.0a6", }, }, }, { category: "product_version_range", name: "<3.10.14", product: { name: "Open Source Python <3.10.14", product_id: "T035512", }, }, { category: "product_version", name: "3.10.14", product: { name: "Open Source Python 3.10.14", product_id: "T035512-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.10.14", }, }, }, { category: "product_version_range", name: "<3.11.9", product: { name: "Open Source Python <3.11.9", product_id: "T035513", }, }, { category: "product_version", name: "3.11.9", product: { name: "Open Source Python 3.11.9", product_id: "T035513-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.11.9", }, }, }, { category: "product_version_range", name: "<3.12.3", product: { name: "Open Source Python <3.12.3", product_id: "T035514", }, }, { category: "product_version", name: "3.12.3", product: { name: "Open Source Python 3.12.3", product_id: "T035514-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.12.3", }, }, }, { category: "product_version_range", name: "<3.13.0a5", product: { name: "Open Source Python <3.13.0a5", product_id: "T035515", }, }, { category: "product_version", name: "3.13.0a5", product: { name: "Open Source Python 3.13.0a5", product_id: "T035515-fixed", product_identification_helper: { cpe: "cpe:/a:python:python:3.13.0a5", }, }, }, ], category: "product_name", name: "Python", }, ], category: "vendor", name: "Open Source", }, { branches: [ { category: "product_name", name: "Oracle Linux", product: { name: "Oracle Linux", product_id: "T004914", product_identification_helper: { cpe: "cpe:/o:oracle:linux:-", }, }, }, ], category: "vendor", name: "Oracle", }, { branches: [ { category: "product_name", name: "RESF Rocky Linux", product: { name: "RESF Rocky Linux", product_id: "T032255", product_identification_helper: { cpe: "cpe:/o:resf:rocky_linux:-", }, }, }, ], category: "vendor", name: "RESF", }, { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux", product: { name: "Red Hat Enterprise Linux", product_id: "67646", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:-", }, }, }, ], category: "vendor", name: "Red Hat", }, { branches: [ { category: "product_name", name: "SUSE Linux", product: { name: "SUSE Linux", product_id: "T002207", product_identification_helper: { cpe: "cpe:/o:suse:suse_linux:-", }, }, }, ], category: "vendor", name: "SUSE", }, { branches: [ { category: "product_name", name: "Ubuntu Linux", product: { name: "Ubuntu Linux", product_id: "T000126", product_identification_helper: { cpe: "cpe:/o:canonical:ubuntu_linux:-", }, }, }, ], category: "vendor", name: "Ubuntu", }, { branches: [ { branches: [ { category: "product_version", name: "v9 for Solaris", product: { name: "Xerox FreeFlow Print Server v9 for Solaris", product_id: "T028053", product_identification_helper: { cpe: "cpe:/a:xerox:freeflow_print_server:v9_for_solaris", }, }, }, ], category: "product_name", name: "FreeFlow Print Server", }, ], category: "vendor", name: "Xerox", }, ], }, vulnerabilities: [ { cve: "CVE-2024-0397", notes: [ { category: "description", text: "Es besteht eine Schwachstelle im Python \"ssl\" Modul. Dieser Fehler besteht aufgrund einer MEmory-Race-Condition beim gleichzeitigen Zugriff auf die Methoden cert_store_stats() und get_ca_certs() und dem Laden eines Zertifikats. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Dateien zu manipulieren und vertrauliche Informationen offenzulegen.", }, ], product_status: { known_affected: [ "T035515", "T035514", "T028053", "T035513", "T035512", "67646", "1522854", "T004914", "T032255", "74185", "T038741", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363", ], }, release_date: "2024-06-17T22:00:00.000+00:00", title: "CVE-2024-0397", }, { cve: "CVE-2024-4032", notes: [ { category: "description", text: "Es existiert eine Schwachstelle in Python innerhalb des ipaddress-Moduls, die auf eine falsche Klassifizierung von IP-Adressen zurückzuführen ist. Ein entfernter, anonymer Angreifer kann diese Schwachstelle ausnutzen, um Netzwerkbeschränkungen oder Sicherheitskontrollen zu umgehen, die auf der Klassifizierung von IP-Adressen basieren.", }, ], product_status: { known_affected: [ "T035515", "T035514", "T028053", "T035513", "T035512", "67646", "1522854", "T004914", "T032255", "74185", "T038741", "1139691", "T014381", "2951", "T002207", "T000126", "T024663", "398363", ], }, release_date: "2024-06-17T22:00:00.000+00:00", title: "CVE-2024-4032", }, ], }
wid-sec-w-2024-1645
Vulnerability from csaf_certbund
Published
2024-07-16 22:00
Modified
2024-07-16 22:00
Summary
Oracle Database Server: Mehrere Schwachstellen
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung
Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.
Angriff
Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.
Betroffene Betriebssysteme
- Sonstiges
- UNIX
- Windows
{ document: { aggregate_severity: { text: "mittel", }, category: "csaf_base", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "de-DE", notes: [ { category: "legal_disclaimer", text: "Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { category: "description", text: "Die Oracle Datenbank ist ein weit verbreitetes relationales Datenbanksystem.", title: "Produktbeschreibung", }, { category: "summary", text: "Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Database Server ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.", title: "Angriff", }, { category: "general", text: "- Sonstiges\n- UNIX\n- Windows", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-1645 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-1645.json", }, { category: "self", summary: "WID-SEC-2024-1645 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1645", }, { category: "external", summary: "Oracle Critical Patch Update Advisory - July 2024 - Appendix Oracle Database Server vom 2024-07-16", url: "https://www.oracle.com/security-alerts/cpujul2024.html#AppendixDB", }, ], source_lang: "en-US", title: "Oracle Database Server: Mehrere Schwachstellen", tracking: { current_release_date: "2024-07-16T22:00:00.000+00:00", generator: { date: "2024-08-15T18:11:28.160+00:00", engine: { name: "BSI-WID", version: "1.3.5", }, }, id: "WID-SEC-W-2024-1645", initial_release_date: "2024-07-16T22:00:00.000+00:00", revision_history: [ { date: "2024-07-16T22:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "23.4", product: { name: "Oracle Database Server 23.4", product_id: "T036180", product_identification_helper: { cpe: "cpe:/a:oracle:database_server:23.4", }, }, }, { category: "product_version_range", name: "<=19.23", product: { name: "Oracle Database Server <=19.23", product_id: "T036181", }, }, { category: "product_version_range", name: "<=21.14", product: { name: "Oracle Database Server <=21.14", product_id: "T036182", }, }, ], category: "product_name", name: "Database Server", }, ], category: "vendor", name: "Oracle", }, ], }, vulnerabilities: [ { cve: "CVE-2022-41881", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2022-41881", }, { cve: "CVE-2024-0397", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-0397", }, { cve: "CVE-2024-21098", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-21098", }, { cve: "CVE-2024-21123", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-21123", }, { cve: "CVE-2024-21126", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-21126", }, { cve: "CVE-2024-21174", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-21174", }, { cve: "CVE-2024-21184", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-21184", }, { cve: "CVE-2024-4603", notes: [ { category: "description", text: "In Oracle Database Server existieren mehrere Schwachstellen. Durch Ausnutzung dieser Schwachstellen kann ein entfernter, anonymer oder authentisierter Angreifer die Vertraulichkeit, Integrität und Verfügbarkeit gefährden. Für die Ausnutzung dieser Schwachstellen ist keine Benutzerinteraktion notwendig. Oracle veröffentlicht keine weiteren Details zu diesen Schwachstellen (außer der Information in der Risiko Matrix im Oracle Advisory zum Critical Patch Update, siehe Link unten in diesem Advisory). Aufgrund der knappen Informationslage erfolgt die Bewertung der Schadenshöhe ausschließlich auf Basis der CVSS Impact Matrix. Der Maximalwert für diese Produkte ist \"HIGH\" für \"Confidentiality\", \"Integrity\" und \"Availability\" über alle Schwachstellen aggregiert und bewirkt damit eine Bewertung mit dem Wert \"Hoch\" für die Schadenshöhe.", }, ], product_status: { known_affected: [ "T036180", ], last_affected: [ "T036182", "T036181", ], }, release_date: "2024-07-16T22:00:00.000+00:00", title: "CVE-2024-4603", }, ], }
gsd-2024-0397
Vulnerability from gsd
Modified
2024-01-11 06:02
Details
** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.
Aliases
{ gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2024-0397", ], id: "GSD-2024-0397", modified: "2024-01-11T06:02:11.037255Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "cve@mitre.org", ID: "CVE-2024-0397", STATE: "RESERVED", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.", }, ], }, }, }, }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).
Loading…
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.