Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-8194 (GCVE-0-2025-8194)
Vulnerability from cvelistv5
- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Python Software Foundation | CPython |
Version: 0 Version: 3.10.0 Version: 3.11.0 Version: 3.12.0 Version: 3.13.0 Version: 3.14.0a1 |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-8194",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-28T18:57:54.114655Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-07-28T18:57:59.093Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T22:06:48.390Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/1"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/2"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "CPython",
"repo": "https://github.com/python/cpython",
"vendor": "Python Software Foundation",
"versions": [
{
"lessThan": "3.9.24",
"status": "affected",
"version": "0",
"versionType": "python"
},
{
"lessThan": "3.10.19",
"status": "affected",
"version": "3.10.0",
"versionType": "python"
},
{
"lessThan": "3.11.14",
"status": "affected",
"version": "3.11.0",
"versionType": "python"
},
{
"lessThan": "3.12.12",
"status": "affected",
"version": "3.12.0",
"versionType": "python"
},
{
"lessThan": "3.13.6",
"status": "affected",
"version": "3.13.0",
"versionType": "python"
},
{
"lessThan": "3.14.0rc2",
"status": "affected",
"version": "3.14.0a1",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Alexander Urieles"
},
{
"lang": "en",
"type": "coordinator",
"value": "Seth Larson"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Ethan Furman"
},
{
"lang": "en",
"type": "remediation reviewer",
"value": "Steve Dower"
}
],
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "There is a defect in the CPython \u201ctarfile\u201d module affecting the \u201cTarFile\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \u003cbr\u003e\u003cbr\u003eThis vulnerability can be mitigated by including the following patch after importing the \u201ctarfile\u201d module:\u0026nbsp;\u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\"\u003ehttps://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\u003c/a\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cbr\u003e"
}
],
"value": "There is a defect in the CPython \u201ctarfile\u201d module affecting the \u201cTarFile\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \u201ctarfile\u201d module:\u00a0 https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1"
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-835",
"description": "CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-09T18:38:02.590Z",
"orgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"shortName": "PSF"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://github.com/python/cpython/issues/130577"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/pull/137027"
},
{
"tags": [
"vendor-advisory"
],
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe"
},
{
"tags": [
"mitigation"
],
"url": "https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19"
},
{
"tags": [
"patch"
],
"url": "https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Tarfile infinite loop during parsing with negative member offset",
"x_generator": {
"engine": "Vulnogram 0.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "28c92f92-d60d-412d-b760-e73465c3df22",
"assignerShortName": "PSF",
"cveId": "CVE-2025-8194",
"datePublished": "2025-07-28T18:42:44.847Z",
"dateReserved": "2025-07-25T14:05:55.899Z",
"dateUpdated": "2025-11-04T22:06:48.390Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-8194\",\"sourceIdentifier\":\"cna@python.org\",\"published\":\"2025-07-28T19:15:43.793\",\"lastModified\":\"2025-11-04T22:16:44.687\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"There is a defect in the CPython \u201ctarfile\u201d module affecting the \u201cTarFile\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \\n\\nThis vulnerability can be mitigated by including the following patch after importing the \u201ctarfile\u201d module:\u00a0 https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\"},{\"lang\":\"es\",\"value\":\"Existe un defecto en el m\u00f3dulo \\\"tarfile\\\" de CPython que afecta a las API de extracci\u00f3n y enumeraci\u00f3n de entradas de \\\"TarFile\\\". La implementaci\u00f3n de tar procesaba archivos tar con desplazamientos negativos sin errores, lo que resultaba en un bucle infinito y un bloqueo durante el an\u00e1lisis de archivos tar manipulados con fines maliciosos. Esta vulnerabilidad se puede mitigar incluyendo el siguiente parche despu\u00e9s de importar el m\u00f3dulo \\\"tarfile\\\": import tarfile def _block_patched(self, count): if count \u0026lt; 0: # pragma: no cover raise tarfile.InvalidHeaderError(\\\"invalid offset\\\") return _block_patched._orig_block(self, count) _block_patched._orig_block = tarfile.TarInfo._block tarfile.TarInfo._block = _block_patched\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cna@python.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-835\"}]}],\"references\":[{\"url\":\"https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/issues/130577\",\"source\":\"cna@python.org\"},{\"url\":\"https://github.com/python/cpython/pull/137027\",\"source\":\"cna@python.org\"},{\"url\":\"https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/\",\"source\":\"cna@python.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/28/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/28/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/28/1\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/28/2\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T22:06:48.390Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-8194\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-28T18:57:54.114655Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-28T18:57:56.132Z\"}}], \"cna\": {\"title\": \"Tarfile infinite loop during parsing with negative member offset\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Alexander Urieles\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Seth Larson\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Ethan Furman\"}, {\"lang\": \"en\", \"type\": \"remediation reviewer\", \"value\": \"Steve Dower\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://github.com/python/cpython\", \"vendor\": \"Python Software Foundation\", \"product\": \"CPython\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.9.24\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.10.0\", \"lessThan\": \"3.10.19\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.11.0\", \"lessThan\": \"3.11.14\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.12.0\", \"lessThan\": \"3.12.12\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.13.0\", \"lessThan\": \"3.13.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"3.14.0a1\", \"lessThan\": \"3.14.0rc2\", \"versionType\": \"python\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/python/cpython/issues/130577\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://github.com/python/cpython/pull/137027\", \"tags\": [\"patch\"]}, {\"url\": \"https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe\", \"tags\": [\"patch\"]}, {\"url\": \"https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\", \"tags\": [\"mitigation\"]}, {\"url\": \"https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb\", \"tags\": [\"patch\"]}], \"x_generator\": {\"engine\": \"Vulnogram 0.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"There is a defect in the CPython \\u201ctarfile\\u201d module affecting the \\u201cTarFile\\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \\n\\nThis vulnerability can be mitigated by including the following patch after importing the \\u201ctarfile\\u201d module:\\u00a0 https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"There is a defect in the CPython \\u201ctarfile\\u201d module affecting the \\u201cTarFile\\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \u003cbr\u003e\u003cbr\u003eThis vulnerability can be mitigated by including the following patch after importing the \\u201ctarfile\\u201d module:\u0026nbsp;\u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\\\"\u003ehttps://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1\u003c/a\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cbr\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-835\", \"description\": \"CWE-835 Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"shortName\": \"PSF\", \"dateUpdated\": \"2025-10-09T18:38:02.590Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-8194\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T22:06:48.390Z\", \"dateReserved\": \"2025-07-25T14:05:55.899Z\", \"assignerOrgId\": \"28c92f92-d60d-412d-b760-e73465c3df22\", \"datePublished\": \"2025-07-28T18:42:44.847Z\", \"assignerShortName\": \"PSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
wid-sec-w-2025-2043
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Denial of Service Zustand zu erzeugen, um Dateien zu manipulieren und um nicht n\u00e4cher spezifizierte Auswirkungen zu erzielen..",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-2043 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2043.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-2043 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2043"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244784 vom 2025-09-12",
"url": "https://www.ibm.com/support/pages/node/7244784"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7244786 vom 2025-09-12",
"url": "https://www.ibm.com/support/pages/node/7244786"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:17161 vom 2025-10-01",
"url": "https://access.redhat.com/errata/RHSA-2025:17161"
}
],
"source_lang": "en-US",
"title": "IBM QRadar SIEM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2025-10-01T22:00:00.000+00:00",
"generator": {
"date": "2025-10-02T08:18:55.515+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-2043",
"initial_release_date": "2025-09-11T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-09-14T22:00:00.000+00:00",
"number": "2",
"summary": "Referenz(en) aufgenommen: EUVD-2025-29120"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP13 IF02",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP13 IF02",
"product_id": "T046961"
}
},
{
"category": "product_version",
"name": "7.5.0 UP13 IF02",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP13 IF02",
"product_id": "T046961-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0:up13_if02"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-47670",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2021-47670"
},
{
"cve": "CVE-2023-49083",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2023-49083"
},
{
"cve": "CVE-2024-56644",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2024-56644"
},
{
"cve": "CVE-2025-21727",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-21727"
},
{
"cve": "CVE-2025-21759",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-21759"
},
{
"cve": "CVE-2025-22058",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-22058"
},
{
"cve": "CVE-2025-22097",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-22097"
},
{
"cve": "CVE-2025-37914",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-37914"
},
{
"cve": "CVE-2025-38085",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-38085"
},
{
"cve": "CVE-2025-38159",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-38159"
},
{
"cve": "CVE-2025-38200",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-38200"
},
{
"cve": "CVE-2025-38250",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-38250"
},
{
"cve": "CVE-2025-38380",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-38380"
},
{
"cve": "CVE-2025-5914",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-5914"
},
{
"cve": "CVE-2025-5994",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-5994"
},
{
"cve": "CVE-2025-6020",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-6020"
},
{
"cve": "CVE-2025-6032",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-6032"
},
{
"cve": "CVE-2025-8194",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-0164",
"product_status": {
"known_affected": [
"67646",
"T046961"
]
},
"release_date": "2025-09-11T22:00:00.000+00:00",
"title": "CVE-2025-0164"
}
]
}
wid-sec-w-2025-1664
Vulnerability from csaf_certbund
Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Python ist eine universelle, \u00fcblicherweise interpretierte, h\u00f6here Programmiersprache.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Python ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1664 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1664.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1664 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1664"
},
{
"category": "external",
"summary": "GitHub Advisory Database vom 2025-07-28",
"url": "https://github.com/advisories/GHSA-v594-44hm-2j7p"
},
{
"category": "external",
"summary": "Python Mailing List vom 2025-07-28",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-11BBA426AF vom 2025-07-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-11bba426af"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-4545FE5AB5 vom 2025-07-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-4545fe5ab5"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2EA6A30958 vom 2025-07-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2ea6a30958"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-C0A44D2C63 vom 2025-07-29",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-c0a44d2c63"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-64ABF2FF21 vom 2025-08-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-64abf2ff21"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-2E992DDFA0 vom 2025-08-03",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-2e992ddfa0"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15402-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ONB7SKUUZCQSUV6SPZZV2PJ75G26HCY7/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15404-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5I2YVZITRCKVITMSLXAUYDL2UANH3KZF/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15403-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/EUQFAOWP74TTJ6VHHWA4ZVZP2JSQXGS4/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15409-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4X7EZQK5T7G5FBS33LJ64XQSNRZ4OJ4T/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02701-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/36SS3VDCSJPSKIXZ57CBGDJG6VNKSPLY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02700-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KDCH6OG2HPBYCI5GOE3SEXDWD7ENVHA5/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02717-1 vom 2025-08-06",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/L2NLBYO6X4C452ZDTZWTPSMMIOSSOPDD/"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-1A9AD70C05 vom 2025-08-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-1a9ad70c05"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-B8DC0E26EC vom 2025-08-11",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-b8dc0e26ec"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02767-1 vom 2025-08-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022140.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-1903CFAE97 vom 2025-08-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-1903cfae97"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-8F560FCC9B vom 2025-08-12",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-8f560fcc9b"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02778-1 vom 2025-08-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022149.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02787-1 vom 2025-08-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022153.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02802-1 vom 2025-08-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022161.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-62FE746ED0 vom 2025-08-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-62fe746ed0"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2961 vom 2025-08-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2961.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-2962 vom 2025-08-19",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-2962.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7710-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7710-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02948-1 vom 2025-08-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022251.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14560 vom 2025-08-26",
"url": "https://access.redhat.com/errata/RHSA-2025:14560"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02982-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022270.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14546 vom 2025-08-26",
"url": "https://access.redhat.com/errata/RHSA-2025:14546"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02984-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022268.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02983-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022269.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14560 vom 2025-08-26",
"url": "https://linux.oracle.com/errata/ELSA-2025-14560.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14841 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14841"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14900 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14900"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14841 vom 2025-08-29",
"url": "http://linux.oracle.com/errata/ELSA-2025-14841.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7710-2 vom 2025-08-29",
"url": "https://ubuntu.com/security/notices/USN-7710-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03032-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022338.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14900 vom 2025-08-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-14900.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14984 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:14984"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15007 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15007"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15019 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15019"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15010 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15010"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15019 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-15019.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14984 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-14984.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15007 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-15007.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15010 vom 2025-09-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-15010.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15358 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:15358"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15348 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:15348"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14841 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:14841"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14546 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:14546"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20631-1 vom 2025-09-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022448.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15724 vom 2025-09-15",
"url": "https://access.redhat.com/errata/RHSA-2025:15724"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15800 vom 2025-09-15",
"url": "https://access.redhat.com/errata/RHSA-2025:15800"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16012 vom 2025-09-16",
"url": "https://access.redhat.com/errata/RHSA-2025:16012"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16031 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16031"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16016 vom 2025-09-16",
"url": "https://access.redhat.com/errata/RHSA-2025:16016"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15968 vom 2025-09-16",
"url": "https://access.redhat.com/errata/RHSA-2025:15968"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16062 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16062"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16117 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16117"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16118 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16118"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16078 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16078"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16152 vom 2025-09-18",
"url": "https://access.redhat.com/errata/RHSA-2025:16152"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16153 vom 2025-09-18",
"url": "https://access.redhat.com/errata/RHSA-2025:16153"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16151 vom 2025-09-18",
"url": "https://access.redhat.com/errata/RHSA-2025:16151"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16262 vom 2025-09-22",
"url": "https://access.redhat.com/errata/RHSA-2025:16262"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16524 vom 2025-09-23",
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20749-1 vom 2025-09-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022706.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7246875 vom 2025-10-01",
"url": "https://www.ibm.com/support/pages/node/7246875"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-16117 vom 2025-10-02",
"url": "https://linux.oracle.com/errata/ELSA-2025-16117.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:15007 vom 2025-10-10",
"url": "https://errata.build.resf.org/RLSA-2025:15007"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:15019 vom 2025-10-10",
"url": "https://errata.build.resf.org/RLSA-2025:15019"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:15010 vom 2025-10-10",
"url": "https://errata.build.resf.org/RLSA-2025:15010"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:3706-1 vom 2025-10-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022960.html"
}
],
"source_lang": "en-US",
"title": "Python: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-10-21T22:00:00.000+00:00",
"generator": {
"date": "2025-10-22T07:53:52.041+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.4.0"
}
},
"id": "WID-SEC-W-2025-1664",
"initial_release_date": "2025-07-28T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora und European Union Vulnerability Database aufgenommen"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von openSUSE und SUSE aufgenommen"
},
{
"date": "2025-08-06T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-08-12T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE und Fedora aufgenommen"
},
{
"date": "2025-08-13T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-14T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-17T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-08-21T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-28T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Ubuntu, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-09-10T22:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-14T22:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-15T22:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-16T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-21T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-23T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-28T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-05T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-10-21T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von SUSE aufgenommen"
}
],
"status": "final",
"version": "34"
}
},
"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": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c12.16.0",
"product": {
"name": "IBM App Connect Enterprise \u003c12.16.0",
"product_id": "T047348"
}
},
{
"category": "product_version",
"name": "12.16.0",
"product": {
"name": "IBM App Connect Enterprise 12.16.0",
"product_id": "T047348-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.16.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c12.0.16",
"product": {
"name": "IBM App Connect Enterprise \u003c12.0.16",
"product_id": "T047349"
}
},
{
"category": "product_version",
"name": "12.0.16",
"product": {
"name": "IBM App Connect Enterprise 12.0.16",
"product_id": "T047349-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:12.0.16"
}
}
}
],
"category": "product_name",
"name": "App Connect Enterprise"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Python",
"product": {
"name": "Open Source Python",
"product_id": "T045708",
"product_identification_helper": {
"cpe": "cpe:/a:python: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": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"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"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"product_status": {
"known_affected": [
"T047348",
"T047349",
"T002207",
"67646",
"T000126",
"T027843",
"398363",
"T045708",
"T004914",
"T032255",
"74185"
]
},
"release_date": "2025-07-28T22:00:00.000+00:00",
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:3706-1
Vulnerability from csaf_suse
Notes
{
"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 python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\nUpdate to version 3.13.7.\n\n- Fixes in 3.13.7:\n * gh-137583: Fix a deadlock introduced in 3.13.6 when a call\n to ssl.SSLSocket.recv was blocked in one thread, and then\n another method on the object (such as ssl.SSLSocket.send) was\n subsequently called in another thread.\n * gh-137044: Return large limit values as positive integers\n instead of negative integers in resource.getrlimit().\n Accept large values and reject negative values (except\n RLIM_INFINITY) for limits in resource.setrlimit().\n * gh-136914: Fix retrieval of doctest.DocTest.lineno\n for objects decorated with functools.cache() or\n functools.cached_property.\n * gh-131788: Make ResourceTracker.send from multiprocessing\n re-entrant safe\n * gh-136155: We are now checking for fatal errors in EPUB\n builds in CI.\n * gh-137400: Fix a crash in the free threading build when\n disabling profiling or tracing across all threads with\n PyEval_SetProfileAllThreads() or PyEval_SetTraceAllThreads()\n or their Python equivalents threading.settrace_all_threads()\n and threading.setprofile_all_threads().\n\n- Fixes in 3.13.6:\n * Security\n - gh-135661: Fix parsing start and end tags in\n html.parser.HTMLParser according to the HTML5 standard.\n - Whitespaces no longer accepted between \u003c/ and the tag\n name. E.g. \u003c/ script\u003e does not end the script section.\n - Vertical tabulation (\\v) and non-ASCII whitespaces no\n longer recognized as whitespaces. The only whitespaces\n are \\t\\n\\r\\f and space.\n - Null character (U+0000) no longer ends the tag name.\n - Attributes and slashes after the tag name in end tags\n are now ignored, instead of terminating after the first\n \u003e in quoted attribute value. E.g. \u003c/script/foo=\u0027\u003e\u0027/\u003e.\n - Multiple slashes and whitespaces between the last\n attribute and closing \u003e are now ignored in both start\n and end tags. E.g. \u003ca foo=bar/ //\u003e.\n - Multiple = between attribute name and value are no\n longer collapsed. E.g. \u003ca foo==bar\u003e produces attribute\n \u201cfoo\u201d with value \u201c=bar\u201d.\n - gh-102555: Fix comment parsing in html.parser.HTMLParser\n according to the HTML5 standard. --!\u003e now ends the comment.\n -- \u003e no longer ends the comment. Support abnormally ended\n empty comments \u003c--\u003e and \u003c---\u003e.\n - gh-135462: Fix quadratic complexity in processing specially\n crafted input in html.parser.HTMLParser. End-of-file errors\n are now handled according to the HTML5 specs \u2013 comments and\n declarations are automatically closed, tags are ignored\n (CVE-2025-6069, bsc#1244705).\n - gh-118350: Fix support of escapable raw text mode (elements\n \u201ctextarea\u201d and \u201ctitle\u201d) in html.parser.HTMLParser.\n * Core and Builtins\n - gh-58124: Fix name of the Python encoding in Unicode errors\n of the code page codec: use \u201ccp65000\u201d and \u201ccp65001\u201d instead\n of \u201cCP_UTF7\u201d and \u201cCP_UTF8\u201d which are not valid Python code\n names. Patch by Victor Stinner.\n - gh-137314: Fixed a regression where raw f-strings\n incorrectly interpreted escape sequences in format\n specifications. Raw f-strings now properly preserve literal\n backslashes in format specs, matching the behavior from\n Python 3.11. For example, rf\u0027{obj:\\xFF}\u0027 now correctly\n produces \u0027\\\\xFF\u0027 instead of \u0027\u00ff\u0027. Patch by Pablo Galindo.\n - gh-136541: Fix some issues with the perf trampolines\n on x86-64 and aarch64. The trampolines were not being\n generated correctly for some cases, which could lead to\n the perf integration not working correctly. Patch by Pablo\n Galindo.\n - gh-109700: Fix memory error handling in\n PyDict_SetDefault().\n - gh-78465: Fix error message for cls.__new__(cls, ...) where\n cls is not instantiable builtin or extension type (with\n tp_new set to NULL).\n - gh-135871: Non-blocking mutex lock attempts now return\n immediately when the lock is busy instead of briefly\n spinning in the free threading build.\n - gh-135607: Fix potential weakref races in an object\u2019s\n destructor on the free threaded build.\n - gh-135496: Fix typo in the f-string conversion type error\n (\u201cexclamanation\u201d -\u003e \u201cexclamation\u201d).\n - gh-130077: Properly raise custom syntax errors when\n incorrect syntax containing names that are prefixes of soft\n keywords is encountered. Patch by Pablo Galindo.\n - gh-135148: Fixed a bug where f-string debug expressions\n (using =) would incorrectly strip out parts of strings\n containing escaped quotes and # characters. Patch by Pablo\n Galindo.\n - gh-133136: Limit excess memory usage in the free threading\n build when a large dictionary or list is resized and\n accessed by multiple threads.\n - gh-132617: Fix dict.update() modification check that could\n incorrectly raise a \u201cdict mutated during update\u201d error when\n a different dictionary was modified that happens to share\n the same underlying keys object.\n - gh-91153: Fix a crash when a bytearray is concurrently\n mutated during item assignment.\n - gh-127971: Fix off-by-one read beyond the end of a string\n in string search.\n - gh-125723: Fix crash with gi_frame.f_locals when generator\n frames outlive their generator. Patch by Mikhail Efimov.\n * Library\n - gh-132710: If possible, ensure that uuid.getnode()\n returns the same result even across different processes.\n Previously, the result was constant only within the same\n process. Patch by B\u00e9n\u00e9dikt Tran.\n - gh-137273: Fix debug assertion failure in\n locale.setlocale() on Windows.\n - gh-137257: Bump the version of pip bundled in ensurepip to\n version 25.2\n - gh-81325: tarfile.TarFile now accepts a path-like when\n working on a tar archive. (Contributed by Alexander Enrique\n Urieles Nieto in gh-81325.)\n - gh-130522: Fix unraisable TypeError raised during\n interpreter shutdown in the threading module.\n - gh-130577: tarfile now validates archives to ensure member\n offsets are non-negative. (Contributed by Alexander Enrique\n Urieles Nieto in gh-130577; CVE-2025-8194, bsc#1247249).\n - gh-136549: Fix signature of threading.excepthook().\n - gh-136523: Fix wave.Wave_write emitting an unraisable when\n open raises.\n - gh-52876: Add missing keepends (default True)\n parameter to codecs.StreamReaderWriter.readline() and\n codecs.StreamReaderWriter.readlines().\n - gh-85702: If zoneinfo._common.load_tzdata is given a\n package without a resource a zoneinfo.ZoneInfoNotFoundError\n is raised rather than a PermissionError. Patch by Victor\n Stinner.\n - gh-134759: Fix UnboundLocalError in\n email.message.Message.get_payload() when the payload to\n decode is a bytes object. Patch by Kliment Lamonov.\n - gh-136028: Fix parsing month names containing \u201c\u0130\u201d (U+0130,\n LATIN CAPITAL LETTER I WITH DOT ABOVE) in time.strptime().\n This affects locales az_AZ, ber_DZ, ber_MA and crh_UA.\n - gh-135995: In the palmos encoding, make byte 0x9b decode to\n \u203a (U+203A - SINGLE RIGHT-POINTING ANGLE QUOTATION MARK).\n - gh-53203: Fix time.strptime() for %c and %x formats on\n locales byn_ER, wal_ET and lzh_TW, and for %X format on\n locales ar_SA, bg_BG and lzh_TW.\n - gh-91555: An earlier change, which was introduced in\n 3.13.4, has been reverted. It disabled logging for a logger\n during handling of log messages for that logger. Since the\n reversion, the behaviour should be as it was before 3.13.4.\n - gh-135878: Fixes a crash of types.SimpleNamespace on free\n threading builds, when several threads were calling its\n __repr__() method at the same time.\n - gh-135836: Fix IndexError in\n asyncio.loop.create_connection() that could occur when\n non-OSError exception is raised during connection and\n socket\u2019s close() raises OSError.\n - gh-135836: Fix IndexError in\n asyncio.loop.create_connection() that could occur when the\n Happy Eyeballs algorithm resulted in an empty exceptions\n list during connection attempts.\n - gh-135855: Raise TypeError instead of SystemError when\n _interpreters.set___main___attrs() is passed a non-dict\n object. Patch by Brian Schubert.\n - gh-135815: netrc: skip security checks if os.getuid() is\n missing. Patch by B\u00e9n\u00e9dikt Tran.\n - gh-135640: Address bug where it was possible to call\n xml.etree.ElementTree.ElementTree.write() on an ElementTree\n object with an invalid root element. This behavior blanked\n the file passed to write if it already existed.\n - gh-135444: Fix asyncio.DatagramTransport.sendto() to\n account for datagram header size when data cannot be sent.\n - gh-135497: Fix os.getlogin() failing for longer usernames\n on BSD-based platforms.\n - gh-135487: Fix reprlib.Repr.repr_int() when given integers\n with more than sys.get_int_max_str_digits() digits. Patch\n by B\u00e9n\u00e9dikt Tran.\n - gh-135335: multiprocessing: Flush stdout and stderr after\n preloading modules in the forkserver.\n - gh-135244: uuid: when the MAC address cannot be\n determined, the 48-bit node ID is now generated with a\n cryptographically-secure pseudo-random number generator\n (CSPRNG) as per RFC 9562, \u00a76.10.3. This affects uuid1().\n - gh-135069: Fix the \u201cInvalid error handling\u201d exception in\n encodings.idna.IncrementalDecoder to correctly replace the\n \u2018errors\u2019 parameter.\n - gh-134698: Fix a crash when calling methods of\n ssl.SSLContext or ssl.SSLSocket across multiple threads.\n - gh-132124: On POSIX-compliant systems,\n multiprocessing.util.get_temp_dir() now ignores TMPDIR\n (and similar environment variables) if the path length of\n AF_UNIX socket files exceeds the platform-specific maximum\n length when using the forkserver start method. Patch by\n B\u00e9n\u00e9dikt Tran.\n - gh-133439: Fix dot commands with trailing spaces are\n mistaken for multi-line SQL statements in the sqlite3\n command-line interface.\n - gh-132969: Prevent the ProcessPoolExecutor executor thread,\n which remains running when shutdown(wait=False), from\n attempting to adjust the pool\u2019s worker processes after\n the object state has already been reset during shutdown.\n A combination of conditions, including a worker process\n having terminated abormally, resulted in an exception and\n a potential hang when the still-running executor thread\n attempted to replace dead workers within the pool.\n - gh-130664: Support the \u0027_\u0027 digit separator in formatting\n of the integral part of Decimal\u2019s. Patch by Sergey B\n Kirpichev.\n - gh-85702: If zoneinfo._common.load_tzdata is given a\n package without a resource a ZoneInfoNotFoundError is\n raised rather than a IsADirectoryError.\n - gh-130664: Handle corner-case for Fraction\u2019s formatting:\n treat zero-padding (preceding the width field by a zero\n (\u00270\u0027) character) as an equivalent to a fill character of\n \u00270\u0027 with an alignment type of \u0027=\u0027, just as in case of\n float\u2019s.\n * Tools/Demos\n - gh-135968: Stubs for strip are now provided as part of an\n iOS install.\n * Tests\n - gh-135966: The iOS testbed now handles the app_packages\n folder as a site directory.\n - gh-135494: Fix regrtest to support excluding tests from\n --pgo tests. Patch by Victor Stinner.\n - gh-135489: Show verbose output for failing tests during PGO\n profiling step with \u2013enable-optimizations.\n * Documentation\n - gh-135171: Document that the iterator for the leftmost for\n clause in the generator expression is created immediately.\n * Build\n - gh-135497: Fix the detection of MAXLOGNAME in the\n configure.ac script.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3706,SUSE-SLE-Module-Python3-15-SP7-2025-3706",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_3706-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3706-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253706-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3706-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042247.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2025-10-21T15:07:41Z",
"generator": {
"date": "2025-10-21T15:07:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3706-1",
"initial_release_date": "2025-10-21T15:07:41Z",
"revision_history": [
{
"date": "2025-10-21T15:07:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-base-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-base-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-curses-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-curses-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-dbm-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-dbm-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-devel-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-devel-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-doc-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-doc-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-idle-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-idle-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-testsuite-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-tk-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-tk-3.13.7-150700.4.23.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.7-150700.4.23.1.aarch64",
"product": {
"name": "python313-tools-3.13.7-150700.4.23.1.aarch64",
"product_id": "python313-tools-3.13.7-150700.4.23.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product": {
"name": "libpython3_13-1_0-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product_id": "libpython3_13-1_0-64bit-3.13.7-150700.4.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product": {
"name": "python313-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product_id": "python313-64bit-3.13.7-150700.4.23.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-base-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product": {
"name": "python313-base-64bit-3.13.7-150700.4.23.1.aarch64_ilp32",
"product_id": "python313-base-64bit-3.13.7-150700.4.23.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.i586",
"product": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.i586",
"product_id": "libpython3_13-1_0-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.i586",
"product": {
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.i586",
"product_id": "libpython3_13t1_0-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-3.13.7-150700.4.23.1.i586",
"product_id": "python313-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-base-3.13.7-150700.4.23.1.i586",
"product_id": "python313-base-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-curses-3.13.7-150700.4.23.1.i586",
"product_id": "python313-curses-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-dbm-3.13.7-150700.4.23.1.i586",
"product_id": "python313-dbm-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-devel-3.13.7-150700.4.23.1.i586",
"product_id": "python313-devel-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-doc-3.13.7-150700.4.23.1.i586",
"product_id": "python313-doc-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.i586",
"product_id": "python313-doc-devhelp-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-idle-3.13.7-150700.4.23.1.i586",
"product_id": "python313-idle-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-base-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-base-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-curses-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-dbm-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-devel-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-idle-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-testsuite-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-tk-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.i586",
"product_id": "python313-nogil-tools-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-testsuite-3.13.7-150700.4.23.1.i586",
"product_id": "python313-testsuite-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-tk-3.13.7-150700.4.23.1.i586",
"product_id": "python313-tk-3.13.7-150700.4.23.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.7-150700.4.23.1.i586",
"product": {
"name": "python313-tools-3.13.7-150700.4.23.1.i586",
"product_id": "python313-tools-3.13.7-150700.4.23.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-base-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-base-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-curses-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-curses-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-dbm-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-devel-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-devel-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-doc-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-doc-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-idle-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-idle-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-base-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-testsuite-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-tk-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-tk-3.13.7-150700.4.23.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.7-150700.4.23.1.ppc64le",
"product": {
"name": "python313-tools-3.13.7-150700.4.23.1.ppc64le",
"product_id": "python313-tools-3.13.7-150700.4.23.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"product_id": "libpython3_13-1_0-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.s390x",
"product_id": "libpython3_13t1_0-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-base-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-base-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-curses-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-curses-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-dbm-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-dbm-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-devel-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-devel-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-doc-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-doc-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-doc-devhelp-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-idle-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-idle-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-base-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-curses-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-dbm-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-devel-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-idle-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-tk-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-nogil-tools-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-testsuite-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-testsuite-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-tk-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-tk-3.13.7-150700.4.23.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.7-150700.4.23.1.s390x",
"product": {
"name": "python313-tools-3.13.7-150700.4.23.1.s390x",
"product_id": "python313-tools-3.13.7-150700.4.23.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-32bit-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "libpython3_13-1_0-32bit-3.13.7-150700.4.23.1.x86_64",
"product_id": "libpython3_13-1_0-32bit-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.7-150700.4.23.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-32bit-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-32bit-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-base-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-base-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-32bit-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-base-32bit-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-base-32bit-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-curses-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-curses-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-dbm-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-dbm-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-devel-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-devel-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-doc-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-doc-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-idle-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-idle-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-base-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-curses-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-devel-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-idle-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-tk-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-nogil-tools-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-testsuite-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-tk-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-tk-3.13.7-150700.4.23.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.7-150700.4.23.1.x86_64",
"product": {
"name": "python313-tools-3.13.7-150700.4.23.1.x86_64",
"product_id": "python313-tools-3.13.7-150700.4.23.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-base-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-base-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-base-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-base-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-curses-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-curses-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-curses-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-curses-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-dbm-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-dbm-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-dbm-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-devel-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-devel-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-devel-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-devel-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-idle-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-idle-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-idle-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-idle-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-tk-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-tk-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-tk-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-tk-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.7-150700.4.23.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64"
},
"product_reference": "python313-tools-3.13.7-150700.4.23.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.7-150700.4.23.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le"
},
"product_reference": "python313-tools-3.13.7-150700.4.23.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.7-150700.4.23.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x"
},
"product_reference": "python313-tools-3.13.7-150700.4.23.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.7-150700.4.23.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
},
"product_reference": "python313-tools-3.13.7-150700.4.23.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-21T15:07:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.7-150700.4.23.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.7-150700.4.23.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-21T15:07:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02983-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python36",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python36 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2983,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2983",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02983-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02983-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502983-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02983-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041353.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python36",
"tracking": {
"current_release_date": "2025-08-25T13:48:42Z",
"generator": {
"date": "2025-08-25T13:48:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02983-1",
"initial_release_date": "2025-08-25T13:48:42Z",
"revision_history": [
{
"date": "2025-08-25T13:48:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.aarch64",
"product": {
"name": "python36-3.6.15-89.1.aarch64",
"product_id": "python36-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.aarch64",
"product": {
"name": "python36-base-3.6.15-89.1.aarch64",
"product_id": "python36-base-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.aarch64",
"product": {
"name": "python36-curses-3.6.15-89.1.aarch64",
"product_id": "python36-curses-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.aarch64",
"product": {
"name": "python36-dbm-3.6.15-89.1.aarch64",
"product_id": "python36-dbm-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.aarch64",
"product": {
"name": "python36-devel-3.6.15-89.1.aarch64",
"product_id": "python36-devel-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.aarch64",
"product": {
"name": "python36-idle-3.6.15-89.1.aarch64",
"product_id": "python36-idle-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.aarch64",
"product": {
"name": "python36-testsuite-3.6.15-89.1.aarch64",
"product_id": "python36-testsuite-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.aarch64",
"product": {
"name": "python36-tk-3.6.15-89.1.aarch64",
"product_id": "python36-tk-3.6.15-89.1.aarch64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.aarch64",
"product": {
"name": "python36-tools-3.6.15-89.1.aarch64",
"product_id": "python36-tools-3.6.15-89.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-89.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-89.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-89.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-64bit-3.6.15-89.1.aarch64_ilp32",
"product": {
"name": "python36-64bit-3.6.15-89.1.aarch64_ilp32",
"product_id": "python36-64bit-3.6.15-89.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python36-base-64bit-3.6.15-89.1.aarch64_ilp32",
"product": {
"name": "python36-base-64bit-3.6.15-89.1.aarch64_ilp32",
"product_id": "python36-base-64bit-3.6.15-89.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.i586",
"product": {
"name": "python36-3.6.15-89.1.i586",
"product_id": "python36-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.i586",
"product": {
"name": "python36-base-3.6.15-89.1.i586",
"product_id": "python36-base-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.i586",
"product": {
"name": "python36-curses-3.6.15-89.1.i586",
"product_id": "python36-curses-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.i586",
"product": {
"name": "python36-dbm-3.6.15-89.1.i586",
"product_id": "python36-dbm-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.i586",
"product": {
"name": "python36-devel-3.6.15-89.1.i586",
"product_id": "python36-devel-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.i586",
"product": {
"name": "python36-idle-3.6.15-89.1.i586",
"product_id": "python36-idle-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.i586",
"product": {
"name": "python36-testsuite-3.6.15-89.1.i586",
"product_id": "python36-testsuite-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.i586",
"product": {
"name": "python36-tk-3.6.15-89.1.i586",
"product_id": "python36-tk-3.6.15-89.1.i586"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.i586",
"product": {
"name": "python36-tools-3.6.15-89.1.i586",
"product_id": "python36-tools-3.6.15-89.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-3.6.15-89.1.ppc64le",
"product_id": "python36-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-base-3.6.15-89.1.ppc64le",
"product_id": "python36-base-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-curses-3.6.15-89.1.ppc64le",
"product_id": "python36-curses-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-dbm-3.6.15-89.1.ppc64le",
"product_id": "python36-dbm-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-devel-3.6.15-89.1.ppc64le",
"product_id": "python36-devel-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-idle-3.6.15-89.1.ppc64le",
"product_id": "python36-idle-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-testsuite-3.6.15-89.1.ppc64le",
"product_id": "python36-testsuite-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-tk-3.6.15-89.1.ppc64le",
"product_id": "python36-tk-3.6.15-89.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.ppc64le",
"product": {
"name": "python36-tools-3.6.15-89.1.ppc64le",
"product_id": "python36-tools-3.6.15-89.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.s390",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.s390",
"product_id": "libpython3_6m1_0-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.s390",
"product": {
"name": "python36-3.6.15-89.1.s390",
"product_id": "python36-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.s390",
"product": {
"name": "python36-base-3.6.15-89.1.s390",
"product_id": "python36-base-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.s390",
"product": {
"name": "python36-curses-3.6.15-89.1.s390",
"product_id": "python36-curses-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.s390",
"product": {
"name": "python36-dbm-3.6.15-89.1.s390",
"product_id": "python36-dbm-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.s390",
"product": {
"name": "python36-devel-3.6.15-89.1.s390",
"product_id": "python36-devel-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.s390",
"product": {
"name": "python36-idle-3.6.15-89.1.s390",
"product_id": "python36-idle-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.s390",
"product": {
"name": "python36-testsuite-3.6.15-89.1.s390",
"product_id": "python36-testsuite-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.s390",
"product": {
"name": "python36-tk-3.6.15-89.1.s390",
"product_id": "python36-tk-3.6.15-89.1.s390"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.s390",
"product": {
"name": "python36-tools-3.6.15-89.1.s390",
"product_id": "python36-tools-3.6.15-89.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-89.1.s390x",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-89.1.s390x",
"product_id": "libpython3_6m1_0-32bit-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.s390x",
"product": {
"name": "python36-3.6.15-89.1.s390x",
"product_id": "python36-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-89.1.s390x",
"product": {
"name": "python36-32bit-3.6.15-89.1.s390x",
"product_id": "python36-32bit-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.s390x",
"product": {
"name": "python36-base-3.6.15-89.1.s390x",
"product_id": "python36-base-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-89.1.s390x",
"product": {
"name": "python36-base-32bit-3.6.15-89.1.s390x",
"product_id": "python36-base-32bit-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.s390x",
"product": {
"name": "python36-curses-3.6.15-89.1.s390x",
"product_id": "python36-curses-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.s390x",
"product": {
"name": "python36-dbm-3.6.15-89.1.s390x",
"product_id": "python36-dbm-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.s390x",
"product": {
"name": "python36-devel-3.6.15-89.1.s390x",
"product_id": "python36-devel-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.s390x",
"product": {
"name": "python36-idle-3.6.15-89.1.s390x",
"product_id": "python36-idle-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.s390x",
"product": {
"name": "python36-testsuite-3.6.15-89.1.s390x",
"product_id": "python36-testsuite-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.s390x",
"product": {
"name": "python36-tk-3.6.15-89.1.s390x",
"product_id": "python36-tk-3.6.15-89.1.s390x"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.s390x",
"product": {
"name": "python36-tools-3.6.15-89.1.s390x",
"product_id": "python36-tools-3.6.15-89.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-89.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-89.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-3.6.15-89.1.x86_64",
"product": {
"name": "python36-3.6.15-89.1.x86_64",
"product_id": "python36-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-32bit-3.6.15-89.1.x86_64",
"product": {
"name": "python36-32bit-3.6.15-89.1.x86_64",
"product_id": "python36-32bit-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-3.6.15-89.1.x86_64",
"product": {
"name": "python36-base-3.6.15-89.1.x86_64",
"product_id": "python36-base-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-base-32bit-3.6.15-89.1.x86_64",
"product": {
"name": "python36-base-32bit-3.6.15-89.1.x86_64",
"product_id": "python36-base-32bit-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-curses-3.6.15-89.1.x86_64",
"product": {
"name": "python36-curses-3.6.15-89.1.x86_64",
"product_id": "python36-curses-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-dbm-3.6.15-89.1.x86_64",
"product": {
"name": "python36-dbm-3.6.15-89.1.x86_64",
"product_id": "python36-dbm-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-devel-3.6.15-89.1.x86_64",
"product": {
"name": "python36-devel-3.6.15-89.1.x86_64",
"product_id": "python36-devel-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-idle-3.6.15-89.1.x86_64",
"product": {
"name": "python36-idle-3.6.15-89.1.x86_64",
"product_id": "python36-idle-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-testsuite-3.6.15-89.1.x86_64",
"product": {
"name": "python36-testsuite-3.6.15-89.1.x86_64",
"product_id": "python36-testsuite-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tk-3.6.15-89.1.x86_64",
"product": {
"name": "python36-tk-3.6.15-89.1.x86_64",
"product_id": "python36-tk-3.6.15-89.1.x86_64"
}
},
{
"category": "product_version",
"name": "python36-tools-3.6.15-89.1.x86_64",
"product": {
"name": "python36-tools-3.6.15-89.1.x86_64",
"product_id": "python36-tools-3.6.15-89.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-89.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-89.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-89.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-32bit-3.6.15-89.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-89.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-3.6.15-89.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-89.1.x86_64"
},
"product_reference": "python36-3.6.15-89.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-base-3.6.15-89.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-89.1.x86_64"
},
"product_reference": "python36-base-3.6.15-89.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python36-devel-3.6.15-89.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-89.1.x86_64"
},
"product_reference": "python36-devel-3.6.15-89.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-89.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-89.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_6m1_0-32bit-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-base-3.6.15-89.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python36-devel-3.6.15-89.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T13:48:42Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02717-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).\n- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2717,SUSE-SLE-Module-Basesystem-15-SP6-2025-2717,SUSE-SLE-Module-Basesystem-15-SP7-2025-2717,SUSE-SLE-Module-Python3-15-SP6-2025-2717,SUSE-SLE-Module-Python3-15-SP7-2025-2717,openSUSE-SLE-15.6-2025-2717",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02717-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02717-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502717-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02717-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041133.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-08-06T13:39:47Z",
"generator": {
"date": "2025-08-06T13:39:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02717-1",
"initial_release_date": "2025-08-06T13:39:47Z",
"revision_history": [
{
"date": "2025-08-06T13:39:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-base-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-curses-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-devel-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-doc-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-idle-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"product_id": "python311-tk-3.11.13-150600.3.35.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"product_id": "python311-tools-3.11.13-150600.3.35.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.13-150600.3.35.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32",
"product_id": "python311-64bit-3.11.13-150600.3.35.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.13-150600.3.35.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-3.11.13-150600.3.35.2.i586",
"product_id": "python311-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.i586",
"product_id": "python311-base-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.i586",
"product_id": "python311-curses-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.i586",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.i586",
"product_id": "python311-devel-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.i586",
"product_id": "python311-doc-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.i586",
"product_id": "python311-idle-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.i586",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.i586",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.i586",
"product_id": "python311-tk-3.11.13-150600.3.35.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.i586",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.i586",
"product_id": "python311-tools-3.11.13-150600.3.35.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-base-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-curses-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-devel-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-doc-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-idle-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"product_id": "python311-tk-3.11.13-150600.3.35.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"product_id": "python311-tools-3.11.13-150600.3.35.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-base-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-curses-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-devel-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-doc-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-idle-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.s390x",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x",
"product_id": "python311-tk-3.11.13-150600.3.35.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.s390x",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x",
"product_id": "python311-tools-3.11.13-150600.3.35.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-32bit-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-base-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-curses-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-dbm-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-devel-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-doc-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-idle-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-testsuite-3.11.13-150600.3.35.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"product": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"product_id": "python311-tk-3.11.13-150600.3.35.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"product": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"product_id": "python311-tools-3.11.13-150600.3.35.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 Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 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": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
},
{
"category": "product_name",
"name": "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.13-150600.3.35.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.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"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.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.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.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.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.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.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.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.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.13-150600.3.35.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.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.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-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150600.3.35.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.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-32bit-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-curses-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-dbm-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-devel-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-devel-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-doc-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-idle-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-testsuite-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-150600.3.35.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64"
},
"product_reference": "python311-tk-3.11.13-150600.3.35.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tools-3.11.13-150600.3.35.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
},
"product_reference": "python311-tools-3.11.13-150600.3.35.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"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.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"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.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python311-base-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-tools-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-curses-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-devel-3.11.13-150600.3.35.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-idle-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tk-3.11.13-150600.3.35.2.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-tools-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:libpython3_11-1_0-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-32bit-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-base-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-base-32bit-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-curses-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-dbm-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-devel-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-doc-devhelp-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-idle-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-testsuite-3.11.13-150600.3.35.1.x86_64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.aarch64",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.ppc64le",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.s390x",
"openSUSE Leap 15.6:python311-tk-3.11.13-150600.3.35.2.x86_64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.aarch64",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.ppc64le",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.s390x",
"openSUSE Leap 15.6:python311-tools-3.11.13-150600.3.35.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-06T13:39:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:20749-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-8194: Fixed tar archives with negative offsets leading to infinite loop and deadlock (bsc#1247249)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-263",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20749-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20749-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520749-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20749-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041925.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-09-16T06:57:40Z",
"generator": {
"date": "2025-09-16T06:57:40Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20749-1",
"initial_release_date": "2025-09-16T06:57:40Z",
"revision_history": [
{
"date": "2025-09-16T06:57:40Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-3.11.13-slfo.1.1_2.1.aarch64",
"product_id": "python311-3.11.13-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"product_id": "python311-base-3.11.13-slfo.1.1_2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"product_id": "python311-curses-3.11.13-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-3.11.13-slfo.1.1_2.1.ppc64le",
"product_id": "python311-3.11.13-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"product_id": "python311-base-3.11.13-slfo.1.1_2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"product_id": "python311-curses-3.11.13-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-3.11.13-slfo.1.1_2.1.s390x",
"product_id": "python311-3.11.13-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.s390x",
"product_id": "python311-base-3.11.13-slfo.1.1_2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"product_id": "python311-curses-3.11.13-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-3.11.13-slfo.1.1_2.1.x86_64",
"product_id": "python311-3.11.13-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"product_id": "python311-base-3.11.13-slfo.1.1_2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.x86_64",
"product_id": "python311-curses-3.11.13-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-3.11.13-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-3.11.13-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-3.11.13-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-3.11.13-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-curses-3.11.13-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:libpython3_11-1_0-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-base-3.11.13-slfo.1.1_2.1.x86_64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-curses-3.11.13-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-16T06:57:40Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02802-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249)\n\nOther fixes:\n- Limit buffer size for IPv6 address parsing (bsc#1244401). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2802,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2802",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02802-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02802-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502802-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02802-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041209.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244401",
"url": "https://bugzilla.suse.com/1244401"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-11168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-11168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2025-08-14T15:10:00Z",
"generator": {
"date": "2025-08-14T15:10:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02802-1",
"initial_release_date": "2025-08-14T15:10:00Z",
"revision_history": [
{
"date": "2025-08-14T15:10:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.158.1.aarch64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.aarch64",
"product_id": "libpython3_4m1_0-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-3.4.10-25.158.1.aarch64",
"product_id": "python3-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-base-3.4.10-25.158.1.aarch64",
"product_id": "python3-base-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-curses-3.4.10-25.158.1.aarch64",
"product_id": "python3-curses-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-dbm-3.4.10-25.158.1.aarch64",
"product_id": "python3-dbm-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-devel-3.4.10-25.158.1.aarch64",
"product_id": "python3-devel-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-idle-3.4.10-25.158.1.aarch64",
"product_id": "python3-idle-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-testsuite-3.4.10-25.158.1.aarch64",
"product_id": "python3-testsuite-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-tk-3.4.10-25.158.1.aarch64",
"product_id": "python3-tk-3.4.10-25.158.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.158.1.aarch64",
"product": {
"name": "python3-tools-3.4.10-25.158.1.aarch64",
"product_id": "python3-tools-3.4.10-25.158.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product": {
"name": "libpython3_4m1_0-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product_id": "libpython3_4m1_0-64bit-3.4.10-25.158.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product": {
"name": "python3-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product_id": "python3-64bit-3.4.10-25.158.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python3-base-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product": {
"name": "python3-base-64bit-3.4.10-25.158.1.aarch64_ilp32",
"product_id": "python3-base-64bit-3.4.10-25.158.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.158.1.i586",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.i586",
"product_id": "libpython3_4m1_0-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.158.1.i586",
"product": {
"name": "python3-3.4.10-25.158.1.i586",
"product_id": "python3-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.158.1.i586",
"product": {
"name": "python3-base-3.4.10-25.158.1.i586",
"product_id": "python3-base-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.158.1.i586",
"product": {
"name": "python3-curses-3.4.10-25.158.1.i586",
"product_id": "python3-curses-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.158.1.i586",
"product": {
"name": "python3-dbm-3.4.10-25.158.1.i586",
"product_id": "python3-dbm-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.158.1.i586",
"product": {
"name": "python3-devel-3.4.10-25.158.1.i586",
"product_id": "python3-devel-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.158.1.i586",
"product": {
"name": "python3-idle-3.4.10-25.158.1.i586",
"product_id": "python3-idle-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.158.1.i586",
"product": {
"name": "python3-testsuite-3.4.10-25.158.1.i586",
"product_id": "python3-testsuite-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.158.1.i586",
"product": {
"name": "python3-tk-3.4.10-25.158.1.i586",
"product_id": "python3-tk-3.4.10-25.158.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.158.1.i586",
"product": {
"name": "python3-tools-3.4.10-25.158.1.i586",
"product_id": "python3-tools-3.4.10-25.158.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-doc-3.4.10-25.158.1.noarch",
"product": {
"name": "python3-doc-3.4.10-25.158.1.noarch",
"product_id": "python3-doc-3.4.10-25.158.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-doc-pdf-3.4.10-25.158.1.noarch",
"product": {
"name": "python3-doc-pdf-3.4.10-25.158.1.noarch",
"product_id": "python3-doc-pdf-3.4.10-25.158.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.158.1.ppc64le",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.ppc64le",
"product_id": "libpython3_4m1_0-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-3.4.10-25.158.1.ppc64le",
"product_id": "python3-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-base-3.4.10-25.158.1.ppc64le",
"product_id": "python3-base-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-curses-3.4.10-25.158.1.ppc64le",
"product_id": "python3-curses-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-dbm-3.4.10-25.158.1.ppc64le",
"product_id": "python3-dbm-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-devel-3.4.10-25.158.1.ppc64le",
"product_id": "python3-devel-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-idle-3.4.10-25.158.1.ppc64le",
"product_id": "python3-idle-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-testsuite-3.4.10-25.158.1.ppc64le",
"product_id": "python3-testsuite-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-tk-3.4.10-25.158.1.ppc64le",
"product_id": "python3-tk-3.4.10-25.158.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.158.1.ppc64le",
"product": {
"name": "python3-tools-3.4.10-25.158.1.ppc64le",
"product_id": "python3-tools-3.4.10-25.158.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.158.1.s390x",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.s390x",
"product_id": "libpython3_4m1_0-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-3.4.10-25.158.1.s390x",
"product_id": "python3-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-base-3.4.10-25.158.1.s390x",
"product_id": "python3-base-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-curses-3.4.10-25.158.1.s390x",
"product_id": "python3-curses-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-dbm-3.4.10-25.158.1.s390x",
"product_id": "python3-dbm-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-devel-3.4.10-25.158.1.s390x",
"product_id": "python3-devel-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-idle-3.4.10-25.158.1.s390x",
"product_id": "python3-idle-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-testsuite-3.4.10-25.158.1.s390x",
"product_id": "python3-testsuite-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-tk-3.4.10-25.158.1.s390x",
"product_id": "python3-tk-3.4.10-25.158.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.158.1.s390x",
"product": {
"name": "python3-tools-3.4.10-25.158.1.s390x",
"product_id": "python3-tools-3.4.10-25.158.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"product": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"product_id": "libpython3_4m1_0-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"product": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"product_id": "libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-3.4.10-25.158.1.x86_64",
"product_id": "python3-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-32bit-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-32bit-3.4.10-25.158.1.x86_64",
"product_id": "python3-32bit-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-base-3.4.10-25.158.1.x86_64",
"product_id": "python3-base-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-32bit-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-base-32bit-3.4.10-25.158.1.x86_64",
"product_id": "python3-base-32bit-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-curses-3.4.10-25.158.1.x86_64",
"product_id": "python3-curses-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-dbm-3.4.10-25.158.1.x86_64",
"product_id": "python3-dbm-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-devel-3.4.10-25.158.1.x86_64",
"product_id": "python3-devel-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-idle-3.4.10-25.158.1.x86_64",
"product_id": "python3-idle-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-testsuite-3.4.10-25.158.1.x86_64",
"product_id": "python3-testsuite-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-tk-3.4.10-25.158.1.x86_64",
"product_id": "python3-tk-3.4.10-25.158.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.4.10-25.158.1.x86_64",
"product": {
"name": "python3-tools-3.4.10-25.158.1.x86_64",
"product_id": "python3-tools-3.4.10-25.158.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64"
},
"product_reference": "libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64"
},
"product_reference": "libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64"
},
"product_reference": "python3-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64"
},
"product_reference": "python3-base-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64"
},
"product_reference": "python3-curses-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64"
},
"product_reference": "python3-devel-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.4.10-25.158.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
},
"product_reference": "python3-tk-3.4.10-25.158.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-11168"
}
],
"notes": [
{
"category": "general",
"text": "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren\u0027t IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-11168",
"url": "https://www.suse.com/security/cve/CVE-2024-11168"
},
{
"category": "external",
"summary": "SUSE Bug 1233307 for CVE-2024-11168",
"url": "https://bugzilla.suse.com/1233307"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.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:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T15:10:00Z",
"details": "low"
}
],
"title": "CVE-2024-11168"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T15:10:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-base-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-curses-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-devel-3.4.10-25.158.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python3-tk-3.4.10-25.158.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-14T15:10:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02778-1
Vulnerability from csaf_suse
Notes
{
"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-2025-4516: use-after-free in the unicode-escape decoder when using the error handler (bsc#1243273).\n- CVE-2024-12718: Fixed extraction filter bypass that allowed file metadata modification outside extraction directory (bsc#1244056)\n- CVE-2025-4138: Fixed issue that might allow symlink targets to point outside the destination directory, and the modification of some file metadata (bsc#1244059)\n- CVE-2025-4330: Fixed extraction filter bypass that allowed linking outside extraction directory (bsc#1244060)\n- CVE-2025-4435: Fixed Tarfile extracts filtered members when errorlevel=0 (bsc#1244061)\n- CVE-2025-4517: Fixed arbitrary filesystem writes outside the extraction directory during extraction with filter=\u0027data\u0027 (bsc#1244032)\n- CVE-2025-6069: Fixed worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705)\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249)\n \nOther fixes:\n- Limit buffer size for IPv6 address parsing (bsc#1244401).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2778,SUSE-SLE-Micro-5.3-2025-2778,SUSE-SLE-Micro-5.4-2025-2778,SUSE-SLE-Micro-5.5-2025-2778,SUSE-SLE-Module-Basesystem-15-SP6-2025-2778,SUSE-SLE-Module-Basesystem-15-SP7-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP6-2025-2778,SUSE-SLE-Module-Development-Tools-15-SP7-2025-2778,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2778,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2778,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2778,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2778,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2778,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2778,SUSE-SUSE-MicroOS-5.2-2025-2778,SUSE-Storage-7.1-2025-2778,openSUSE-SLE-15.6-2025-2778",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02778-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02778-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502778-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02778-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041187.html"
},
{
"category": "self",
"summary": "SUSE Bug 1233012",
"url": "https://bugzilla.suse.com/1233012"
},
{
"category": "self",
"summary": "SUSE Bug 1243273",
"url": "https://bugzilla.suse.com/1243273"
},
{
"category": "self",
"summary": "SUSE Bug 1244032",
"url": "https://bugzilla.suse.com/1244032"
},
{
"category": "self",
"summary": "SUSE Bug 1244056",
"url": "https://bugzilla.suse.com/1244056"
},
{
"category": "self",
"summary": "SUSE Bug 1244059",
"url": "https://bugzilla.suse.com/1244059"
},
{
"category": "self",
"summary": "SUSE Bug 1244060",
"url": "https://bugzilla.suse.com/1244060"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244401",
"url": "https://bugzilla.suse.com/1244401"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE Bug 831629",
"url": "https://bugzilla.suse.com/831629"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-12718 page",
"url": "https://www.suse.com/security/cve/CVE-2024-12718/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4330 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4330/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4517 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4517/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2025-08-13T06:46:17Z",
"generator": {
"date": "2025-08-13T06:46:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02778-1",
"initial_release_date": "2025-08-13T06:46:17Z",
"revision_history": [
{
"date": "2025-08-13T06:46:17Z",
"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.97.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-base-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-curses-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-devel-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-doc-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-idle-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"product_id": "python3-tk-3.6.15-150300.10.97.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"product_id": "python3-tools-3.6.15-150300.10.97.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150300.10.97.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-3.6.15-150300.10.97.2.i586",
"product_id": "python3-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.i586",
"product_id": "python3-base-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.i586",
"product_id": "python3-curses-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.i586",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.i586",
"product_id": "python3-devel-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.i586",
"product_id": "python3-doc-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.i586",
"product_id": "python3-idle-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.i586",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.i586",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.i586",
"product_id": "python3-tk-3.6.15-150300.10.97.2.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.i586",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.i586",
"product_id": "python3-tools-3.6.15-150300.10.97.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-base-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-curses-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-devel-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-doc-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-idle-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"product_id": "python3-tk-3.6.15-150300.10.97.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"product_id": "python3-tools-3.6.15-150300.10.97.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-base-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-curses-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-devel-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-doc-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-idle-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.s390x",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x",
"product_id": "python3-tk-3.6.15-150300.10.97.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x",
"product_id": "python3-tools-3.6.15-150300.10.97.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-base-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-curses-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-dbm-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-devel-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-doc-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-idle-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150300.10.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"product": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"product_id": "python3-tk-3.6.15-150300.10.97.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"product_id": "python3-tools-3.6.15-150300.10.97.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for 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 Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"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 High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 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 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 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 Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_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 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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"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.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"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.97.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-base-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-curses-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dbm-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tk-3.6.15-150300.10.97.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tools-3.6.15-150300.10.97.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.2.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.2.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.2.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.2.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.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.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150300.10.97.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.97.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.97.1.x86_64"
},
"product_reference": "libpython3_6m1_0-32bit-3.6.15-150300.10.97.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.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-3.6.15-150300.10.97.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-3.6.15-150300.10.97.2.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-3.6.15-150300.10.97.2.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-3.6.15-150300.10.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150300.10.97.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.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-curses-3.6.15-150300.10.97.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.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-dbm-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-devel-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-doc-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-doc-devhelp-3.6.15-150300.10.97.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.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-idle-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-testsuite-3.6.15-150300.10.97.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.97.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.2.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.2.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64"
},
"product_reference": "python3-tk-3.6.15-150300.10.97.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.97.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.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.97.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
},
"product_reference": "python3-tools-3.6.15-150300.10.97.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-12718",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-12718"
}
],
"notes": [
{
"category": "general",
"text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don\u0027t include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-12718",
"url": "https://www.suse.com/security/cve/CVE-2024-12718"
},
{
"category": "external",
"summary": "SUSE Bug 1244056 for CVE-2024-12718",
"url": "https://bugzilla.suse.com/1244056"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.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 Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2024-12718"
},
{
"cve": "CVE-2025-4138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4138"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4138",
"url": "https://www.suse.com/security/cve/CVE-2025-4138"
},
{
"category": "external",
"summary": "SUSE Bug 1244059 for CVE-2025-4138",
"url": "https://bugzilla.suse.com/1244059"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4138"
},
{
"cve": "CVE-2025-4330",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4330"
}
],
"notes": [
{
"category": "general",
"text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4330",
"url": "https://www.suse.com/security/cve/CVE-2025-4330"
},
{
"category": "external",
"summary": "SUSE Bug 1244060 for CVE-2025-4330",
"url": "https://bugzilla.suse.com/1244060"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4330"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-4517",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4517"
}
],
"notes": [
{
"category": "general",
"text": "Allows arbitrary filesystem writes outside the extraction directory during extraction with filter=\"data\".\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it\u0027s important to avoid installing source distributions with suspicious links.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4517",
"url": "https://www.suse.com/security/cve/CVE-2025-4517"
},
{
"category": "external",
"summary": "SUSE Bug 1244032 for CVE-2025-4517",
"url": "https://bugzilla.suse.com/1244032"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "important"
}
],
"title": "CVE-2025-4517"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Enterprise Storage 7.1:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Enterprise Storage 7.1:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.2:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Micro 5.5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python3-tools-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Proxy 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Proxy 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-base-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-curses-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.s390x",
"SUSE Manager Server 4.3:python3-devel-3.6.15-150300.10.97.1.x86_64",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-idle-3.6.15-150300.10.97.2.x86_64",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.s390x",
"SUSE Manager Server 4.3:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:libpython3_6m1_0-32bit-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-base-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-curses-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-dbm-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-devel-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-doc-devhelp-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-idle-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-testsuite-3.6.15-150300.10.97.1.x86_64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.aarch64",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.ppc64le",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.s390x",
"openSUSE Leap 15.6:python3-tk-3.6.15-150300.10.97.2.x86_64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.aarch64",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.ppc64le",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.s390x",
"openSUSE Leap 15.6:python3-tools-3.6.15-150300.10.97.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T06:46:17Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02700-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python39",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python39 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2700,openSUSE-SLE-15.6-2025-2700",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02700-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02700-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502700-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02700-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041101.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python39",
"tracking": {
"current_release_date": "2025-08-05T09:31:34Z",
"generator": {
"date": "2025-08-05T09:31:34Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02700-1",
"initial_release_date": "2025-08-05T09:31:34Z",
"revision_history": [
{
"date": "2025-08-05T09:31:34Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"product_id": "libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-base-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-base-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-curses-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-curses-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-dbm-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-dbm-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-devel-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-devel-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-doc-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-doc-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-idle-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-idle-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-testsuite-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-tk-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-tk-3.9.23-150300.4.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.23-150300.4.81.1.aarch64",
"product": {
"name": "python39-tools-3.9.23-150300.4.81.1.aarch64",
"product_id": "python39-tools-3.9.23-150300.4.81.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product": {
"name": "libpython3_9-1_0-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product_id": "libpython3_9-1_0-64bit-3.9.23-150300.4.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product": {
"name": "python39-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product_id": "python39-64bit-3.9.23-150300.4.81.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python39-base-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product": {
"name": "python39-base-64bit-3.9.23-150300.4.81.1.aarch64_ilp32",
"product_id": "python39-base-64bit-3.9.23-150300.4.81.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.i586",
"product": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.i586",
"product_id": "libpython3_9-1_0-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-3.9.23-150300.4.81.1.i586",
"product_id": "python39-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-base-3.9.23-150300.4.81.1.i586",
"product_id": "python39-base-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-curses-3.9.23-150300.4.81.1.i586",
"product_id": "python39-curses-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-dbm-3.9.23-150300.4.81.1.i586",
"product_id": "python39-dbm-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-devel-3.9.23-150300.4.81.1.i586",
"product_id": "python39-devel-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-doc-3.9.23-150300.4.81.1.i586",
"product_id": "python39-doc-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.i586",
"product_id": "python39-doc-devhelp-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-idle-3.9.23-150300.4.81.1.i586",
"product_id": "python39-idle-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.i586",
"product_id": "python39-testsuite-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-tk-3.9.23-150300.4.81.1.i586",
"product_id": "python39-tk-3.9.23-150300.4.81.1.i586"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.23-150300.4.81.1.i586",
"product": {
"name": "python39-tools-3.9.23-150300.4.81.1.i586",
"product_id": "python39-tools-3.9.23-150300.4.81.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"product_id": "libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-base-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-base-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-curses-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-curses-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-dbm-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-devel-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-devel-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-doc-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-doc-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-idle-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-idle-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-testsuite-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-tk-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-tk-3.9.23-150300.4.81.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.23-150300.4.81.1.ppc64le",
"product": {
"name": "python39-tools-3.9.23-150300.4.81.1.ppc64le",
"product_id": "python39-tools-3.9.23-150300.4.81.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"product_id": "libpython3_9-1_0-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-base-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-base-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-curses-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-curses-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-dbm-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-dbm-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-devel-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-devel-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-doc-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-doc-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-doc-devhelp-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-idle-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-idle-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-testsuite-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-tk-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-tk-3.9.23-150300.4.81.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.23-150300.4.81.1.s390x",
"product": {
"name": "python39-tools-3.9.23-150300.4.81.1.s390x",
"product_id": "python39-tools-3.9.23-150300.4.81.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64",
"product_id": "libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"product_id": "libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-32bit-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-32bit-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-32bit-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-base-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-base-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-base-32bit-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-curses-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-curses-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-dbm-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-dbm-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-devel-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-devel-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-devel-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-doc-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-doc-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-idle-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-idle-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-testsuite-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-tk-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-tk-3.9.23-150300.4.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tools-3.9.23-150300.4.81.1.x86_64",
"product": {
"name": "python39-tools-3.9.23-150300.4.81.1.x86_64",
"product_id": "python39-tools-3.9.23-150300.4.81.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "libpython3_9-1_0-3.9.23-150300.4.81.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.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-32bit-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-32bit-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-32bit-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-base-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-base-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-base-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-base-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-base-32bit-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-base-32bit-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-curses-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-curses-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-curses-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-curses-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-dbm-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-dbm-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-dbm-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-devel-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-devel-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-devel-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-devel-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-doc-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-doc-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-doc-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-doc-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-idle-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-idle-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-idle-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-idle-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-testsuite-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-testsuite-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-tk-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-tk-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-tk-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-tk-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.23-150300.4.81.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.aarch64"
},
"product_reference": "python39-tools-3.9.23-150300.4.81.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.23-150300.4.81.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.ppc64le"
},
"product_reference": "python39-tools-3.9.23-150300.4.81.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.23-150300.4.81.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.s390x"
},
"product_reference": "python39-tools-3.9.23-150300.4.81.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tools-3.9.23-150300.4.81.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.x86_64"
},
"product_reference": "python39-tools-3.9.23-150300.4.81.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:libpython3_9-1_0-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:libpython3_9-1_0-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-base-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-base-32bit-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-curses-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-dbm-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-devel-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-doc-devhelp-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-idle-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-testsuite-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tk-3.9.23-150300.4.81.1.x86_64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.aarch64",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.ppc64le",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.s390x",
"openSUSE Leap 15.6:python39-tools-3.9.23-150300.4.81.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-05T09:31:34Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02701-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2701,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-2701,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-2701,openSUSE-SLE-15.6-2025-2701",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02701-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02701-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502701-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02701-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041100.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python",
"tracking": {
"current_release_date": "2025-08-05T09:32:02Z",
"generator": {
"date": "2025-08-05T09:32:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02701-1",
"initial_release_date": "2025-08-05T09:32:02Z",
"revision_history": [
{
"date": "2025-08-05T09:32:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"product_id": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-2.7.18-150000.83.1.aarch64",
"product_id": "python-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-base-2.7.18-150000.83.1.aarch64",
"product_id": "python-base-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-curses-2.7.18-150000.83.1.aarch64",
"product_id": "python-curses-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-demo-2.7.18-150000.83.1.aarch64",
"product_id": "python-demo-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-devel-2.7.18-150000.83.1.aarch64",
"product_id": "python-devel-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-gdbm-2.7.18-150000.83.1.aarch64",
"product_id": "python-gdbm-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-idle-2.7.18-150000.83.1.aarch64",
"product_id": "python-idle-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-tk-2.7.18-150000.83.1.aarch64",
"product_id": "python-tk-2.7.18-150000.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.83.1.aarch64",
"product": {
"name": "python-xml-2.7.18-150000.83.1.aarch64",
"product_id": "python-xml-2.7.18-150000.83.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product": {
"name": "libpython2_7-1_0-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product_id": "libpython2_7-1_0-64bit-2.7.18-150000.83.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product": {
"name": "python-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product_id": "python-64bit-2.7.18-150000.83.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-base-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product": {
"name": "python-base-64bit-2.7.18-150000.83.1.aarch64_ilp32",
"product_id": "python-base-64bit-2.7.18-150000.83.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.83.1.i586",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.i586",
"product_id": "libpython2_7-1_0-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.83.1.i586",
"product": {
"name": "python-2.7.18-150000.83.1.i586",
"product_id": "python-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.83.1.i586",
"product": {
"name": "python-base-2.7.18-150000.83.1.i586",
"product_id": "python-base-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.83.1.i586",
"product": {
"name": "python-curses-2.7.18-150000.83.1.i586",
"product_id": "python-curses-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.83.1.i586",
"product": {
"name": "python-demo-2.7.18-150000.83.1.i586",
"product_id": "python-demo-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.83.1.i586",
"product": {
"name": "python-devel-2.7.18-150000.83.1.i586",
"product_id": "python-devel-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.83.1.i586",
"product": {
"name": "python-gdbm-2.7.18-150000.83.1.i586",
"product_id": "python-gdbm-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.83.1.i586",
"product": {
"name": "python-idle-2.7.18-150000.83.1.i586",
"product_id": "python-idle-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.83.1.i586",
"product": {
"name": "python-tk-2.7.18-150000.83.1.i586",
"product_id": "python-tk-2.7.18-150000.83.1.i586"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.83.1.i586",
"product": {
"name": "python-xml-2.7.18-150000.83.1.i586",
"product_id": "python-xml-2.7.18-150000.83.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-doc-2.7.18-150000.83.1.noarch",
"product": {
"name": "python-doc-2.7.18-150000.83.1.noarch",
"product_id": "python-doc-2.7.18-150000.83.1.noarch"
}
},
{
"category": "product_version",
"name": "python-doc-pdf-2.7.18-150000.83.1.noarch",
"product": {
"name": "python-doc-pdf-2.7.18-150000.83.1.noarch",
"product_id": "python-doc-pdf-2.7.18-150000.83.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"product_id": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-2.7.18-150000.83.1.ppc64le",
"product_id": "python-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-base-2.7.18-150000.83.1.ppc64le",
"product_id": "python-base-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-curses-2.7.18-150000.83.1.ppc64le",
"product_id": "python-curses-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-demo-2.7.18-150000.83.1.ppc64le",
"product_id": "python-demo-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-devel-2.7.18-150000.83.1.ppc64le",
"product_id": "python-devel-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-gdbm-2.7.18-150000.83.1.ppc64le",
"product_id": "python-gdbm-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-idle-2.7.18-150000.83.1.ppc64le",
"product_id": "python-idle-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-tk-2.7.18-150000.83.1.ppc64le",
"product_id": "python-tk-2.7.18-150000.83.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.83.1.ppc64le",
"product": {
"name": "python-xml-2.7.18-150000.83.1.ppc64le",
"product_id": "python-xml-2.7.18-150000.83.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"product_id": "libpython2_7-1_0-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-2.7.18-150000.83.1.s390x",
"product_id": "python-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-base-2.7.18-150000.83.1.s390x",
"product_id": "python-base-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-curses-2.7.18-150000.83.1.s390x",
"product_id": "python-curses-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-demo-2.7.18-150000.83.1.s390x",
"product_id": "python-demo-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-devel-2.7.18-150000.83.1.s390x",
"product_id": "python-devel-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-gdbm-2.7.18-150000.83.1.s390x",
"product_id": "python-gdbm-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-idle-2.7.18-150000.83.1.s390x",
"product_id": "python-idle-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-tk-2.7.18-150000.83.1.s390x",
"product_id": "python-tk-2.7.18-150000.83.1.s390x"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.83.1.s390x",
"product": {
"name": "python-xml-2.7.18-150000.83.1.s390x",
"product_id": "python-xml-2.7.18-150000.83.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"product": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"product_id": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"product": {
"name": "libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"product_id": "libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-2.7.18-150000.83.1.x86_64",
"product_id": "python-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-32bit-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-32bit-2.7.18-150000.83.1.x86_64",
"product_id": "python-32bit-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-base-2.7.18-150000.83.1.x86_64",
"product_id": "python-base-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-32bit-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-base-32bit-2.7.18-150000.83.1.x86_64",
"product_id": "python-base-32bit-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-curses-2.7.18-150000.83.1.x86_64",
"product_id": "python-curses-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-demo-2.7.18-150000.83.1.x86_64",
"product_id": "python-demo-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-devel-2.7.18-150000.83.1.x86_64",
"product_id": "python-devel-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-gdbm-2.7.18-150000.83.1.x86_64",
"product_id": "python-gdbm-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-idle-2.7.18-150000.83.1.x86_64",
"product_id": "python-idle-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-tk-2.7.18-150000.83.1.x86_64",
"product_id": "python-tk-2.7.18-150000.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-150000.83.1.x86_64",
"product": {
"name": "python-xml-2.7.18-150000.83.1.x86_64",
"product_id": "python-xml-2.7.18-150000.83.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.s390x"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64"
},
"product_reference": "libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-32bit-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-32bit-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-32bit-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-base-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-base-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-base-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-base-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-32bit-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-base-32bit-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-curses-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-curses-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-curses-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-demo-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-demo-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-demo-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-demo-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-devel-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-devel-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-devel-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-devel-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-2.7.18-150000.83.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-doc-2.7.18-150000.83.1.noarch"
},
"product_reference": "python-doc-2.7.18-150000.83.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-pdf-2.7.18-150000.83.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.83.1.noarch"
},
"product_reference": "python-doc-pdf-2.7.18-150000.83.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-idle-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-idle-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-idle-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-idle-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-tk-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-tk-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-tk-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-tk-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.aarch64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.ppc64le"
},
"product_reference": "python-xml-2.7.18-150000.83.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.s390x"
},
"product_reference": "python-xml-2.7.18-150000.83.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-150000.83.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.x86_64"
},
"product_reference": "python-xml-2.7.18-150000.83.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python-xml-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-base-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-curses-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-gdbm-2.7.18-150000.83.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python-xml-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:libpython2_7-1_0-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:libpython2_7-1_0-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-base-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-base-32bit-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-curses-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-demo-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-devel-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-doc-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-doc-pdf-2.7.18-150000.83.1.noarch",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-gdbm-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-idle-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-tk-2.7.18-150000.83.1.x86_64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.aarch64",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.ppc64le",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.s390x",
"openSUSE Leap 15.6:python-xml-2.7.18-150000.83.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-05T09:32:02Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02984-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2984,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-2984",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02984-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02984-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502984-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02984-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041352.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-08-25T13:48:53Z",
"generator": {
"date": "2025-08-25T13:48:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02984-1",
"initial_release_date": "2025-08-25T13:48:53Z",
"revision_history": [
{
"date": "2025-08-25T13:48:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150400.9.66.2.aarch64",
"product": {
"name": "python311-3.11.13-150400.9.66.2.aarch64",
"product_id": "python311-3.11.13-150400.9.66.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-base-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-base-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150400.9.66.2.aarch64",
"product": {
"name": "python311-curses-3.11.13-150400.9.66.2.aarch64",
"product_id": "python311-curses-3.11.13-150400.9.66.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150400.9.66.2.aarch64",
"product": {
"name": "python311-dbm-3.11.13-150400.9.66.2.aarch64",
"product_id": "python311-dbm-3.11.13-150400.9.66.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-devel-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-devel-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-doc-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-doc-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-doc-devhelp-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150400.9.66.2.aarch64",
"product": {
"name": "python311-idle-3.11.13-150400.9.66.2.aarch64",
"product_id": "python311-idle-3.11.13-150400.9.66.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-testsuite-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-testsuite-3.11.13-150400.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150400.9.66.2.aarch64",
"product": {
"name": "python311-tk-3.11.13-150400.9.66.2.aarch64",
"product_id": "python311-tk-3.11.13-150400.9.66.2.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150400.9.66.1.aarch64",
"product": {
"name": "python311-tools-3.11.13-150400.9.66.1.aarch64",
"product_id": "python311-tools-3.11.13-150400.9.66.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-64bit-3.11.13-150400.9.66.1.aarch64_ilp32",
"product": {
"name": "libpython3_11-1_0-64bit-3.11.13-150400.9.66.1.aarch64_ilp32",
"product_id": "libpython3_11-1_0-64bit-3.11.13-150400.9.66.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-64bit-3.11.13-150400.9.66.2.aarch64_ilp32",
"product": {
"name": "python311-64bit-3.11.13-150400.9.66.2.aarch64_ilp32",
"product_id": "python311-64bit-3.11.13-150400.9.66.2.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python311-base-64bit-3.11.13-150400.9.66.1.aarch64_ilp32",
"product": {
"name": "python311-base-64bit-3.11.13-150400.9.66.1.aarch64_ilp32",
"product_id": "python311-base-64bit-3.11.13-150400.9.66.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.i586",
"product": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.i586",
"product_id": "libpython3_11-1_0-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150400.9.66.2.i586",
"product": {
"name": "python311-3.11.13-150400.9.66.2.i586",
"product_id": "python311-3.11.13-150400.9.66.2.i586"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-base-3.11.13-150400.9.66.1.i586",
"product_id": "python311-base-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150400.9.66.2.i586",
"product": {
"name": "python311-curses-3.11.13-150400.9.66.2.i586",
"product_id": "python311-curses-3.11.13-150400.9.66.2.i586"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150400.9.66.2.i586",
"product": {
"name": "python311-dbm-3.11.13-150400.9.66.2.i586",
"product_id": "python311-dbm-3.11.13-150400.9.66.2.i586"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-devel-3.11.13-150400.9.66.1.i586",
"product_id": "python311-devel-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-doc-3.11.13-150400.9.66.1.i586",
"product_id": "python311-doc-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.i586",
"product_id": "python311-doc-devhelp-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150400.9.66.2.i586",
"product": {
"name": "python311-idle-3.11.13-150400.9.66.2.i586",
"product_id": "python311-idle-3.11.13-150400.9.66.2.i586"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-testsuite-3.11.13-150400.9.66.1.i586",
"product_id": "python311-testsuite-3.11.13-150400.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150400.9.66.2.i586",
"product": {
"name": "python311-tk-3.11.13-150400.9.66.2.i586",
"product_id": "python311-tk-3.11.13-150400.9.66.2.i586"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150400.9.66.1.i586",
"product": {
"name": "python311-tools-3.11.13-150400.9.66.1.i586",
"product_id": "python311-tools-3.11.13-150400.9.66.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"product_id": "libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150400.9.66.2.ppc64le",
"product": {
"name": "python311-3.11.13-150400.9.66.2.ppc64le",
"product_id": "python311-3.11.13-150400.9.66.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-base-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-base-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150400.9.66.2.ppc64le",
"product": {
"name": "python311-curses-3.11.13-150400.9.66.2.ppc64le",
"product_id": "python311-curses-3.11.13-150400.9.66.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150400.9.66.2.ppc64le",
"product": {
"name": "python311-dbm-3.11.13-150400.9.66.2.ppc64le",
"product_id": "python311-dbm-3.11.13-150400.9.66.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-devel-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-devel-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-doc-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-doc-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-doc-devhelp-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150400.9.66.2.ppc64le",
"product": {
"name": "python311-idle-3.11.13-150400.9.66.2.ppc64le",
"product_id": "python311-idle-3.11.13-150400.9.66.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-testsuite-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-testsuite-3.11.13-150400.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150400.9.66.2.ppc64le",
"product": {
"name": "python311-tk-3.11.13-150400.9.66.2.ppc64le",
"product_id": "python311-tk-3.11.13-150400.9.66.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150400.9.66.1.ppc64le",
"product": {
"name": "python311-tools-3.11.13-150400.9.66.1.ppc64le",
"product_id": "python311-tools-3.11.13-150400.9.66.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150400.9.66.2.s390x",
"product": {
"name": "python311-3.11.13-150400.9.66.2.s390x",
"product_id": "python311-3.11.13-150400.9.66.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-base-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-base-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150400.9.66.2.s390x",
"product": {
"name": "python311-curses-3.11.13-150400.9.66.2.s390x",
"product_id": "python311-curses-3.11.13-150400.9.66.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150400.9.66.2.s390x",
"product": {
"name": "python311-dbm-3.11.13-150400.9.66.2.s390x",
"product_id": "python311-dbm-3.11.13-150400.9.66.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-devel-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-devel-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-doc-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-doc-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-doc-devhelp-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150400.9.66.2.s390x",
"product": {
"name": "python311-idle-3.11.13-150400.9.66.2.s390x",
"product_id": "python311-idle-3.11.13-150400.9.66.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-testsuite-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-testsuite-3.11.13-150400.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150400.9.66.2.s390x",
"product": {
"name": "python311-tk-3.11.13-150400.9.66.2.s390x",
"product_id": "python311-tk-3.11.13-150400.9.66.2.s390x"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150400.9.66.1.s390x",
"product": {
"name": "python311-tools-3.11.13-150400.9.66.1.s390x",
"product_id": "python311-tools-3.11.13-150400.9.66.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_11-1_0-32bit-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "libpython3_11-1_0-32bit-3.11.13-150400.9.66.1.x86_64",
"product_id": "libpython3_11-1_0-32bit-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-32bit-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-32bit-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-base-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-base-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-32bit-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-base-32bit-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-base-32bit-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-curses-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-curses-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-dbm-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-dbm-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-devel-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-devel-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-devel-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-doc-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-doc-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-doc-devhelp-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-doc-devhelp-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-idle-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-idle-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-testsuite-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-testsuite-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-testsuite-3.11.13-150400.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-150400.9.66.2.x86_64",
"product": {
"name": "python311-tk-3.11.13-150400.9.66.2.x86_64",
"product_id": "python311-tk-3.11.13-150400.9.66.2.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tools-3.11.13-150400.9.66.1.x86_64",
"product": {
"name": "python311-tools-3.11.13-150400.9.66.1.x86_64",
"product_id": "python311-tools-3.11.13-150400.9.66.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le"
},
"product_reference": "libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150400.9.66.2.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.aarch64"
},
"product_reference": "python311-3.11.13-150400.9.66.2.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150400.9.66.2.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.ppc64le"
},
"product_reference": "python311-3.11.13-150400.9.66.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150400.9.66.2.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.s390x"
},
"product_reference": "python311-3.11.13-150400.9.66.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-150400.9.66.2.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.x86_64"
},
"product_reference": "python311-3.11.13-150400.9.66.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150400.9.66.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.aarch64"
},
"product_reference": "python311-base-3.11.13-150400.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150400.9.66.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.ppc64le"
},
"product_reference": "python311-base-3.11.13-150400.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150400.9.66.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.s390x"
},
"product_reference": "python311-base-3.11.13-150400.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-150400.9.66.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.x86_64"
},
"product_reference": "python311-base-3.11.13-150400.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:libpython3_11-1_0-3.11.13-150400.9.66.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-3.11.13-150400.9.66.2.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-base-3.11.13-150400.9.66.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T13:48:53Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:03032-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3032,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3032",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03032-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03032-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503032-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03032-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041425.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python",
"tracking": {
"current_release_date": "2025-08-29T15:14:42Z",
"generator": {
"date": "2025-08-29T15:14:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03032-1",
"initial_release_date": "2025-08-29T15:14:42Z",
"revision_history": [
{
"date": "2025-08-29T15:14:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.aarch64",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.aarch64",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-2.7.18-33.53.1.aarch64",
"product_id": "python-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-base-2.7.18-33.53.1.aarch64",
"product_id": "python-base-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-curses-2.7.18-33.53.1.aarch64",
"product_id": "python-curses-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-demo-2.7.18-33.53.1.aarch64",
"product_id": "python-demo-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-devel-2.7.18-33.53.1.aarch64",
"product_id": "python-devel-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.aarch64",
"product_id": "python-gdbm-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-idle-2.7.18-33.53.1.aarch64",
"product_id": "python-idle-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.aarch64",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-tk-2.7.18-33.53.1.aarch64",
"product_id": "python-tk-2.7.18-33.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.aarch64",
"product": {
"name": "python-xml-2.7.18-33.53.1.aarch64",
"product_id": "python-xml-2.7.18-33.53.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product": {
"name": "libpython2_7-1_0-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product_id": "libpython2_7-1_0-64bit-2.7.18-33.53.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product": {
"name": "python-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product_id": "python-64bit-2.7.18-33.53.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python-base-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product": {
"name": "python-base-64bit-2.7.18-33.53.1.aarch64_ilp32",
"product_id": "python-base-64bit-2.7.18-33.53.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.i586",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.i586",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.i586",
"product": {
"name": "python-2.7.18-33.53.1.i586",
"product_id": "python-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.i586",
"product": {
"name": "python-base-2.7.18-33.53.1.i586",
"product_id": "python-base-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.i586",
"product": {
"name": "python-curses-2.7.18-33.53.1.i586",
"product_id": "python-curses-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.i586",
"product": {
"name": "python-demo-2.7.18-33.53.1.i586",
"product_id": "python-demo-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.i586",
"product": {
"name": "python-devel-2.7.18-33.53.1.i586",
"product_id": "python-devel-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.i586",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.i586",
"product_id": "python-gdbm-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.i586",
"product": {
"name": "python-idle-2.7.18-33.53.1.i586",
"product_id": "python-idle-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.i586",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.i586",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.i586",
"product": {
"name": "python-tk-2.7.18-33.53.1.i586",
"product_id": "python-tk-2.7.18-33.53.1.i586"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.i586",
"product": {
"name": "python-xml-2.7.18-33.53.1.i586",
"product_id": "python-xml-2.7.18-33.53.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python-doc-2.7.18-33.53.1.noarch",
"product": {
"name": "python-doc-2.7.18-33.53.1.noarch",
"product_id": "python-doc-2.7.18-33.53.1.noarch"
}
},
{
"category": "product_version",
"name": "python-doc-pdf-2.7.18-33.53.1.noarch",
"product": {
"name": "python-doc-pdf-2.7.18-33.53.1.noarch",
"product_id": "python-doc-pdf-2.7.18-33.53.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.ppc64le",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.ppc64le",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-2.7.18-33.53.1.ppc64le",
"product_id": "python-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-base-2.7.18-33.53.1.ppc64le",
"product_id": "python-base-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-curses-2.7.18-33.53.1.ppc64le",
"product_id": "python-curses-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-demo-2.7.18-33.53.1.ppc64le",
"product_id": "python-demo-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-devel-2.7.18-33.53.1.ppc64le",
"product_id": "python-devel-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.ppc64le",
"product_id": "python-gdbm-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-idle-2.7.18-33.53.1.ppc64le",
"product_id": "python-idle-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.ppc64le",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-tk-2.7.18-33.53.1.ppc64le",
"product_id": "python-tk-2.7.18-33.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.ppc64le",
"product": {
"name": "python-xml-2.7.18-33.53.1.ppc64le",
"product_id": "python-xml-2.7.18-33.53.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.s390",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.s390",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.s390",
"product": {
"name": "python-2.7.18-33.53.1.s390",
"product_id": "python-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.s390",
"product": {
"name": "python-base-2.7.18-33.53.1.s390",
"product_id": "python-base-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.s390",
"product": {
"name": "python-curses-2.7.18-33.53.1.s390",
"product_id": "python-curses-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.s390",
"product": {
"name": "python-demo-2.7.18-33.53.1.s390",
"product_id": "python-demo-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.s390",
"product": {
"name": "python-devel-2.7.18-33.53.1.s390",
"product_id": "python-devel-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.s390",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.s390",
"product_id": "python-gdbm-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.s390",
"product": {
"name": "python-idle-2.7.18-33.53.1.s390",
"product_id": "python-idle-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.s390",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.s390",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.s390",
"product": {
"name": "python-tk-2.7.18-33.53.1.s390",
"product_id": "python-tk-2.7.18-33.53.1.s390"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.s390",
"product": {
"name": "python-xml-2.7.18-33.53.1.s390",
"product_id": "python-xml-2.7.18-33.53.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.s390x",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.s390x",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython2_7-1_0-32bit-2.7.18-33.53.1.s390x",
"product": {
"name": "libpython2_7-1_0-32bit-2.7.18-33.53.1.s390x",
"product_id": "libpython2_7-1_0-32bit-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.s390x",
"product": {
"name": "python-2.7.18-33.53.1.s390x",
"product_id": "python-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-32bit-2.7.18-33.53.1.s390x",
"product": {
"name": "python-32bit-2.7.18-33.53.1.s390x",
"product_id": "python-32bit-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.s390x",
"product": {
"name": "python-base-2.7.18-33.53.1.s390x",
"product_id": "python-base-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-base-32bit-2.7.18-33.53.1.s390x",
"product": {
"name": "python-base-32bit-2.7.18-33.53.1.s390x",
"product_id": "python-base-32bit-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.s390x",
"product": {
"name": "python-curses-2.7.18-33.53.1.s390x",
"product_id": "python-curses-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.s390x",
"product": {
"name": "python-demo-2.7.18-33.53.1.s390x",
"product_id": "python-demo-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.s390x",
"product": {
"name": "python-devel-2.7.18-33.53.1.s390x",
"product_id": "python-devel-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.s390x",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.s390x",
"product_id": "python-gdbm-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.s390x",
"product": {
"name": "python-idle-2.7.18-33.53.1.s390x",
"product_id": "python-idle-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.s390x",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.s390x",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.s390x",
"product": {
"name": "python-tk-2.7.18-33.53.1.s390x",
"product_id": "python-tk-2.7.18-33.53.1.s390x"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.s390x",
"product": {
"name": "python-xml-2.7.18-33.53.1.s390x",
"product_id": "python-xml-2.7.18-33.53.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"product": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"product_id": "libpython2_7-1_0-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"product": {
"name": "libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"product_id": "libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-2.7.18-33.53.1.x86_64",
"product_id": "python-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-32bit-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-32bit-2.7.18-33.53.1.x86_64",
"product_id": "python-32bit-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-base-2.7.18-33.53.1.x86_64",
"product_id": "python-base-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-base-32bit-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-base-32bit-2.7.18-33.53.1.x86_64",
"product_id": "python-base-32bit-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-curses-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-curses-2.7.18-33.53.1.x86_64",
"product_id": "python-curses-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-demo-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-demo-2.7.18-33.53.1.x86_64",
"product_id": "python-demo-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-devel-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-devel-2.7.18-33.53.1.x86_64",
"product_id": "python-devel-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-gdbm-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-gdbm-2.7.18-33.53.1.x86_64",
"product_id": "python-gdbm-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-idle-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-idle-2.7.18-33.53.1.x86_64",
"product_id": "python-idle-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-strict-tls-check-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-strict-tls-check-2.7.18-33.53.1.x86_64",
"product_id": "python-strict-tls-check-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-tk-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-tk-2.7.18-33.53.1.x86_64",
"product_id": "python-tk-2.7.18-33.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "python-xml-2.7.18-33.53.1.x86_64",
"product": {
"name": "python-xml-2.7.18-33.53.1.x86_64",
"product_id": "python-xml-2.7.18-33.53.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.53.1.x86_64"
},
"product_reference": "libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64"
},
"product_reference": "libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-32bit-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-32bit-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-base-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-base-32bit-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-base-32bit-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-curses-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-curses-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-demo-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-demo-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-devel-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-devel-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-2.7.18-33.53.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.53.1.noarch"
},
"product_reference": "python-doc-2.7.18-33.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-doc-pdf-2.7.18-33.53.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.53.1.noarch"
},
"product_reference": "python-doc-pdf-2.7.18-33.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gdbm-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-gdbm-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idle-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-idle-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tk-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-tk-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-xml-2.7.18-33.53.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.53.1.x86_64"
},
"product_reference": "python-xml-2.7.18-33.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:libpython2_7-1_0-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-base-32bit-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-curses-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-demo-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-devel-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-doc-pdf-2.7.18-33.53.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-gdbm-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-idle-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-tk-2.7.18-33.53.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-xml-2.7.18-33.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:14:42Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02787-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python3",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python3 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249). \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2787,SUSE-SUSE-MicroOS-5.1-2025-2787",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02787-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02787-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502787-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02787-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041194.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python3",
"tracking": {
"current_release_date": "2025-08-13T11:51:30Z",
"generator": {
"date": "2025-08-13T11:51:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02787-1",
"initial_release_date": "2025-08-13T11:51:30Z",
"revision_history": [
{
"date": "2025-08-13T11:51:30Z",
"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.185.1.aarch64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.aarch64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.185.2.aarch64",
"product": {
"name": "python3-3.6.15-150000.3.185.2.aarch64",
"product_id": "python3-3.6.15-150000.3.185.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-base-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-base-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.185.2.aarch64",
"product": {
"name": "python3-curses-3.6.15-150000.3.185.2.aarch64",
"product_id": "python3-curses-3.6.15-150000.3.185.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.185.2.aarch64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.185.2.aarch64",
"product_id": "python3-dbm-3.6.15-150000.3.185.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-devel-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-devel-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-doc-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-doc-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.185.2.aarch64",
"product": {
"name": "python3-idle-3.6.15-150000.3.185.2.aarch64",
"product_id": "python3-idle-3.6.15-150000.3.185.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-testsuite-3.6.15-150000.3.185.1.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.185.2.aarch64",
"product": {
"name": "python3-tk-3.6.15-150000.3.185.2.aarch64",
"product_id": "python3-tk-3.6.15-150000.3.185.2.aarch64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.185.1.aarch64",
"product": {
"name": "python3-tools-3.6.15-150000.3.185.1.aarch64",
"product_id": "python3-tools-3.6.15-150000.3.185.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.185.1.aarch64_ilp32",
"product": {
"name": "libpython3_6m1_0-64bit-3.6.15-150000.3.185.1.aarch64_ilp32",
"product_id": "libpython3_6m1_0-64bit-3.6.15-150000.3.185.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.i586",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.i586",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.185.2.i586",
"product": {
"name": "python3-3.6.15-150000.3.185.2.i586",
"product_id": "python3-3.6.15-150000.3.185.2.i586"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-base-3.6.15-150000.3.185.1.i586",
"product_id": "python3-base-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.185.2.i586",
"product": {
"name": "python3-curses-3.6.15-150000.3.185.2.i586",
"product_id": "python3-curses-3.6.15-150000.3.185.2.i586"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.185.2.i586",
"product": {
"name": "python3-dbm-3.6.15-150000.3.185.2.i586",
"product_id": "python3-dbm-3.6.15-150000.3.185.2.i586"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-devel-3.6.15-150000.3.185.1.i586",
"product_id": "python3-devel-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-doc-3.6.15-150000.3.185.1.i586",
"product_id": "python3-doc-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.i586",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.185.2.i586",
"product": {
"name": "python3-idle-3.6.15-150000.3.185.2.i586",
"product_id": "python3-idle-3.6.15-150000.3.185.2.i586"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.185.1.i586",
"product_id": "python3-testsuite-3.6.15-150000.3.185.1.i586"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.185.2.i586",
"product": {
"name": "python3-tk-3.6.15-150000.3.185.2.i586",
"product_id": "python3-tk-3.6.15-150000.3.185.2.i586"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.185.1.i586",
"product": {
"name": "python3-tools-3.6.15-150000.3.185.1.i586",
"product_id": "python3-tools-3.6.15-150000.3.185.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.ppc64le",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.185.2.ppc64le",
"product": {
"name": "python3-3.6.15-150000.3.185.2.ppc64le",
"product_id": "python3-3.6.15-150000.3.185.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-base-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-base-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.185.2.ppc64le",
"product": {
"name": "python3-curses-3.6.15-150000.3.185.2.ppc64le",
"product_id": "python3-curses-3.6.15-150000.3.185.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.185.2.ppc64le",
"product": {
"name": "python3-dbm-3.6.15-150000.3.185.2.ppc64le",
"product_id": "python3-dbm-3.6.15-150000.3.185.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-devel-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-devel-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-doc-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-doc-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.185.2.ppc64le",
"product": {
"name": "python3-idle-3.6.15-150000.3.185.2.ppc64le",
"product_id": "python3-idle-3.6.15-150000.3.185.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-testsuite-3.6.15-150000.3.185.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.185.2.ppc64le",
"product": {
"name": "python3-tk-3.6.15-150000.3.185.2.ppc64le",
"product_id": "python3-tk-3.6.15-150000.3.185.2.ppc64le"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.185.1.ppc64le",
"product": {
"name": "python3-tools-3.6.15-150000.3.185.1.ppc64le",
"product_id": "python3-tools-3.6.15-150000.3.185.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.s390x",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.185.2.s390x",
"product": {
"name": "python3-3.6.15-150000.3.185.2.s390x",
"product_id": "python3-3.6.15-150000.3.185.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-base-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-base-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.185.2.s390x",
"product": {
"name": "python3-curses-3.6.15-150000.3.185.2.s390x",
"product_id": "python3-curses-3.6.15-150000.3.185.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.185.2.s390x",
"product": {
"name": "python3-dbm-3.6.15-150000.3.185.2.s390x",
"product_id": "python3-dbm-3.6.15-150000.3.185.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-devel-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-devel-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-doc-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-doc-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.185.2.s390x",
"product": {
"name": "python3-idle-3.6.15-150000.3.185.2.s390x",
"product_id": "python3-idle-3.6.15-150000.3.185.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-testsuite-3.6.15-150000.3.185.1.s390x"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.185.2.s390x",
"product": {
"name": "python3-tk-3.6.15-150000.3.185.2.s390x",
"product_id": "python3-tk-3.6.15-150000.3.185.2.s390x"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.185.1.s390x",
"product": {
"name": "python3-tools-3.6.15-150000.3.185.1.s390x",
"product_id": "python3-tools-3.6.15-150000.3.185.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64",
"product_id": "libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "libpython3_6m1_0-32bit-3.6.15-150000.3.185.1.x86_64",
"product_id": "libpython3_6m1_0-32bit-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-3.6.15-150000.3.185.2.x86_64",
"product": {
"name": "python3-3.6.15-150000.3.185.2.x86_64",
"product_id": "python3-3.6.15-150000.3.185.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-base-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-base-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-base-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-curses-3.6.15-150000.3.185.2.x86_64",
"product": {
"name": "python3-curses-3.6.15-150000.3.185.2.x86_64",
"product_id": "python3-curses-3.6.15-150000.3.185.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-dbm-3.6.15-150000.3.185.2.x86_64",
"product": {
"name": "python3-dbm-3.6.15-150000.3.185.2.x86_64",
"product_id": "python3-dbm-3.6.15-150000.3.185.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-devel-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-devel-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-devel-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-doc-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-doc-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-doc-devhelp-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-doc-devhelp-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-idle-3.6.15-150000.3.185.2.x86_64",
"product": {
"name": "python3-idle-3.6.15-150000.3.185.2.x86_64",
"product_id": "python3-idle-3.6.15-150000.3.185.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-testsuite-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-testsuite-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-testsuite-3.6.15-150000.3.185.1.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tk-3.6.15-150000.3.185.2.x86_64",
"product": {
"name": "python3-tk-3.6.15-150000.3.185.2.x86_64",
"product_id": "python3-tk-3.6.15-150000.3.185.2.x86_64"
}
},
{
"category": "product_version",
"name": "python3-tools-3.6.15-150000.3.185.1.x86_64",
"product": {
"name": "python3-tools-3.6.15-150000.3.185.1.x86_64",
"product_id": "python3-tools-3.6.15-150000.3.185.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.185.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.185.1.aarch64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.185.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.185.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.185.1.s390x"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.185.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.185.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.185.1.x86_64"
},
"product_reference": "libpython3_6m1_0-3.6.15-150000.3.185.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.185.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.aarch64"
},
"product_reference": "python3-3.6.15-150000.3.185.2.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.185.2.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.s390x"
},
"product_reference": "python3-3.6.15-150000.3.185.2.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.185.2.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.185.2.x86_64"
},
"product_reference": "python3-3.6.15-150000.3.185.2.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.185.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.185.1.aarch64"
},
"product_reference": "python3-base-3.6.15-150000.3.185.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.185.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.185.1.s390x"
},
"product_reference": "python3-base-3.6.15-150000.3.185.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.185.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.185.1.x86_64"
},
"product_reference": "python3-base-3.6.15-150000.3.185.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:libpython3_6m1_0-3.6.15-150000.3.185.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-3.6.15-150000.3.185.2.x86_64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.s390x",
"SUSE Linux Enterprise Micro 5.1:python3-base-3.6.15-150000.3.185.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-13T11:51:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:20631-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python311",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python311 fixes the following issues:\n\n- CVE-2025-8194: Fixed infinite loop and deadlock caused by tar \n archives with negative offsets (bsc#1247249)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-438",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_20631-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20631-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520631-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20631-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022448.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python311",
"tracking": {
"current_release_date": "2025-08-27T10:27:12Z",
"generator": {
"date": "2025-08-27T10:27:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20631-1",
"initial_release_date": "2025-08-27T10:27:12Z",
"revision_history": [
{
"date": "2025-08-27T10:27:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-2.1.aarch64",
"product": {
"name": "libpython3_11-1_0-3.11.13-2.1.aarch64",
"product_id": "libpython3_11-1_0-3.11.13-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-2.1.aarch64",
"product": {
"name": "python311-3.11.13-2.1.aarch64",
"product_id": "python311-3.11.13-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-2.1.aarch64",
"product": {
"name": "python311-base-3.11.13-2.1.aarch64",
"product_id": "python311-base-3.11.13-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-2.1.aarch64",
"product": {
"name": "python311-curses-3.11.13-2.1.aarch64",
"product_id": "python311-curses-3.11.13-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-2.1.s390x",
"product": {
"name": "libpython3_11-1_0-3.11.13-2.1.s390x",
"product_id": "libpython3_11-1_0-3.11.13-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-2.1.s390x",
"product": {
"name": "python311-3.11.13-2.1.s390x",
"product_id": "python311-3.11.13-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-2.1.s390x",
"product": {
"name": "python311-base-3.11.13-2.1.s390x",
"product_id": "python311-base-3.11.13-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-2.1.s390x",
"product": {
"name": "python311-curses-3.11.13-2.1.s390x",
"product_id": "python311-curses-3.11.13-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_11-1_0-3.11.13-2.1.x86_64",
"product": {
"name": "libpython3_11-1_0-3.11.13-2.1.x86_64",
"product_id": "libpython3_11-1_0-3.11.13-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-3.11.13-2.1.x86_64",
"product": {
"name": "python311-3.11.13-2.1.x86_64",
"product_id": "python311-3.11.13-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-base-3.11.13-2.1.x86_64",
"product": {
"name": "python311-base-3.11.13-2.1.x86_64",
"product_id": "python311-base-3.11.13-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-2.1.x86_64",
"product": {
"name": "python311-curses-3.11.13-2.1.x86_64",
"product_id": "python311-curses-3.11.13-2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.aarch64"
},
"product_reference": "libpython3_11-1_0-3.11.13-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.s390x"
},
"product_reference": "libpython3_11-1_0-3.11.13-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_11-1_0-3.11.13-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.x86_64"
},
"product_reference": "libpython3_11-1_0-3.11.13-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-2.1.aarch64"
},
"product_reference": "python311-3.11.13-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-2.1.s390x"
},
"product_reference": "python311-3.11.13-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-3.11.13-2.1.x86_64"
},
"product_reference": "python311-3.11.13-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.aarch64"
},
"product_reference": "python311-base-3.11.13-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.s390x"
},
"product_reference": "python311-base-3.11.13-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-base-3.11.13-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.x86_64"
},
"product_reference": "python311-base-3.11.13-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-2.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.aarch64"
},
"product_reference": "python311-curses-3.11.13-2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-2.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.s390x"
},
"product_reference": "python311-curses-3.11.13-2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-2.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.x86_64"
},
"product_reference": "python311-curses-3.11.13-2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:libpython3_11-1_0-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-base-3.11.13-2.1.x86_64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.aarch64",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.s390x",
"SUSE Linux Micro 6.0:python311-curses-3.11.13-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-27T10:27:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02948-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python310",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python310 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2948,openSUSE-SLE-15.6-2025-2948",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02948-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02948-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502948-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02948-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041324.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python310",
"tracking": {
"current_release_date": "2025-08-21T11:47:44Z",
"generator": {
"date": "2025-08-21T11:47:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02948-1",
"initial_release_date": "2025-08-21T11:47:44Z",
"revision_history": [
{
"date": "2025-08-21T11:47:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"product_id": "libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-base-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-base-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-curses-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-curses-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-dbm-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-dbm-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-devel-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-devel-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-doc-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-doc-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-idle-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-idle-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-testsuite-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-tk-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-tk-3.10.18-150400.4.88.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.18-150400.4.88.1.aarch64",
"product": {
"name": "python310-tools-3.10.18-150400.4.88.1.aarch64",
"product_id": "python310-tools-3.10.18-150400.4.88.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product": {
"name": "libpython3_10-1_0-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product_id": "libpython3_10-1_0-64bit-3.10.18-150400.4.88.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product": {
"name": "python310-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product_id": "python310-64bit-3.10.18-150400.4.88.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python310-base-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product": {
"name": "python310-base-64bit-3.10.18-150400.4.88.1.aarch64_ilp32",
"product_id": "python310-base-64bit-3.10.18-150400.4.88.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.i586",
"product": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.i586",
"product_id": "libpython3_10-1_0-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-3.10.18-150400.4.88.1.i586",
"product_id": "python310-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-base-3.10.18-150400.4.88.1.i586",
"product_id": "python310-base-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-curses-3.10.18-150400.4.88.1.i586",
"product_id": "python310-curses-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-dbm-3.10.18-150400.4.88.1.i586",
"product_id": "python310-dbm-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-devel-3.10.18-150400.4.88.1.i586",
"product_id": "python310-devel-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-doc-3.10.18-150400.4.88.1.i586",
"product_id": "python310-doc-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.i586",
"product_id": "python310-doc-devhelp-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-idle-3.10.18-150400.4.88.1.i586",
"product_id": "python310-idle-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.i586",
"product_id": "python310-testsuite-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-tk-3.10.18-150400.4.88.1.i586",
"product_id": "python310-tk-3.10.18-150400.4.88.1.i586"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.18-150400.4.88.1.i586",
"product": {
"name": "python310-tools-3.10.18-150400.4.88.1.i586",
"product_id": "python310-tools-3.10.18-150400.4.88.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"product_id": "libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-base-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-base-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-curses-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-curses-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-dbm-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-devel-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-devel-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-doc-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-doc-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-idle-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-idle-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-testsuite-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-tk-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-tk-3.10.18-150400.4.88.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.18-150400.4.88.1.ppc64le",
"product": {
"name": "python310-tools-3.10.18-150400.4.88.1.ppc64le",
"product_id": "python310-tools-3.10.18-150400.4.88.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"product_id": "libpython3_10-1_0-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-base-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-base-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-curses-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-curses-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-dbm-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-dbm-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-devel-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-devel-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-doc-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-doc-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-doc-devhelp-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-idle-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-idle-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-testsuite-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-tk-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-tk-3.10.18-150400.4.88.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.18-150400.4.88.1.s390x",
"product": {
"name": "python310-tools-3.10.18-150400.4.88.1.s390x",
"product_id": "python310-tools-3.10.18-150400.4.88.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"product_id": "libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"product_id": "libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-32bit-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-32bit-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-base-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-base-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-base-32bit-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-curses-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-curses-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-dbm-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-dbm-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-devel-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-devel-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-devel-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-doc-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-doc-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-idle-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-idle-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-testsuite-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-tk-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-tk-3.10.18-150400.4.88.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tools-3.10.18-150400.4.88.1.x86_64",
"product": {
"name": "python310-tools-3.10.18-150400.4.88.1.x86_64",
"product_id": "python310-tools-3.10.18-150400.4.88.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-32bit-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-32bit-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-base-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-base-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-base-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-base-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-base-32bit-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-base-32bit-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-curses-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-curses-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-curses-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-curses-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-dbm-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-dbm-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-dbm-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-devel-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-devel-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-devel-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-devel-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-devel-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-doc-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-doc-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-doc-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-doc-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-idle-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-idle-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-idle-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-idle-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-testsuite-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-testsuite-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-tk-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-tk-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-tk-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-tk-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.18-150400.4.88.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.aarch64"
},
"product_reference": "python310-tools-3.10.18-150400.4.88.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.18-150400.4.88.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.ppc64le"
},
"product_reference": "python310-tools-3.10.18-150400.4.88.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.18-150400.4.88.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.s390x"
},
"product_reference": "python310-tools-3.10.18-150400.4.88.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tools-3.10.18-150400.4.88.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.x86_64"
},
"product_reference": "python310-tools-3.10.18-150400.4.88.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:libpython3_10-1_0-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:libpython3_10-1_0-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-base-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-base-32bit-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-curses-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-dbm-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-devel-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-doc-devhelp-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-idle-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-testsuite-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tk-3.10.18-150400.4.88.1.x86_64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.aarch64",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.ppc64le",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.s390x",
"openSUSE Leap 15.6:python310-tools-3.10.18-150400.4.88.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-21T11:47:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02767-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python313",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python313 fixes the following issues:\n\n- CVE-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n- CVE-2025-6069: Avoid worst case quadratic complexity when processing certain crafted malformed inputs with HTMLParser (bsc#1244705).\n- CVE-2025-4435: Fixed Tarfile extracting filtered members when errorlevel=0 (bsc#1244061).\n ",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2767,SUSE-SLE-Module-Python3-15-SP7-2025-2767",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_02767-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02767-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502767-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02767-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041176.html"
},
{
"category": "self",
"summary": "SUSE Bug 1243155",
"url": "https://bugzilla.suse.com/1243155"
},
{
"category": "self",
"summary": "SUSE Bug 1244061",
"url": "https://bugzilla.suse.com/1244061"
},
{
"category": "self",
"summary": "SUSE Bug 1244705",
"url": "https://bugzilla.suse.com/1244705"
},
{
"category": "self",
"summary": "SUSE Bug 1246229",
"url": "https://bugzilla.suse.com/1246229"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python313",
"tracking": {
"current_release_date": "2025-08-12T13:01:00Z",
"generator": {
"date": "2025-08-12T13:01:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02767-1",
"initial_release_date": "2025-08-12T13:01:00Z",
"revision_history": [
{
"date": "2025-08-12T13:01:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-base-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-curses-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-devel-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-doc-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-idle-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-tk-3.13.5-150700.4.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"product_id": "python313-tools-3.13.5-150700.4.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "libpython3_13-1_0-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "python313-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product": {
"name": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32",
"product_id": "python313-base-64bit-3.13.5-150700.4.20.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-3.13.5-150700.4.20.1.i586",
"product_id": "python313-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.i586",
"product_id": "python313-base-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.i586",
"product_id": "python313-curses-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.i586",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.i586",
"product_id": "python313-devel-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.i586",
"product_id": "python313-doc-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.i586",
"product_id": "python313-idle-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.i586",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.i586",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.i586",
"product_id": "python313-tk-3.13.5-150700.4.20.1.i586"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.i586",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.i586",
"product_id": "python313-tools-3.13.5-150700.4.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-base-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-curses-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-devel-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-doc-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-idle-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-tk-3.13.5-150700.4.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"product_id": "python313-tools-3.13.5-150700.4.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-base-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-curses-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-devel-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-doc-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-idle-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-tk-3.13.5-150700.4.20.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.s390x",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.s390x",
"product_id": "python313-tools-3.13.5-150700.4.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13-1_0-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64",
"product_id": "libpython3_13t1_0-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-base-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-base-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-base-32bit-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-curses-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-dbm-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-devel-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-doc-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-doc-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-doc-devhelp-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-idle-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-base-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-curses-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-dbm-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-devel-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-idle-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-testsuite-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-tk-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-nogil-tools-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-testsuite-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-testsuite-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-testsuite-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-tk-3.13.5-150700.4.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"product": {
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"product_id": "python313-tools-3.13.5-150700.4.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-base-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-base-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-curses-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-dbm-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-devel-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-devel-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-idle-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-tk-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tools-3.13.5-150700.4.20.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
},
"product_reference": "python313-tools-3.13.5-150700.4.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:libpython3_13-1_0-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-base-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-curses-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-dbm-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-devel-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-idle-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tk-3.13.5-150700.4.20.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python313-tools-3.13.5-150700.4.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-12T13:01:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
suse-su-2025:02982-1
Vulnerability from csaf_suse
Notes
{
"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-2025-8194: Fixed denial of service caused by tar archives with negative offsets (bsc#1247249).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2982,SUSE-SLE-Module-Python3-15-SP6-2025-2982,openSUSE-SLE-15.6-2025-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-2025_02982-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02982-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502982-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02982-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041354.html"
},
{
"category": "self",
"summary": "SUSE Bug 1247249",
"url": "https://bugzilla.suse.com/1247249"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "Security update for python312",
"tracking": {
"current_release_date": "2025-08-25T13:48:25Z",
"generator": {
"date": "2025-08-25T13:48:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02982-1",
"initial_release_date": "2025-08-25T13:48:25Z",
"revision_history": [
{
"date": "2025-08-25T13:48:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-base-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-base-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-curses-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-curses-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-dbm-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-dbm-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-devel-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-devel-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-doc-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-doc-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-idle-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-idle-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-testsuite-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-tk-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-tk-3.12.11-150600.3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.36.1.aarch64",
"product": {
"name": "python312-tools-3.12.11-150600.3.36.1.aarch64",
"product_id": "python312-tools-3.12.11-150600.3.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product": {
"name": "libpython3_12-1_0-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product_id": "libpython3_12-1_0-64bit-3.12.11-150600.3.36.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product": {
"name": "python312-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product_id": "python312-64bit-3.12.11-150600.3.36.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "python312-base-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product": {
"name": "python312-base-64bit-3.12.11-150600.3.36.1.aarch64_ilp32",
"product_id": "python312-base-64bit-3.12.11-150600.3.36.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.i586",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.i586",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-3.12.11-150600.3.36.1.i586",
"product_id": "python312-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-base-3.12.11-150600.3.36.1.i586",
"product_id": "python312-base-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-curses-3.12.11-150600.3.36.1.i586",
"product_id": "python312-curses-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-dbm-3.12.11-150600.3.36.1.i586",
"product_id": "python312-dbm-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-devel-3.12.11-150600.3.36.1.i586",
"product_id": "python312-devel-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-doc-3.12.11-150600.3.36.1.i586",
"product_id": "python312-doc-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.i586",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-idle-3.12.11-150600.3.36.1.i586",
"product_id": "python312-idle-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.i586",
"product_id": "python312-testsuite-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-tk-3.12.11-150600.3.36.1.i586",
"product_id": "python312-tk-3.12.11-150600.3.36.1.i586"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.36.1.i586",
"product": {
"name": "python312-tools-3.12.11-150600.3.36.1.i586",
"product_id": "python312-tools-3.12.11-150600.3.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-base-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-base-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-curses-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-curses-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-dbm-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-devel-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-devel-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-doc-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-doc-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-idle-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-idle-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-testsuite-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-tk-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-tk-3.12.11-150600.3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.36.1.ppc64le",
"product": {
"name": "python312-tools-3.12.11-150600.3.36.1.ppc64le",
"product_id": "python312-tools-3.12.11-150600.3.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-base-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-base-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-curses-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-curses-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-dbm-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-dbm-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-devel-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-devel-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-doc-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-doc-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-idle-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-idle-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-testsuite-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-tk-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-tk-3.12.11-150600.3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.36.1.s390x",
"product": {
"name": "python312-tools-3.12.11-150600.3.36.1.s390x",
"product_id": "python312-tools-3.12.11-150600.3.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"product_id": "libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"product_id": "libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-32bit-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-32bit-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-base-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-base-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-base-32bit-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-curses-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-curses-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-dbm-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-dbm-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-devel-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-devel-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-devel-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-doc-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-doc-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-idle-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-idle-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-testsuite-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-tk-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-tk-3.12.11-150600.3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tools-3.12.11-150600.3.36.1.x86_64",
"product": {
"name": "python312-tools-3.12.11-150600.3.36.1.x86_64",
"product_id": "python312-tools-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-base-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-base-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-base-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-base-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.s390x"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.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.11-150600.3.36.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.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.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.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "libpython3_12-1_0-3.12.11-150600.3.36.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.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-32bit-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-base-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-base-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-base-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-base-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-base-32bit-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-curses-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-dbm-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-devel-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-devel-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-doc-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-doc-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-doc-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-doc-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-idle-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-testsuite-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-tk-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.36.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.aarch64"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.36.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.ppc64le"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.36.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.s390x"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tools-3.12.11-150600.3.36.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.x86_64"
},
"product_reference": "python312-tools-3.12.11-150600.3.36.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-base-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python312-tools-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:libpython3_12-1_0-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:libpython3_12-1_0-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-base-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-base-32bit-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-curses-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-dbm-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-devel-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-doc-devhelp-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-idle-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-testsuite-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tk-3.12.11-150600.3.36.1.x86_64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.aarch64",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.ppc64le",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.s390x",
"openSUSE Leap 15.6:python312-tools-3.12.11-150600.3.36.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-25T13:48:25Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
CERTFR-2025-AVI-0789
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP13 IF02 ",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar App SDK versions ant\u00e9rieures \u00e0 2.2.4",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Investigation Assistant versions ant\u00e9rieures \u00e0 1.1.1",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-38380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38380"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-6032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6032"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-22058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22058"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2021-47670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47670"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2024-56644",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56644"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
}
],
"initial_release_date": "2025-09-12T00:00:00",
"last_revision_date": "2025-09-12T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0789",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-12T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-09-12",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244786",
"url": "https://www.ibm.com/support/pages/node/7244786"
},
{
"published_at": "2025-09-08",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244264",
"url": "https://www.ibm.com/support/pages/node/7244264"
},
{
"published_at": "2025-09-10",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244494",
"url": "https://www.ibm.com/support/pages/node/7244494"
}
]
}
CERTFR-2025-AVI-0756
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T | ||
| VMware | Tanzu | Tanzu for MySQL on Cloud Foundry versions antérieures à 10.0.2 | ||
| VMware | Tanzu | Java Buildpack versions antérieures à 4.84.0 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy Azure Light versions antérieures à 1.894 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 10.0.9 | ||
| VMware | Tanzu | Tanzu Scheduler versions antérieures à 2.0.20 | ||
| VMware | Tanzu | Spring Cloud Services for VMware Tanzu versions antérieures à 3.3.9 | ||
| VMware | Tanzu | Tanzu GemFire versions antérieures à 10.1.4 | ||
| VMware | Tanzu Operations Manager | Tanzu Operations Manager versions antérieures à 3.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform for Cloud Foundry isolation segment versions antérieures à 6.0.19+LTS-T | ||
| VMware | Tanzu | Single Sign-On for VMware Tanzu Application Service versions antérieures à 1.16.12 | ||
| VMware | Tanzu | Tanzu Hub versions antérieures à 10.2.1 | ||
| VMware | Tanzu | Stemcells pour Ubuntu Jammy versions antérieures à 1.894 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu Platform for Cloud Foundry isolation segment 10.2.2+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for MySQL on Cloud Foundry versions ant\u00e9rieures \u00e0 10.0.2",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Java Buildpack versions ant\u00e9rieures \u00e0 4.84.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy Azure Light versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.0.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Scheduler versions ant\u00e9rieures \u00e0 2.0.20",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services for VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.9",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire versions ant\u00e9rieures \u00e0 10.1.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Operations Manager versions ant\u00e9rieures \u00e0 3.1.2",
"product": {
"name": "Tanzu Operations Manager",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform for Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.19+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On for VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.12",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.2.1",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells pour Ubuntu Jammy versions ant\u00e9rieures \u00e0 1.894",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2021-44832",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44832"
},
{
"name": "CVE-2021-45105",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45105"
},
{
"name": "CVE-2021-44228",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44228"
},
{
"name": "CVE-2013-1548",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-1548"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2017-8046",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8046"
},
{
"name": "CVE-2018-3280",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3280"
},
{
"name": "CVE-2018-3137",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3137"
},
{
"name": "CVE-2018-3285",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3285"
},
{
"name": "CVE-2018-3182",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3182"
},
{
"name": "CVE-2018-3186",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3186"
},
{
"name": "CVE-2018-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3195"
},
{
"name": "CVE-2018-3286",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3286"
},
{
"name": "CVE-2018-3170",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3170"
},
{
"name": "CVE-2018-3279",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3279"
},
{
"name": "CVE-2018-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3212"
},
{
"name": "CVE-2018-3203",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3203"
},
{
"name": "CVE-2018-3145",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3145"
},
{
"name": "CVE-2019-2530",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2530"
},
{
"name": "CVE-2019-2436",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2436"
},
{
"name": "CVE-2019-2539",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2539"
},
{
"name": "CVE-2019-2494",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2494"
},
{
"name": "CVE-2019-2535",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2535"
},
{
"name": "CVE-2019-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2533"
},
{
"name": "CVE-2019-2495",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2495"
},
{
"name": "CVE-2019-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2513"
},
{
"name": "CVE-2019-2536",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2536"
},
{
"name": "CVE-2019-2502",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2502"
},
{
"name": "CVE-2019-2634",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2634"
},
{
"name": "CVE-2019-2587",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2587"
},
{
"name": "CVE-2019-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2584"
},
{
"name": "CVE-2019-2691",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2691"
},
{
"name": "CVE-2019-2606",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2606"
},
{
"name": "CVE-2019-2630",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2630"
},
{
"name": "CVE-2019-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2624"
},
{
"name": "CVE-2019-2623",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2623"
},
{
"name": "CVE-2019-2695",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2695"
},
{
"name": "CVE-2019-2596",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2596"
},
{
"name": "CVE-2019-2580",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2580"
},
{
"name": "CVE-2019-2644",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2644"
},
{
"name": "CVE-2019-2681",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2681"
},
{
"name": "CVE-2019-2617",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2617"
},
{
"name": "CVE-2019-2636",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2636"
},
{
"name": "CVE-2019-2689",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2689"
},
{
"name": "CVE-2019-2693",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2693"
},
{
"name": "CVE-2019-2593",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2593"
},
{
"name": "CVE-2019-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2625"
},
{
"name": "CVE-2019-2585",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2585"
},
{
"name": "CVE-2019-2631",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2631"
},
{
"name": "CVE-2019-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2694"
},
{
"name": "CVE-2019-2620",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2620"
},
{
"name": "CVE-2019-2688",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2688"
},
{
"name": "CVE-2019-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2589"
},
{
"name": "CVE-2019-2635",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2635"
},
{
"name": "CVE-2019-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2626"
},
{
"name": "CVE-2019-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2686"
},
{
"name": "CVE-2019-2685",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2685"
},
{
"name": "CVE-2019-2687",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2687"
},
{
"name": "CVE-2019-2607",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2607"
},
{
"name": "CVE-2019-7317",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7317"
},
{
"name": "CVE-2019-2811",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2811"
},
{
"name": "CVE-2019-2740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2740"
},
{
"name": "CVE-2019-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2879"
},
{
"name": "CVE-2019-2808",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2808"
},
{
"name": "CVE-2019-2738",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2738"
},
{
"name": "CVE-2019-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2819"
},
{
"name": "CVE-2019-2737",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2737"
},
{
"name": "CVE-2019-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2814"
},
{
"name": "CVE-2019-2778",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2778"
},
{
"name": "CVE-2019-2822",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2822"
},
{
"name": "CVE-2019-2802",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2802"
},
{
"name": "CVE-2019-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2803"
},
{
"name": "CVE-2019-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2752"
},
{
"name": "CVE-2019-2826",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2826"
},
{
"name": "CVE-2019-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2784"
},
{
"name": "CVE-2019-2789",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2789"
},
{
"name": "CVE-2019-2801",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2801"
},
{
"name": "CVE-2019-2791",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2791"
},
{
"name": "CVE-2019-2798",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2798"
},
{
"name": "CVE-2019-2796",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2796"
},
{
"name": "CVE-2019-2815",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2815"
},
{
"name": "CVE-2019-2810",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2810"
},
{
"name": "CVE-2019-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2780"
},
{
"name": "CVE-2019-2758",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2758"
},
{
"name": "CVE-2019-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2757"
},
{
"name": "CVE-2019-2785",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2785"
},
{
"name": "CVE-2019-2747",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2747"
},
{
"name": "CVE-2019-2741",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2741"
},
{
"name": "CVE-2019-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2830"
},
{
"name": "CVE-2019-2834",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2834"
},
{
"name": "CVE-2019-2743",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2743"
},
{
"name": "CVE-2019-2739",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2739"
},
{
"name": "CVE-2019-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2805"
},
{
"name": "CVE-2019-2797",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2797"
},
{
"name": "CVE-2019-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2774"
},
{
"name": "CVE-2019-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2795"
},
{
"name": "CVE-2019-2746",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2746"
},
{
"name": "CVE-2019-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2812"
},
{
"name": "CVE-2019-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2924"
},
{
"name": "CVE-2019-2914",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2914"
},
{
"name": "CVE-2019-2960",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2960"
},
{
"name": "CVE-2019-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2923"
},
{
"name": "CVE-2019-2968",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2968"
},
{
"name": "CVE-2019-2993",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2993"
},
{
"name": "CVE-2019-3009",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3009"
},
{
"name": "CVE-2019-2969",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2969"
},
{
"name": "CVE-2019-3011",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3011"
},
{
"name": "CVE-2019-2967",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2967"
},
{
"name": "CVE-2019-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2946"
},
{
"name": "CVE-2019-2966",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2966"
},
{
"name": "CVE-2019-2957",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2957"
},
{
"name": "CVE-2019-2948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2948"
},
{
"name": "CVE-2019-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2922"
},
{
"name": "CVE-2019-3004",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3004"
},
{
"name": "CVE-2019-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2998"
},
{
"name": "CVE-2019-2911",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2911"
},
{
"name": "CVE-2019-2950",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2950"
},
{
"name": "CVE-2019-2910",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2910"
},
{
"name": "CVE-2019-3018",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3018"
},
{
"name": "CVE-2019-2974",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2974"
},
{
"name": "CVE-2019-2991",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2991"
},
{
"name": "CVE-2019-2997",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2997"
},
{
"name": "CVE-2019-2938",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2938"
},
{
"name": "CVE-2019-3003",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3003"
},
{
"name": "CVE-2019-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2982"
},
{
"name": "CVE-2019-2963",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2963"
},
{
"name": "CVE-2020-2579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2579"
},
{
"name": "CVE-2020-2584",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2584"
},
{
"name": "CVE-2020-2577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2577"
},
{
"name": "CVE-2020-2679",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2679"
},
{
"name": "CVE-2020-2570",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2570"
},
{
"name": "CVE-2020-2572",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2572"
},
{
"name": "CVE-2020-2627",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2627"
},
{
"name": "CVE-2020-2660",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2660"
},
{
"name": "CVE-2020-2589",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2589"
},
{
"name": "CVE-2020-2573",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2573"
},
{
"name": "CVE-2020-2686",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2686"
},
{
"name": "CVE-2020-2694",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2694"
},
{
"name": "CVE-2020-2574",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2574"
},
{
"name": "CVE-2020-2770",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2770"
},
{
"name": "CVE-2020-2925",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2925"
},
{
"name": "CVE-2020-2853",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2853"
},
{
"name": "CVE-2020-2774",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2774"
},
{
"name": "CVE-2020-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2928"
},
{
"name": "CVE-2020-2897",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2897"
},
{
"name": "CVE-2020-2812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2812"
},
{
"name": "CVE-2020-2765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2765"
},
{
"name": "CVE-2020-2761",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2761"
},
{
"name": "CVE-2020-2790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2790"
},
{
"name": "CVE-2020-2752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2752"
},
{
"name": "CVE-2020-2904",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2904"
},
{
"name": "CVE-2020-2893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2893"
},
{
"name": "CVE-2020-2760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2760"
},
{
"name": "CVE-2020-2780",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2780"
},
{
"name": "CVE-2020-2903",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2903"
},
{
"name": "CVE-2020-2924",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2924"
},
{
"name": "CVE-2020-2806",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2806"
},
{
"name": "CVE-2020-2922",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2922"
},
{
"name": "CVE-2020-2901",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2901"
},
{
"name": "CVE-2020-2926",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2926"
},
{
"name": "CVE-2020-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2923"
},
{
"name": "CVE-2020-2921",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2921"
},
{
"name": "CVE-2020-2779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2779"
},
{
"name": "CVE-2020-2892",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2892"
},
{
"name": "CVE-2020-2896",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2896"
},
{
"name": "CVE-2020-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2804"
},
{
"name": "CVE-2020-2895",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2895"
},
{
"name": "CVE-2020-2930",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2930"
},
{
"name": "CVE-2020-2814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2814"
},
{
"name": "CVE-2020-2759",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2759"
},
{
"name": "CVE-2020-2763",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2763"
},
{
"name": "CVE-2020-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14550"
},
{
"name": "CVE-2020-14567",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14567"
},
{
"name": "CVE-2020-14559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14559"
},
{
"name": "CVE-2020-14576",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14576"
},
{
"name": "CVE-2020-14540",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14540"
},
{
"name": "CVE-2020-14547",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14547"
},
{
"name": "CVE-2020-14553",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14553"
},
{
"name": "CVE-2020-14539",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14539"
},
{
"name": "CVE-2020-14845",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14845"
},
{
"name": "CVE-2020-14799",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14799"
},
{
"name": "CVE-2020-14793",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14793"
},
{
"name": "CVE-2020-14888",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14888"
},
{
"name": "CVE-2020-14790",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14790"
},
{
"name": "CVE-2020-14789",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14789"
},
{
"name": "CVE-2020-14672",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14672"
},
{
"name": "CVE-2020-14846",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14846"
},
{
"name": "CVE-2020-14771",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14771"
},
{
"name": "CVE-2020-14873",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14873"
},
{
"name": "CVE-2020-14791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14791"
},
{
"name": "CVE-2020-14769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14769"
},
{
"name": "CVE-2020-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14844"
},
{
"name": "CVE-2020-14809",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14809"
},
{
"name": "CVE-2020-14860",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14860"
},
{
"name": "CVE-2020-14866",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14866"
},
{
"name": "CVE-2020-14861",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14861"
},
{
"name": "CVE-2020-14773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14773"
},
{
"name": "CVE-2020-14776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14776"
},
{
"name": "CVE-2020-14852",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14852"
},
{
"name": "CVE-2020-14760",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14760"
},
{
"name": "CVE-2020-14870",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14870"
},
{
"name": "CVE-2020-14837",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14837"
},
{
"name": "CVE-2020-14893",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14893"
},
{
"name": "CVE-2020-14836",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14836"
},
{
"name": "CVE-2020-14829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14829"
},
{
"name": "CVE-2020-14868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14868"
},
{
"name": "CVE-2020-14827",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14827"
},
{
"name": "CVE-2020-14839",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14839"
},
{
"name": "CVE-2020-14777",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14777"
},
{
"name": "CVE-2020-14812",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14812"
},
{
"name": "CVE-2020-14775",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14775"
},
{
"name": "CVE-2020-14838",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14838"
},
{
"name": "CVE-2020-14869",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14869"
},
{
"name": "CVE-2020-14765",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14765"
},
{
"name": "CVE-2020-14814",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14814"
},
{
"name": "CVE-2020-14821",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14821"
},
{
"name": "CVE-2020-14830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14830"
},
{
"name": "CVE-2020-14828",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14828"
},
{
"name": "CVE-2020-14804",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14804"
},
{
"name": "CVE-2020-14800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14800"
},
{
"name": "CVE-2020-14891",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14891"
},
{
"name": "CVE-2020-14848",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14848"
},
{
"name": "CVE-2020-14867",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14867"
},
{
"name": "CVE-2020-14785",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14785"
},
{
"name": "CVE-2020-14794",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14794"
},
{
"name": "CVE-2020-14786",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14786"
},
{
"name": "CVE-2020-15358",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15358"
},
{
"name": "CVE-2020-1971",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1971"
},
{
"name": "CVE-2021-2010",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2010"
},
{
"name": "CVE-2021-2001",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2001"
},
{
"name": "CVE-2021-2060",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2060"
},
{
"name": "CVE-2021-2014",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2014"
},
{
"name": "CVE-2021-2032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2032"
},
{
"name": "CVE-2021-2036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2036"
},
{
"name": "CVE-2021-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2007"
},
{
"name": "CVE-2021-2011",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2011"
},
{
"name": "CVE-2021-2022",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2022"
},
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2021-2308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2308"
},
{
"name": "CVE-2021-2213",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2213"
},
{
"name": "CVE-2021-2172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2172"
},
{
"name": "CVE-2021-2293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2293"
},
{
"name": "CVE-2021-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2208"
},
{
"name": "CVE-2021-2196",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2196"
},
{
"name": "CVE-2021-2194",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2194"
},
{
"name": "CVE-2021-2298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2298"
},
{
"name": "CVE-2021-2162",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2162"
},
{
"name": "CVE-2021-2179",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2179"
},
{
"name": "CVE-2021-2307",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2307"
},
{
"name": "CVE-2021-2217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2217"
},
{
"name": "CVE-2021-2180",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2180"
},
{
"name": "CVE-2021-2203",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2203"
},
{
"name": "CVE-2021-2144",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2144"
},
{
"name": "CVE-2021-2226",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2226"
},
{
"name": "CVE-2021-2232",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2232"
},
{
"name": "CVE-2021-2169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2169"
},
{
"name": "CVE-2021-2301",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2301"
},
{
"name": "CVE-2021-2202",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2202"
},
{
"name": "CVE-2021-2166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2166"
},
{
"name": "CVE-2021-2174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2174"
},
{
"name": "CVE-2021-2154",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2154"
},
{
"name": "CVE-2021-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2193"
},
{
"name": "CVE-2021-2300",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2300"
},
{
"name": "CVE-2021-2299",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2299"
},
{
"name": "CVE-2021-2212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2212"
},
{
"name": "CVE-2021-2178",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2178"
},
{
"name": "CVE-2021-2146",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2146"
},
{
"name": "CVE-2021-2230",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2230"
},
{
"name": "CVE-2021-2278",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2278"
},
{
"name": "CVE-2021-2164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2164"
},
{
"name": "CVE-2021-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2201"
},
{
"name": "CVE-2021-2170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2170"
},
{
"name": "CVE-2021-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2304"
},
{
"name": "CVE-2021-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2160"
},
{
"name": "CVE-2021-2171",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2171"
},
{
"name": "CVE-2021-2305",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2305"
},
{
"name": "CVE-2021-2215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2215"
},
{
"name": "CVE-2021-25214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25214"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2021-2370",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2370"
},
{
"name": "CVE-2021-2389",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2389"
},
{
"name": "CVE-2021-2444",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2444"
},
{
"name": "CVE-2021-2429",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2429"
},
{
"name": "CVE-2021-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2426"
},
{
"name": "CVE-2021-2427",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2427"
},
{
"name": "CVE-2021-2339",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2339"
},
{
"name": "CVE-2021-2425",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2425"
},
{
"name": "CVE-2021-2387",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2387"
},
{
"name": "CVE-2021-2383",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2383"
},
{
"name": "CVE-2021-2372",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2372"
},
{
"name": "CVE-2021-2399",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2399"
},
{
"name": "CVE-2021-2384",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2384"
},
{
"name": "CVE-2021-2412",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2412"
},
{
"name": "CVE-2021-2441",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2441"
},
{
"name": "CVE-2021-2410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2410"
},
{
"name": "CVE-2021-2342",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2342"
},
{
"name": "CVE-2021-2437",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2437"
},
{
"name": "CVE-2021-2417",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2417"
},
{
"name": "CVE-2021-2424",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2424"
},
{
"name": "CVE-2021-2385",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2385"
},
{
"name": "CVE-2021-2357",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2357"
},
{
"name": "CVE-2021-2352",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2352"
},
{
"name": "CVE-2021-2402",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2402"
},
{
"name": "CVE-2021-2440",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2440"
},
{
"name": "CVE-2021-2340",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2340"
},
{
"name": "CVE-2021-2390",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2390"
},
{
"name": "CVE-2021-2374",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2374"
},
{
"name": "CVE-2021-2356",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2356"
},
{
"name": "CVE-2021-2411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2411"
},
{
"name": "CVE-2021-2418",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2418"
},
{
"name": "CVE-2021-2367",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2367"
},
{
"name": "CVE-2021-2354",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2354"
},
{
"name": "CVE-2021-2422",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2422"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2021-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23337"
},
{
"name": "CVE-2020-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28500"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2021-35640",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35640"
},
{
"name": "CVE-2021-35626",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35626"
},
{
"name": "CVE-2021-2478",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2478"
},
{
"name": "CVE-2021-35624",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35624"
},
{
"name": "CVE-2021-35583",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35583"
},
{
"name": "CVE-2021-35628",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35628"
},
{
"name": "CVE-2021-35630",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35630"
},
{
"name": "CVE-2021-35644",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35644"
},
{
"name": "CVE-2021-2479",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2479"
},
{
"name": "CVE-2021-35638",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35638"
},
{
"name": "CVE-2021-35646",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35646"
},
{
"name": "CVE-2021-35596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35596"
},
{
"name": "CVE-2021-35643",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35643"
},
{
"name": "CVE-2021-35637",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35637"
},
{
"name": "CVE-2021-35623",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35623"
},
{
"name": "CVE-2021-35632",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35632"
},
{
"name": "CVE-2021-35641",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35641"
},
{
"name": "CVE-2021-35604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35604"
},
{
"name": "CVE-2021-35636",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35636"
},
{
"name": "CVE-2021-35546",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35546"
},
{
"name": "CVE-2021-35627",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35627"
},
{
"name": "CVE-2021-35625",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35625"
},
{
"name": "CVE-2021-35608",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35608"
},
{
"name": "CVE-2021-35597",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35597"
},
{
"name": "CVE-2021-35537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35537"
},
{
"name": "CVE-2021-2481",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2481"
},
{
"name": "CVE-2021-35622",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35622"
},
{
"name": "CVE-2021-35610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35610"
},
{
"name": "CVE-2021-35633",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35633"
},
{
"name": "CVE-2021-35634",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35634"
},
{
"name": "CVE-2021-35629",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35629"
},
{
"name": "CVE-2021-35631",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35631"
},
{
"name": "CVE-2021-35645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35645"
},
{
"name": "CVE-2021-35647",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35647"
},
{
"name": "CVE-2021-35612",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35612"
},
{
"name": "CVE-2021-35639",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35639"
},
{
"name": "CVE-2021-35648",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35648"
},
{
"name": "CVE-2021-35607",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35607"
},
{
"name": "CVE-2021-35602",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35602"
},
{
"name": "CVE-2021-35577",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35577"
},
{
"name": "CVE-2021-35642",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35642"
},
{
"name": "CVE-2021-35575",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35575"
},
{
"name": "CVE-2021-35635",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35635"
},
{
"name": "CVE-2021-35591",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35591"
},
{
"name": "CVE-2021-25219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25219"
},
{
"name": "CVE-2021-3875",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3875"
},
{
"name": "CVE-2019-10744",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10744"
},
{
"name": "CVE-2022-21352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21352"
},
{
"name": "CVE-2022-21304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21304"
},
{
"name": "CVE-2022-21254",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21254"
},
{
"name": "CVE-2022-21265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21265"
},
{
"name": "CVE-2022-21348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21348"
},
{
"name": "CVE-2022-21372",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21372"
},
{
"name": "CVE-2022-21245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21245"
},
{
"name": "CVE-2022-21368",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21368"
},
{
"name": "CVE-2022-21339",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21339"
},
{
"name": "CVE-2022-21264",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21264"
},
{
"name": "CVE-2022-21297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21297"
},
{
"name": "CVE-2022-21379",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21379"
},
{
"name": "CVE-2022-21253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21253"
},
{
"name": "CVE-2022-21301",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21301"
},
{
"name": "CVE-2022-21378",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21378"
},
{
"name": "CVE-2022-21370",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21370"
},
{
"name": "CVE-2022-21302",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21302"
},
{
"name": "CVE-2022-21249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21249"
},
{
"name": "CVE-2022-21344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21344"
},
{
"name": "CVE-2022-21270",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21270"
},
{
"name": "CVE-2022-21367",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21367"
},
{
"name": "CVE-2022-21342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21342"
},
{
"name": "CVE-2022-21362",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21362"
},
{
"name": "CVE-2022-21303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21303"
},
{
"name": "CVE-2022-21256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21256"
},
{
"name": "CVE-2022-21358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21358"
},
{
"name": "CVE-2022-21374",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21374"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2020-8203",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8203"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2021-4193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4193"
},
{
"name": "CVE-2020-15366",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15366"
},
{
"name": "CVE-2022-22965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22965"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2022-21418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21418"
},
{
"name": "CVE-2022-21412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21412"
},
{
"name": "CVE-2022-21437",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21437"
},
{
"name": "CVE-2022-21478",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21478"
},
{
"name": "CVE-2022-21479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21479"
},
{
"name": "CVE-2022-21438",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21438"
},
{
"name": "CVE-2022-21440",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21440"
},
{
"name": "CVE-2022-21451",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21451"
},
{
"name": "CVE-2022-21427",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21427"
},
{
"name": "CVE-2022-21415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21415"
},
{
"name": "CVE-2022-21459",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21459"
},
{
"name": "CVE-2022-21460",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21460"
},
{
"name": "CVE-2022-21414",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21414"
},
{
"name": "CVE-2022-21413",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21413"
},
{
"name": "CVE-2022-21436",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21436"
},
{
"name": "CVE-2022-21435",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21435"
},
{
"name": "CVE-2022-21462",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21462"
},
{
"name": "CVE-2022-21444",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21444"
},
{
"name": "CVE-2022-21417",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21417"
},
{
"name": "CVE-2022-21457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21457"
},
{
"name": "CVE-2022-21425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21425"
},
{
"name": "CVE-2022-21452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21452"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2021-4122",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4122"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2022-21525",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21525"
},
{
"name": "CVE-2022-21537",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21537"
},
{
"name": "CVE-2022-21455",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21455"
},
{
"name": "CVE-2022-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21534"
},
{
"name": "CVE-2022-21528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21528"
},
{
"name": "CVE-2022-21529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21529"
},
{
"name": "CVE-2022-21531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21531"
},
{
"name": "CVE-2022-21515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21515"
},
{
"name": "CVE-2022-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21538"
},
{
"name": "CVE-2022-21527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21527"
},
{
"name": "CVE-2022-21517",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21517"
},
{
"name": "CVE-2022-21539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21539"
},
{
"name": "CVE-2022-21556",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21556"
},
{
"name": "CVE-2022-21509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21509"
},
{
"name": "CVE-2022-21553",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21553"
},
{
"name": "CVE-2022-21530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21530"
},
{
"name": "CVE-2022-21522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21522"
},
{
"name": "CVE-2022-21547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21547"
},
{
"name": "CVE-2022-21569",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21569"
},
{
"name": "CVE-2022-21526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21526"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2021-25220",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25220"
},
{
"name": "CVE-2022-0396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0396"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-21592",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21592"
},
{
"name": "CVE-2022-21617",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21617"
},
{
"name": "CVE-2022-21595",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21595"
},
{
"name": "CVE-2022-21608",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21608"
},
{
"name": "CVE-2022-21589",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21589"
},
{
"name": "CVE-2023-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21863"
},
{
"name": "CVE-2023-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21873"
},
{
"name": "CVE-2023-21879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21879"
},
{
"name": "CVE-2023-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21880"
},
{
"name": "CVE-2023-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21869"
},
{
"name": "CVE-2023-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21872"
},
{
"name": "CVE-2023-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21877"
},
{
"name": "CVE-2023-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21870"
},
{
"name": "CVE-2023-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21887"
},
{
"name": "CVE-2023-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21836"
},
{
"name": "CVE-2023-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21881"
},
{
"name": "CVE-2023-21876",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21876"
},
{
"name": "CVE-2023-21840",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21840"
},
{
"name": "CVE-2023-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21878"
},
{
"name": "CVE-2023-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21866"
},
{
"name": "CVE-2023-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21875"
},
{
"name": "CVE-2023-21865",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21865"
},
{
"name": "CVE-2023-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21883"
},
{
"name": "CVE-2023-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21867"
},
{
"name": "CVE-2023-21874",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21874"
},
{
"name": "CVE-2023-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21871"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21963"
},
{
"name": "CVE-2023-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21977"
},
{
"name": "CVE-2023-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21912"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2023-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22053"
},
{
"name": "CVE-2023-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22007"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-25883",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25883"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2023-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22097"
},
{
"name": "CVE-2023-22084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22084"
},
{
"name": "CVE-2023-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22026"
},
{
"name": "CVE-2023-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22028"
},
{
"name": "CVE-2023-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22015"
},
{
"name": "CVE-2023-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22103"
},
{
"name": "CVE-2023-22068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22068"
},
{
"name": "CVE-2023-22078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22078"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2023-22059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22059"
},
{
"name": "CVE-2023-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22066"
},
{
"name": "CVE-2023-22114",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22114"
},
{
"name": "CVE-2023-22070",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22070"
},
{
"name": "CVE-2023-22032",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22032"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-20193",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20193"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-47100",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47100"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2022-27772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27772"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-26686",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26686"
},
{
"name": "CVE-2023-52572",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52572"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2023-3138",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3138"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2024-26739",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26739"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-52757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52757"
},
{
"name": "CVE-2024-35866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35866"
},
{
"name": "CVE-2024-35867",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35867"
},
{
"name": "CVE-2024-35943",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35943"
},
{
"name": "CVE-2024-28180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28180"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-35790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35790"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-36945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36945"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2024-21137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21137"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2024-36908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36908"
},
{
"name": "CVE-2024-27402",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27402"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2024-42230",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42230"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2022-48893",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48893"
},
{
"name": "CVE-2024-42322",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42322"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2023-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5841"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2024-46812",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46812"
},
{
"name": "CVE-2024-46821",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46821"
},
{
"name": "CVE-2024-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46751"
},
{
"name": "CVE-2024-46753",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46753"
},
{
"name": "CVE-2024-46774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46774"
},
{
"name": "CVE-2024-46787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46787"
},
{
"name": "CVE-2022-21454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21454"
},
{
"name": "CVE-2024-21193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21193"
},
{
"name": "CVE-2024-21194",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21194"
},
{
"name": "CVE-2024-21196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21196"
},
{
"name": "CVE-2024-21197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21197"
},
{
"name": "CVE-2024-21198",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21198"
},
{
"name": "CVE-2024-21199",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21199"
},
{
"name": "CVE-2024-21201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21201"
},
{
"name": "CVE-2024-21207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21207"
},
{
"name": "CVE-2024-21209",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21209"
},
{
"name": "CVE-2024-21212",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21212"
},
{
"name": "CVE-2024-21213",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21213"
},
{
"name": "CVE-2024-21219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21219"
},
{
"name": "CVE-2024-21236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21236"
},
{
"name": "CVE-2024-21239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21239"
},
{
"name": "CVE-2024-21241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21241"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-10487",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10487"
},
{
"name": "CVE-2024-10458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10458"
},
{
"name": "CVE-2024-10459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10459"
},
{
"name": "CVE-2024-10460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10460"
},
{
"name": "CVE-2024-10461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10461"
},
{
"name": "CVE-2024-10462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10462"
},
{
"name": "CVE-2024-10463",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10463"
},
{
"name": "CVE-2024-10464",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10464"
},
{
"name": "CVE-2024-10465",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10465"
},
{
"name": "CVE-2024-10466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10466"
},
{
"name": "CVE-2024-10467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10467"
},
{
"name": "CVE-2024-10468",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10468"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2024-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38286"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2024-46816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46816"
},
{
"name": "CVE-2024-11395",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11395"
},
{
"name": "CVE-2024-49960",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49960"
},
{
"name": "CVE-2024-50047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50047"
},
{
"name": "CVE-2024-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50073"
},
{
"name": "CVE-2024-11691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11691"
},
{
"name": "CVE-2024-11692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11692"
},
{
"name": "CVE-2024-11693",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11693"
},
{
"name": "CVE-2024-11694",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11694"
},
{
"name": "CVE-2024-11695",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11695"
},
{
"name": "CVE-2024-11696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11696"
},
{
"name": "CVE-2024-11697",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11697"
},
{
"name": "CVE-2024-11698",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11698"
},
{
"name": "CVE-2024-11699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11699"
},
{
"name": "CVE-2024-11700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11700"
},
{
"name": "CVE-2024-11701",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11701"
},
{
"name": "CVE-2024-11702",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11702"
},
{
"name": "CVE-2024-11703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11703"
},
{
"name": "CVE-2024-11704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11704"
},
{
"name": "CVE-2024-11705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11705"
},
{
"name": "CVE-2024-11706",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11706"
},
{
"name": "CVE-2024-11708",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11708"
},
{
"name": "CVE-2024-50272",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50272"
},
{
"name": "CVE-2024-50280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50280"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-49989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49989"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2024-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53051"
},
{
"name": "CVE-2024-53144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53144"
},
{
"name": "CVE-2024-8805",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8805"
},
{
"name": "CVE-2025-0237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0237"
},
{
"name": "CVE-2025-0238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0238"
},
{
"name": "CVE-2025-0239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0239"
},
{
"name": "CVE-2025-0240",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0240"
},
{
"name": "CVE-2025-0241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0241"
},
{
"name": "CVE-2025-0242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0242"
},
{
"name": "CVE-2025-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0243"
},
{
"name": "CVE-2025-0245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0245"
},
{
"name": "CVE-2025-0247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0247"
},
{
"name": "CVE-2025-0434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0434"
},
{
"name": "CVE-2025-0435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0435"
},
{
"name": "CVE-2025-0436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0436"
},
{
"name": "CVE-2025-0437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0437"
},
{
"name": "CVE-2025-0438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0438"
},
{
"name": "CVE-2025-0439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0439"
},
{
"name": "CVE-2025-0440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0440"
},
{
"name": "CVE-2025-0441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0441"
},
{
"name": "CVE-2025-0442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0442"
},
{
"name": "CVE-2025-0443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0443"
},
{
"name": "CVE-2025-0446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0446"
},
{
"name": "CVE-2025-0447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0447"
},
{
"name": "CVE-2025-0448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0448"
},
{
"name": "CVE-2025-21523",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21523"
},
{
"name": "CVE-2025-0612",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0612"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0444"
},
{
"name": "CVE-2025-0445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0445"
},
{
"name": "CVE-2025-0451",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0451"
},
{
"name": "CVE-2025-0762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0762"
},
{
"name": "CVE-2025-1009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1009"
},
{
"name": "CVE-2025-1010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1010"
},
{
"name": "CVE-2025-1011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1011"
},
{
"name": "CVE-2025-1012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1012"
},
{
"name": "CVE-2025-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1013"
},
{
"name": "CVE-2025-1014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1014"
},
{
"name": "CVE-2024-56664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56664"
},
{
"name": "CVE-2025-1016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1016"
},
{
"name": "CVE-2025-1017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1017"
},
{
"name": "CVE-2025-1018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1018"
},
{
"name": "CVE-2025-1019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1019"
},
{
"name": "CVE-2025-1020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1020"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2024-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50258"
},
{
"name": "CVE-2024-53203",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53203"
},
{
"name": "CVE-2024-53128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53128"
},
{
"name": "CVE-2025-0995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0995"
},
{
"name": "CVE-2025-0996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0996"
},
{
"name": "CVE-2025-0997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0997"
},
{
"name": "CVE-2025-0998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0998"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-1414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1414"
},
{
"name": "CVE-2025-0999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0999"
},
{
"name": "CVE-2025-1006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1006"
},
{
"name": "CVE-2025-1426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1426"
},
{
"name": "CVE-2024-56751",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56751"
},
{
"name": "CVE-2023-39017",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39017"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2025-1914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1914"
},
{
"name": "CVE-2025-1915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1915"
},
{
"name": "CVE-2025-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1916"
},
{
"name": "CVE-2025-1917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1917"
},
{
"name": "CVE-2025-1918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1918"
},
{
"name": "CVE-2025-1919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1919"
},
{
"name": "CVE-2025-1921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1921"
},
{
"name": "CVE-2025-1922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1922"
},
{
"name": "CVE-2025-1923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1923"
},
{
"name": "CVE-2025-1930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1930"
},
{
"name": "CVE-2025-1931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1931"
},
{
"name": "CVE-2025-1932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1932"
},
{
"name": "CVE-2025-1933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1933"
},
{
"name": "CVE-2025-1934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1934"
},
{
"name": "CVE-2025-1935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1935"
},
{
"name": "CVE-2025-1936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1936"
},
{
"name": "CVE-2025-1937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1937"
},
{
"name": "CVE-2025-1938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1938"
},
{
"name": "CVE-2025-1939",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1939"
},
{
"name": "CVE-2025-1940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1940"
},
{
"name": "CVE-2025-1941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1941"
},
{
"name": "CVE-2025-1942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1942"
},
{
"name": "CVE-2025-1943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1943"
},
{
"name": "CVE-2025-1920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1920"
},
{
"name": "CVE-2025-2135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2135"
},
{
"name": "CVE-2025-2136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2136"
},
{
"name": "CVE-2025-2137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2137"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2024-45772",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45772"
},
{
"name": "CVE-2025-2476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2476"
},
{
"name": "CVE-2025-2857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2857"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-2783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2783"
},
{
"name": "CVE-2022-49063",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49063"
},
{
"name": "CVE-2022-49535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49535"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2025-3066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3066"
},
{
"name": "CVE-2025-3067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3067"
},
{
"name": "CVE-2025-3068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3068"
},
{
"name": "CVE-2025-3071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3071"
},
{
"name": "CVE-2025-3072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3072"
},
{
"name": "CVE-2025-3073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3073"
},
{
"name": "CVE-2025-3074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3074"
},
{
"name": "CVE-2025-3028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3028"
},
{
"name": "CVE-2025-3029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3029"
},
{
"name": "CVE-2025-3030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3030"
},
{
"name": "CVE-2025-3031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3031"
},
{
"name": "CVE-2025-3032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3032"
},
{
"name": "CVE-2025-3033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3033"
},
{
"name": "CVE-2025-3034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3034"
},
{
"name": "CVE-2025-3035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3035"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2025-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3608"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-21588",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21588"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-3619",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3619"
},
{
"name": "CVE-2025-3620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3620"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-4050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4050"
},
{
"name": "CVE-2025-4051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4051"
},
{
"name": "CVE-2025-4052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4052"
},
{
"name": "CVE-2025-4096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4096"
},
{
"name": "CVE-2025-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2817"
},
{
"name": "CVE-2025-4082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4082"
},
{
"name": "CVE-2025-4083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4083"
},
{
"name": "CVE-2025-4085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4085"
},
{
"name": "CVE-2025-4087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4087"
},
{
"name": "CVE-2025-4088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4088"
},
{
"name": "CVE-2025-4089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4089"
},
{
"name": "CVE-2025-4090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4090"
},
{
"name": "CVE-2025-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4091"
},
{
"name": "CVE-2025-4092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4092"
},
{
"name": "CVE-2023-53034",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53034"
},
{
"name": "CVE-2024-46742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46742"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22025"
},
{
"name": "CVE-2025-22027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22027"
},
{
"name": "CVE-2025-22035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22035"
},
{
"name": "CVE-2025-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22044"
},
{
"name": "CVE-2025-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22045"
},
{
"name": "CVE-2025-22050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22050"
},
{
"name": "CVE-2025-22054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22054"
},
{
"name": "CVE-2025-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22055"
},
{
"name": "CVE-2025-22056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22056"
},
{
"name": "CVE-2025-22060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22060"
},
{
"name": "CVE-2025-22063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22063"
},
{
"name": "CVE-2025-22066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22066"
},
{
"name": "CVE-2025-22071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22071"
},
{
"name": "CVE-2025-22073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22073"
},
{
"name": "CVE-2025-22075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22075"
},
{
"name": "CVE-2025-22079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22079"
},
{
"name": "CVE-2025-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22081"
},
{
"name": "CVE-2025-22086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22086"
},
{
"name": "CVE-2025-22089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22089"
},
{
"name": "CVE-2025-22097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22097"
},
{
"name": "CVE-2025-23136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23136"
},
{
"name": "CVE-2025-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23138"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-37838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37838"
},
{
"name": "CVE-2025-38152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38152"
},
{
"name": "CVE-2025-38575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38575"
},
{
"name": "CVE-2025-38637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38637"
},
{
"name": "CVE-2025-39728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39728"
},
{
"name": "CVE-2025-39735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39735"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-29087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29087"
},
{
"name": "CVE-2025-3277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3277"
},
{
"name": "CVE-2025-4609",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4609"
},
{
"name": "CVE-2025-4664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4664"
},
{
"name": "CVE-2025-4372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4372"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-4918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4918"
},
{
"name": "CVE-2025-4919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4919"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2025-5063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5063"
},
{
"name": "CVE-2025-5064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5064"
},
{
"name": "CVE-2025-5065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5065"
},
{
"name": "CVE-2025-5066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5066"
},
{
"name": "CVE-2025-5067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5067"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2022-49728",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49728"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2025-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22018"
},
{
"name": "CVE-2025-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22020"
},
{
"name": "CVE-2025-22062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22062"
},
{
"name": "CVE-2025-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23145"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-5263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5263"
},
{
"name": "CVE-2025-5264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5264"
},
{
"name": "CVE-2025-5265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5265"
},
{
"name": "CVE-2025-5266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5266"
},
{
"name": "CVE-2025-5267",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5267"
},
{
"name": "CVE-2025-5268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5268"
},
{
"name": "CVE-2025-5270",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5270"
},
{
"name": "CVE-2025-5271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5271"
},
{
"name": "CVE-2025-5272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5272"
},
{
"name": "CVE-2025-5281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5281"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-22021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22021"
},
{
"name": "CVE-2025-23140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23140"
},
{
"name": "CVE-2025-23142",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23142"
},
{
"name": "CVE-2025-23144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23144"
},
{
"name": "CVE-2025-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23146"
},
{
"name": "CVE-2025-23147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23147"
},
{
"name": "CVE-2025-23148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23148"
},
{
"name": "CVE-2025-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23150"
},
{
"name": "CVE-2025-23151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23151"
},
{
"name": "CVE-2025-23156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23156"
},
{
"name": "CVE-2025-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23157"
},
{
"name": "CVE-2025-23158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23158"
},
{
"name": "CVE-2025-23159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23159"
},
{
"name": "CVE-2025-23161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23161"
},
{
"name": "CVE-2025-23163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23163"
},
{
"name": "CVE-2025-37738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37738"
},
{
"name": "CVE-2025-37739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37739"
},
{
"name": "CVE-2025-37740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37740"
},
{
"name": "CVE-2025-37741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37741"
},
{
"name": "CVE-2025-37742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37742"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2025-37757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37757"
},
{
"name": "CVE-2025-37758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37758"
},
{
"name": "CVE-2025-37765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37765"
},
{
"name": "CVE-2025-37766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37766"
},
{
"name": "CVE-2025-37767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37767"
},
{
"name": "CVE-2025-37768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37768"
},
{
"name": "CVE-2025-37770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37770"
},
{
"name": "CVE-2025-37771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37771"
},
{
"name": "CVE-2025-37773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37773"
},
{
"name": "CVE-2025-37780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37780"
},
{
"name": "CVE-2025-37781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37781"
},
{
"name": "CVE-2025-37787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37787"
},
{
"name": "CVE-2025-37788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37788"
},
{
"name": "CVE-2025-37789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37789"
},
{
"name": "CVE-2025-37790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37790"
},
{
"name": "CVE-2025-37792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37792"
},
{
"name": "CVE-2025-37794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37794"
},
{
"name": "CVE-2025-37796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37796"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-37803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37803"
},
{
"name": "CVE-2025-37805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37805"
},
{
"name": "CVE-2025-37808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37808"
},
{
"name": "CVE-2025-37810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37810"
},
{
"name": "CVE-2025-37811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37811"
},
{
"name": "CVE-2025-37812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37812"
},
{
"name": "CVE-2025-37817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37817"
},
{
"name": "CVE-2025-37823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37823"
},
{
"name": "CVE-2025-37824",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37824"
},
{
"name": "CVE-2025-37829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37829"
},
{
"name": "CVE-2025-37830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37830"
},
{
"name": "CVE-2025-37836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37836"
},
{
"name": "CVE-2025-37839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37839"
},
{
"name": "CVE-2025-37840",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37840"
},
{
"name": "CVE-2025-37841",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37841"
},
{
"name": "CVE-2025-37844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37844"
},
{
"name": "CVE-2025-37850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37850"
},
{
"name": "CVE-2025-37851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37851"
},
{
"name": "CVE-2025-37857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37857"
},
{
"name": "CVE-2025-37858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37858"
},
{
"name": "CVE-2025-37859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37859"
},
{
"name": "CVE-2025-37862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37862"
},
{
"name": "CVE-2025-37867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37867"
},
{
"name": "CVE-2025-37871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37871"
},
{
"name": "CVE-2025-37875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37875"
},
{
"name": "CVE-2025-37881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37881"
},
{
"name": "CVE-2025-37883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37883"
},
{
"name": "CVE-2025-37885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37885"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2025-37892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37892"
},
{
"name": "CVE-2025-37937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37937"
},
{
"name": "CVE-2025-37940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37940"
},
{
"name": "CVE-2025-37982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37982"
},
{
"name": "CVE-2025-37983",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37983"
},
{
"name": "CVE-2025-37985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37985"
},
{
"name": "CVE-2025-37989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37989"
},
{
"name": "CVE-2025-37819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37819"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2025-37905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37905"
},
{
"name": "CVE-2025-37909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37909"
},
{
"name": "CVE-2025-37911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37911"
},
{
"name": "CVE-2025-37912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37912"
},
{
"name": "CVE-2025-37913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37913"
},
{
"name": "CVE-2025-37914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37914"
},
{
"name": "CVE-2025-37915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37915"
},
{
"name": "CVE-2025-37923",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37923"
},
{
"name": "CVE-2025-37927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37927"
},
{
"name": "CVE-2025-37930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37930"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2025-37949",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37949"
},
{
"name": "CVE-2025-37964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37964"
},
{
"name": "CVE-2025-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37967"
},
{
"name": "CVE-2025-37969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37969"
},
{
"name": "CVE-2025-37970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37970"
},
{
"name": "CVE-2025-37990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37990"
},
{
"name": "CVE-2025-37991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37991"
},
{
"name": "CVE-2025-5068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5068"
},
{
"name": "CVE-2025-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5419"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-49709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49709"
},
{
"name": "CVE-2025-49710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49710"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2025-29088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29088"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-5958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5958"
},
{
"name": "CVE-2025-5959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5959"
},
{
"name": "CVE-2025-41234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41234"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-6191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6191"
},
{
"name": "CVE-2025-6192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6192"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2022-49168",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49168"
},
{
"name": "CVE-2025-37998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37998"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2025-6424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6424"
},
{
"name": "CVE-2025-6425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6425"
},
{
"name": "CVE-2025-6426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6426"
},
{
"name": "CVE-2025-6427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6427"
},
{
"name": "CVE-2025-6429",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6429"
},
{
"name": "CVE-2025-6430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6430"
},
{
"name": "CVE-2025-6432",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6432"
},
{
"name": "CVE-2025-6433",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6433"
},
{
"name": "CVE-2025-6434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6434"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-6555",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6555"
},
{
"name": "CVE-2025-6556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6556"
},
{
"name": "CVE-2025-6557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6557"
},
{
"name": "CVE-2025-6435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6435"
},
{
"name": "CVE-2025-6436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6436"
},
{
"name": "CVE-2025-6554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6554"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-49636",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49636"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-37992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37992"
},
{
"name": "CVE-2025-37994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37994"
},
{
"name": "CVE-2025-37995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37995"
},
{
"name": "CVE-2025-38005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38005"
},
{
"name": "CVE-2025-38009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38009"
},
{
"name": "CVE-2025-38023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38023"
},
{
"name": "CVE-2025-38024",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38024"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-7656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7656"
},
{
"name": "CVE-2025-7657",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7657"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2022-21546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21546"
},
{
"name": "CVE-2020-16156",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-16156"
},
{
"name": "CVE-2025-8010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8010"
},
{
"name": "CVE-2025-8011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8011"
},
{
"name": "CVE-2025-8027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8027"
},
{
"name": "CVE-2025-8028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8028"
},
{
"name": "CVE-2025-8029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8029"
},
{
"name": "CVE-2025-8030",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8030"
},
{
"name": "CVE-2025-8031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8031"
},
{
"name": "CVE-2025-8032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8032"
},
{
"name": "CVE-2025-8033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8033"
},
{
"name": "CVE-2025-8034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8034"
},
{
"name": "CVE-2025-8035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8035"
},
{
"name": "CVE-2025-8036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8036"
},
{
"name": "CVE-2025-8037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8037"
},
{
"name": "CVE-2025-8038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8038"
},
{
"name": "CVE-2025-8039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8039"
},
{
"name": "CVE-2025-8040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8040"
},
{
"name": "CVE-2025-8041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8041"
},
{
"name": "CVE-2025-8043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8043"
},
{
"name": "CVE-2025-8044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8044"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2025-38094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38094"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-8292",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8292"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-8576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8576"
},
{
"name": "CVE-2025-8577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8577"
},
{
"name": "CVE-2025-8578",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8578"
},
{
"name": "CVE-2025-8579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8579"
},
{
"name": "CVE-2025-8580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8580"
},
{
"name": "CVE-2025-8581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8581"
},
{
"name": "CVE-2025-8582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8582"
},
{
"name": "CVE-2025-8583",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8583"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2025-8879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8879"
},
{
"name": "CVE-2025-8880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8880"
},
{
"name": "CVE-2025-8881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8881"
},
{
"name": "CVE-2025-8882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8882"
},
{
"name": "CVE-2025-8901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8901"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2025-9132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9132"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2024-13009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13009"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2008-5727",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5727"
},
{
"name": "CVE-2008-5728",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5728"
},
{
"name": "CVE-2008-5729",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5729"
},
{
"name": "CVE-2008-5730",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5730"
},
{
"name": "CVE-2008-5742",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-5742"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2015-2214",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2214"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2016-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2149"
},
{
"name": "CVE-2016-2160",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2160"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2017-12195",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12195"
},
{
"name": "CVE-2017-12629",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12629"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2018-1000169",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000169"
},
{
"name": "CVE-2018-1196",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1196"
},
{
"name": "CVE-2018-1273",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1273"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2019-9658",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9658"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2021-20298",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20298"
},
{
"name": "CVE-2021-20304",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20304"
},
{
"name": "CVE-2021-22055",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22055"
},
{
"name": "CVE-2021-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23169"
},
{
"name": "CVE-2021-3236",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3236"
},
{
"name": "CVE-2022-0635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0635"
},
{
"name": "CVE-2022-0667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0667"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2023-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39810"
},
{
"name": "CVE-2023-4156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4156"
},
{
"name": "CVE-2023-4320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4320"
},
{
"name": "CVE-2023-43785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43785"
},
{
"name": "CVE-2023-43786",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43786"
},
{
"name": "CVE-2023-43787",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43787"
},
{
"name": "CVE-2023-46129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46129"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2023-5189",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5189"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2024-22047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22047"
},
{
"name": "CVE-2024-2397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2397"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-31047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31047"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2024-7012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7012"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-26519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26519"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2025-5115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5115"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2025-8262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8262"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-9179",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9179"
},
{
"name": "CVE-2025-9180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9180"
},
{
"name": "CVE-2025-9181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9181"
},
{
"name": "CVE-2025-9182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9182"
},
{
"name": "CVE-2025-9183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9183"
},
{
"name": "CVE-2025-9184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9184"
},
{
"name": "CVE-2025-9185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9185"
},
{
"name": "CVE-2025-9187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9187"
},
{
"name": "CVE-2025-9308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9308"
}
],
"initial_release_date": "2025-09-05T00:00:00",
"last_revision_date": "2025-09-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0756",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36093",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36093"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36102",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36102"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36101",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36101"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36100",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36100"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36105",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36105"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36091",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36091"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36078",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36078"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36107",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36107"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36094",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36094"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36097",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36097"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-46",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36104"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36108",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36108"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36095",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36095"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-09",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36090"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36096",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36096"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36106",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36106"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36109",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36109"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36098",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36098"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36111"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36103",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36103"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36099",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36099"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36092",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36092"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36110",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36110"
}
]
}
CERTFR-2025-AVI-0634
Vulnerability from certfr_avis
Une vulnérabilité a été découverte dans Python. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "CPython sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "CPython",
"vendor": {
"name": "Python",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
}
],
"initial_release_date": "2025-07-30T00:00:00",
"last_revision_date": "2025-07-30T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0634",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-07-30T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans Python. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans Python",
"vendor_advisories": [
{
"published_at": "2025-07-28",
"title": "Bulletin de s\u00e9curit\u00e9 Python ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
]
}
CERTFR-2025-AVI-0938
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 4.3.1 sur Kubernetes | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 6.31.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0 | ||
| VMware | Tanzu Greenplum | Tanzu Greenplum versions antérieures à 7.6.0 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 4.3.1 sur Kubernetes",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 6.31.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 13.22.0, 14.19.0, 15.14.0, 16.10.0 et 17.6.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Greenplum versions ant\u00e9rieures \u00e0 7.6.0",
"product": {
"name": "Tanzu Greenplum",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2022-39176",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39176"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2023-4504",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4504"
},
{
"name": "CVE-2021-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38593"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2019-25059",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25059"
},
{
"name": "CVE-2024-46951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46951"
},
{
"name": "CVE-2025-31273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31273"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2025-32913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32913"
},
{
"name": "CVE-2021-31535",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31535"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2022-39177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39177"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-2720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2720"
},
{
"name": "CVE-2024-46956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46956"
},
{
"name": "CVE-2025-58060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58060"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2024-46953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46953"
},
{
"name": "CVE-2025-24216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24216"
},
{
"name": "CVE-2025-43212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43212"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2025-24150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24150"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2023-2222",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2222"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-2784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2784"
},
{
"name": "CVE-2022-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4055"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2024-44192",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44192"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-2723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2723"
},
{
"name": "CVE-2025-31278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31278"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2023-46751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46751"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-2724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2724"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2023-48161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48161"
},
{
"name": "CVE-2022-30294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30294"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2025-43368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43368"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2024-46954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46954"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-53920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53920"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2005-2541",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-2541"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-32914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32914"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2025-43343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43343"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-43272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43272"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-6558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6558"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2025-32906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32906"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2025-43216",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43216"
},
{
"name": "CVE-2023-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2004"
},
{
"name": "CVE-2025-52194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52194"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2023-24607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24607"
},
{
"name": "CVE-2025-24209",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24209"
},
{
"name": "CVE-2024-0444",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0444"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2017-17973",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17973"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-43342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43342"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-32049",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32049"
},
{
"name": "CVE-2025-4948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4948"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2024-4453",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4453"
},
{
"name": "CVE-2025-31257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31257"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-11021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11021"
},
{
"name": "CVE-2023-1579",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1579"
},
{
"name": "CVE-2024-46952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46952"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-7345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7345"
},
{
"name": "CVE-2025-30427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30427"
},
{
"name": "CVE-2025-32911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32911"
}
],
"initial_release_date": "2025-10-30T00:00:00",
"last_revision_date": "2025-10-30T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0938",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-30T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36277"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36284"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36281"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36282"
},
{
"published_at": "2025-10-29",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36283"
}
]
}
CERTFR-2025-AVI-0967
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | File Integrity Monitoring pour VMware Tanzu Platform versions antérieures à 2.1.49 | ||
| VMware | Tanzu Platform | Cloud Service Broker pour Azure pour VMware Tanzu Platform versions antérieures à 1.13.1 | ||
| VMware | Tanzu Platform | AI Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Platform | Scheduler pour VMware Tanzu Platform versions antérieures à 2.0.21 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.1.4 | ||
| VMware | Tanzu Platform | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Platform | .NET Core Buildpack versions antérieures à 2.4.64 | ||
| VMware | Tanzu Platform | VMware Tanzu Data Flow sur Tanzu Platform versions antérieures à 2.0.0 | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.4 | ||
| VMware | Tanzu Platform | CredHub Secrets Management pour VMware Tanzu Platform versions antérieures à 1.6.7 | ||
| VMware | Tanzu Platform | Extended App Support pour Tanzu Platform versions antérieures à 1.0.8 | ||
| VMware | Tanzu Platform | Go Buildpack versions antérieures à 1.10.57 | ||
| VMware | Tanzu Platform | VMware Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Platform | NodeJS Buildpack versions antérieures à 1.8.61 | ||
| VMware | Tanzu Platform | Foundation Core pour VMware Tanzu Platform versions antérieures à 3.2.0 | ||
| VMware | Tanzu Platform | Application Services pour VMware Tanzu Platform versions antérieures à 3.3.11 | ||
| VMware | Tanzu Platform | IPsec Encryption pour VMware Tanzu Platform versions antérieures à 1.9.68 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "File Integrity Monitoring pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.1.49",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Cloud Service Broker pour Azure pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.13.1",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "AI Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Scheduler pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.21",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": ".NET Core Buildpack versions ant\u00e9rieures \u00e0 2.4.64",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu Data Flow sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.0.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Secrets Management pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.6.7",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Extended App Support pour Tanzu Platform versions ant\u00e9rieures \u00e0 1.0.8",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Go Buildpack versions ant\u00e9rieures \u00e0 1.10.57",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.61",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Foundation Core pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.0",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Application Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 3.3.11",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "IPsec Encryption pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.9.68",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2024-36138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36138"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-22020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22020"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2024-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21890"
},
{
"name": "CVE-2024-21896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21896"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2024-7409",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7409"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2024-6505",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6505"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-43484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43484"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-54798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54798"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2024-3447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3447"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38229"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2024-43483",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43483"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2025-58446",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58446"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3446"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2024-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22019"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2024-4467",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4467"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2023-30584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30584"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21892"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-37372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37372"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2024-43485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43485"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2024-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21891"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2024-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22017"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2024-8244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8244"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2023-39331",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39331"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2023-39332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39332"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2024-27980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27980"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2024-36137",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36137"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
}
],
"initial_release_date": "2025-11-05T00:00:00",
"last_revision_date": "2025-11-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0967",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-05T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36323",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36323"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36343",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36343"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36326"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36305",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36305"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36345",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36345"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36329"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36316"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36331"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36334",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36334"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36335",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36335"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36340",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36340"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36319",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36319"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36339",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36339"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36322",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36322"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36321",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36321"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36324"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36336",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36336"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36318",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36318"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36337",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36337"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36346",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36346"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-81",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36315"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36317",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36317"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36344",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36344"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36341",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36341"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36314",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36314"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36330"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36332",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36332"
},
{
"published_at": "2025-11-04",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36304",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36304"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36342",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36342"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36333",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36333"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-99",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36327"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36338",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36338"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36328"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-68",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36325"
}
]
}
CERTFR-2025-AVI-0693
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Valkey versions 8.1.x ant\u00e9rieures \u00e0 8.1.3",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 8.0.x ant\u00e9rieures \u00e0 8.0.4",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions ant\u00e9rieures \u00e0 3.0.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Valkey versions 7.2.x ant\u00e9rieures \u00e0 7.2.10",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"name": "CVE-2021-4136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4136"
},
{
"name": "CVE-2021-4173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4173"
},
{
"name": "CVE-2021-4187",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4187"
},
{
"name": "CVE-2021-4166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4166"
},
{
"name": "CVE-2021-3968",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3968"
},
{
"name": "CVE-2021-3927",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3927"
},
{
"name": "CVE-2022-0213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0213"
},
{
"name": "CVE-2021-3928",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3928"
},
{
"name": "CVE-2021-3974",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3974"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-2042",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2042"
},
{
"name": "CVE-2022-2126",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2126"
},
{
"name": "CVE-2022-1620",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1620"
},
{
"name": "CVE-2022-1619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1619"
},
{
"name": "CVE-2022-1720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1720"
},
{
"name": "CVE-2022-2124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2124"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2022-1616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1616"
},
{
"name": "CVE-2022-2125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2125"
},
{
"name": "CVE-2022-3705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3705"
},
{
"name": "CVE-2023-0049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0049"
},
{
"name": "CVE-2023-0051",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0051"
},
{
"name": "CVE-2023-0054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0054"
},
{
"name": "CVE-2023-0433",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0433"
},
{
"name": "CVE-2023-0288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0288"
},
{
"name": "CVE-2023-0512",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0512"
},
{
"name": "CVE-2022-3099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3099"
},
{
"name": "CVE-2022-38533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38533"
},
{
"name": "CVE-2022-3324",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3324"
},
{
"name": "CVE-2022-2345",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2345"
},
{
"name": "CVE-2022-3256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3256"
},
{
"name": "CVE-2023-4734",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4734"
},
{
"name": "CVE-2023-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4781"
},
{
"name": "CVE-2023-4735",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4735"
},
{
"name": "CVE-2023-4752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4752"
},
{
"name": "CVE-2023-4751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4751"
},
{
"name": "CVE-2023-4738",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4738"
},
{
"name": "CVE-2023-5344",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5344"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2024-22667",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22667"
},
{
"name": "CVE-2022-44840",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44840"
},
{
"name": "CVE-2022-47007",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47007"
},
{
"name": "CVE-2022-47008",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47008"
},
{
"name": "CVE-2022-47010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47010"
},
{
"name": "CVE-2022-47011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-47011"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2023-1579",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1579"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2023-1972",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1972"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2021-3973",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3973"
},
{
"name": "CVE-2022-2129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2129"
},
{
"name": "CVE-2022-2175",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2175"
},
{
"name": "CVE-2022-2182",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2182"
},
{
"name": "CVE-2022-2183",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2183"
},
{
"name": "CVE-2022-2206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2206"
},
{
"name": "CVE-2022-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2207"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2022-2210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2210"
},
{
"name": "CVE-2022-2257",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2257"
},
{
"name": "CVE-2022-2284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2284"
},
{
"name": "CVE-2022-2285",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2285"
},
{
"name": "CVE-2022-2286",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2286"
},
{
"name": "CVE-2022-2287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2287"
},
{
"name": "CVE-2022-2304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2304"
},
{
"name": "CVE-2022-2343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2343"
},
{
"name": "CVE-2022-2344",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2344"
},
{
"name": "CVE-2022-2522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2522"
},
{
"name": "CVE-2022-2817",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2817"
},
{
"name": "CVE-2022-2819",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2819"
},
{
"name": "CVE-2022-2845",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2845"
},
{
"name": "CVE-2022-2849",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2849"
},
{
"name": "CVE-2022-2862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2862"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2022-2889",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2889"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2022-2946",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2946"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2022-2982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2982"
},
{
"name": "CVE-2022-3016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3016"
},
{
"name": "CVE-2022-3037",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3037"
},
{
"name": "CVE-2022-3134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3134"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-3234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3234"
},
{
"name": "CVE-2022-3235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3235"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-3296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3296"
},
{
"name": "CVE-2022-3297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3297"
},
{
"name": "CVE-2022-3352",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3352"
},
{
"name": "CVE-2022-4141",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4141"
},
{
"name": "CVE-2022-4292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4292"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2023-1127",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1127"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2023-2610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2610"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2023-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5535"
},
{
"name": "CVE-2024-29040",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29040"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2024-45306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45306"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2021-20197",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20197"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2021-45078",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45078"
},
{
"name": "CVE-2023-2222",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2222"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-57360",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57360"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2025-1153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1153"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-3198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3198"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2025-5245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5245"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-7545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7545"
},
{
"name": "CVE-2025-7546",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7546"
}
],
"initial_release_date": "2025-08-14T00:00:00",
"last_revision_date": "2025-08-14T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0693",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-08-14T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-08-14",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36036",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36036"
},
{
"published_at": "2025-08-14",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36035",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36035"
},
{
"published_at": "2025-08-14",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36038",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36038"
},
{
"published_at": "2025-08-14",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36037",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36037"
}
]
}
CERTFR-2025-AVI-0969
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | GenAI sur Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.5 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.90.x | ||
| VMware | Tanzu Kubernetes Runtime | NodeJS Buildpack versions antérieures à 1.8.58 | ||
| VMware | Tanzu Kubernetes Runtime | Python Buildpack versions antérieures à 1.8.63 | ||
| VMware | Tanzu Kubernetes Runtime | VMware Tanzu pour MySQL sur Tanzu Platform versions antérieures à 10.1.0 | ||
| VMware | Tanzu Kubernetes Runtime | API Gateway pour VMware Tanzu Platform versions antérieures à 2.4.0 | ||
| VMware | Tanzu Kubernetes Runtime | PHP Buildpack versions antérieures à 4.6.49 | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Platform versions antérieures à 1.16.14 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.915.x | ||
| VMware | Tanzu Application Service | CredHub Service Broker versions antérieures à 1.6.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy FIPS) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.4+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.915.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry Windows versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Single Sign-On pour VMware Tanzu Application Service versions antérieures à 1.16.13 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.943.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 6.0.20+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.77.x | ||
| VMware | Services Suite | Platform Automation Toolkit versions antérieures à 5.3.2 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy Azure Light) versions antérieures à 1.906.x | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Data Flow pour VMware Tanzu versions antérieures à 1.14.9 | ||
| VMware | Tanzu Kubernetes Runtime | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.9 | ||
| VMware | Tanzu Kubernetes Runtime | Spring Cloud Services pour VMware Tanzu versions antérieures à 3.3.10 | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Concourse pour VMware Tanzu versions antérieures à 7.14.1+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Platform pour Cloud Foundry isolation segment versions antérieures à 10.2.3+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Platform Services pour VMware Tanzu Platform versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Ruby Buildpack versions antérieures à 1.10.46 | ||
| VMware | Tanzu Kubernetes Runtime | Elastic Application Runtime pour VMware Tanzu Platform versions antérieures à 6.0.21+LTS-T | ||
| VMware | Tanzu Kubernetes Runtime | Telemetry pour VMware Tanzu Platform versions antérieures à 2.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.103.x | ||
| VMware | Tanzu Kubernetes Runtime | Tanzu Hub versions antérieures à 10.3.0 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.906.x |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "GenAI sur Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.5",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.90.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "NodeJS Buildpack versions ant\u00e9rieures \u00e0 1.8.58",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.63",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "VMware Tanzu pour MySQL sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "API Gateway pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.49",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.14",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "CredHub Service Broker versions ant\u00e9rieures \u00e0 1.6.6",
"product": {
"name": "Tanzu Application Service",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy FIPS) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.4+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.915.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry Windows versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Single Sign-On pour VMware Tanzu Application Service versions ant\u00e9rieures \u00e0 1.16.13",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.943.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 6.0.20+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.77.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Automation Toolkit versions ant\u00e9rieures \u00e0 5.3.2",
"product": {
"name": "Services Suite",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy Azure Light) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Data Flow pour VMware Tanzu versions ant\u00e9rieures \u00e0 1.14.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.9",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Spring Cloud Services pour VMware Tanzu versions ant\u00e9rieures \u00e0 3.3.10",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Concourse pour VMware Tanzu versions ant\u00e9rieures \u00e0 7.14.1+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform pour Cloud Foundry isolation segment versions ant\u00e9rieures \u00e0 10.2.3+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Ruby Buildpack versions ant\u00e9rieures \u00e0 1.10.46",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.21+LTS-T",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Telemetry pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 2.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.103.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Hub versions ant\u00e9rieures \u00e0 10.3.0",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.906.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2019-25013",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-25013"
},
{
"name": "CVE-2017-9937",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9937"
},
{
"name": "CVE-2025-6395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6395"
},
{
"name": "CVE-2022-1343",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1343"
},
{
"name": "CVE-2013-4235",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-4235"
},
{
"name": "CVE-2024-37370",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37370"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2024-57981",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57981"
},
{
"name": "CVE-2025-8715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8715"
},
{
"name": "CVE-2017-3613",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3613"
},
{
"name": "CVE-2025-30681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30681"
},
{
"name": "CVE-2022-25308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25308"
},
{
"name": "CVE-2021-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3996"
},
{
"name": "CVE-2024-38807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38807"
},
{
"name": "CVE-2023-0216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0216"
},
{
"name": "CVE-2023-27102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27102"
},
{
"name": "CVE-2022-43236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43236"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2022-35252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35252"
},
{
"name": "CVE-2005-0602",
"url": "https://www.cve.org/CVERecord?id=CVE-2005-0602"
},
{
"name": "CVE-2017-6834",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6834"
},
{
"name": "CVE-2025-22003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22003"
},
{
"name": "CVE-2022-1473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1473"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2023-3428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3428"
},
{
"name": "CVE-2021-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3933"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2022-43237",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43237"
},
{
"name": "CVE-2021-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23215"
},
{
"name": "CVE-2022-1115",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1115"
},
{
"name": "CVE-2024-57994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57994"
},
{
"name": "CVE-2025-21798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21798"
},
{
"name": "CVE-2025-3264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3264"
},
{
"name": "CVE-2015-4789",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4789"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40217"
},
{
"name": "CVE-2020-14621",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14621"
},
{
"name": "CVE-2025-26465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26465"
},
{
"name": "CVE-2025-21975",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21975"
},
{
"name": "CVE-2025-21980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21980"
},
{
"name": "CVE-2023-0401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0401"
},
{
"name": "CVE-2025-21889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21889"
},
{
"name": "CVE-2025-21861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21861"
},
{
"name": "CVE-2025-38328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38328"
},
{
"name": "CVE-2025-31115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31115"
},
{
"name": "CVE-2021-33294",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33294"
},
{
"name": "CVE-2023-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3195"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2021-20243",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20243"
},
{
"name": "CVE-2023-3316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3316"
},
{
"name": "CVE-2023-1175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1175"
},
{
"name": "CVE-2024-57948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57948"
},
{
"name": "CVE-2025-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21937"
},
{
"name": "CVE-2014-9157",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9157"
},
{
"name": "CVE-2020-2803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2803"
},
{
"name": "CVE-2020-14803",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14803"
},
{
"name": "CVE-2024-58088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58088"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2025-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53042"
},
{
"name": "CVE-2024-9681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9681"
},
{
"name": "CVE-2021-37600",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37600"
},
{
"name": "CVE-2025-21689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21689"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2011-3374",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-3374"
},
{
"name": "CVE-2025-30689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30689"
},
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2021-26260",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26260"
},
{
"name": "CVE-2023-0922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0922"
},
{
"name": "CVE-2025-38100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38100"
},
{
"name": "CVE-2017-18250",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18250"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2025-1372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1372"
},
{
"name": "CVE-2025-40002",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40002"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2025-8851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8851"
},
{
"name": "CVE-2024-58010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58010"
},
{
"name": "CVE-2025-38043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38043"
},
{
"name": "CVE-2025-21697",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21697"
},
{
"name": "CVE-2025-30715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30715"
},
{
"name": "CVE-2024-57973",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57973"
},
{
"name": "CVE-2022-24407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24407"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2022-46908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46908"
},
{
"name": "CVE-2022-3626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3626"
},
{
"name": "CVE-2024-28834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28834"
},
{
"name": "CVE-2021-38604",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38604"
},
{
"name": "CVE-2001-1268",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1268"
},
{
"name": "CVE-2022-2874",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2874"
},
{
"name": "CVE-2025-22017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22017"
},
{
"name": "CVE-2025-38108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38108"
},
{
"name": "CVE-2025-21783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21783"
},
{
"name": "CVE-2025-38229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38229"
},
{
"name": "CVE-2023-46218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46218"
},
{
"name": "CVE-2021-3733",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3733"
},
{
"name": "CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2020-27769",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27769"
},
{
"name": "CVE-2025-30682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30682"
},
{
"name": "CVE-2021-35586",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35586"
},
{
"name": "CVE-2014-9748",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9748"
},
{
"name": "CVE-2025-25186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25186"
},
{
"name": "CVE-2014-8141",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8141"
},
{
"name": "CVE-2022-1623",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1623"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2025-21951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21951"
},
{
"name": "CVE-2024-38829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38829"
},
{
"name": "CVE-2025-10148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10148"
},
{
"name": "CVE-2017-6831",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6831"
},
{
"name": "CVE-2024-58034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58034"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2025-27818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27818"
},
{
"name": "CVE-2021-3997",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3997"
},
{
"name": "CVE-2025-50102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50102"
},
{
"name": "CVE-2023-38471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38471"
},
{
"name": "CVE-2022-0158",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0158"
},
{
"name": "CVE-2020-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27776"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-21743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21743"
},
{
"name": "CVE-2025-38147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38147"
},
{
"name": "CVE-2023-6780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6780"
},
{
"name": "CVE-2023-34475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34475"
},
{
"name": "CVE-2024-26896",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26896"
},
{
"name": "CVE-2025-38286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38286"
},
{
"name": "CVE-2025-55248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55248"
},
{
"name": "CVE-2024-24762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24762"
},
{
"name": "CVE-2025-53643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53643"
},
{
"name": "CVE-2022-0696",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0696"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2022-3599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3599"
},
{
"name": "CVE-2021-39537",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39537"
},
{
"name": "CVE-2025-12380",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12380"
},
{
"name": "CVE-2022-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42010"
},
{
"name": "CVE-2015-4787",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4787"
},
{
"name": "CVE-2021-35550",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35550"
},
{
"name": "CVE-2022-27781",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27781"
},
{
"name": "CVE-2025-21847",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21847"
},
{
"name": "CVE-2022-2929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2929"
},
{
"name": "CVE-2018-15120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15120"
},
{
"name": "CVE-2024-58069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58069"
},
{
"name": "CVE-2025-8556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8556"
},
{
"name": "CVE-2023-0796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0796"
},
{
"name": "CVE-2025-21853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21853"
},
{
"name": "CVE-2025-21871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21871"
},
{
"name": "CVE-2023-51385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51385"
},
{
"name": "CVE-2016-0682",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0682"
},
{
"name": "CVE-2025-4287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4287"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2025-21731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21731"
},
{
"name": "CVE-2023-48237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48237"
},
{
"name": "CVE-2023-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48706"
},
{
"name": "CVE-2021-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3605"
},
{
"name": "CVE-2025-38515",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38515"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2024-25126",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25126"
},
{
"name": "CVE-2025-21941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21941"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2017-10928",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10928"
},
{
"name": "CVE-2023-52425",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52425"
},
{
"name": "CVE-2025-38163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38163"
},
{
"name": "CVE-2021-35567",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35567"
},
{
"name": "CVE-2017-12429",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12429"
},
{
"name": "CVE-2025-38444",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38444"
},
{
"name": "CVE-2023-38546",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38546"
},
{
"name": "CVE-2019-8322",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8322"
},
{
"name": "CVE-2024-52615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52615"
},
{
"name": "CVE-2020-14579",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14579"
},
{
"name": "CVE-2023-2157",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2157"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-21823",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21823"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2019-1010238",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010238"
},
{
"name": "CVE-2024-26700",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26700"
},
{
"name": "CVE-2024-58082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58082"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2024-33602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33602"
},
{
"name": "CVE-2025-55551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55551"
},
{
"name": "CVE-2025-50100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50100"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2025-21763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21763"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2023-48368",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48368"
},
{
"name": "CVE-2014-4715",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-4715"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2022-48554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48554"
},
{
"name": "CVE-2022-0563",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0563"
},
{
"name": "CVE-2025-38157",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38157"
},
{
"name": "CVE-2023-24757",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24757"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2025-21678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21678"
},
{
"name": "CVE-2025-4056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4056"
},
{
"name": "CVE-2024-28757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28757"
},
{
"name": "CVE-2020-29562",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29562"
},
{
"name": "CVE-2022-31683",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31683"
},
{
"name": "CVE-2020-22218",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22218"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-53062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53062"
},
{
"name": "CVE-2015-4776",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4776"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2017-3616",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3616"
},
{
"name": "CVE-2021-2163",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2163"
},
{
"name": "CVE-2025-21922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21922"
},
{
"name": "CVE-2025-27817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27817"
},
{
"name": "CVE-2023-30086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30086"
},
{
"name": "CVE-2017-6832",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6832"
},
{
"name": "CVE-2022-2208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2208"
},
{
"name": "CVE-2024-45720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45720"
},
{
"name": "CVE-2022-1056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1056"
},
{
"name": "CVE-2018-10805",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10805"
},
{
"name": "CVE-2019-19906",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19906"
},
{
"name": "CVE-2025-38219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38219"
},
{
"name": "CVE-2015-4785",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4785"
},
{
"name": "CVE-2025-38466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38466"
},
{
"name": "CVE-2022-24921",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24921"
},
{
"name": "CVE-2022-32208",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32208"
},
{
"name": "CVE-2020-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15095"
},
{
"name": "CVE-2018-16328",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16328"
},
{
"name": "CVE-2024-38949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38949"
},
{
"name": "CVE-2022-28327",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28327"
},
{
"name": "CVE-2025-5745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5745"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2022-43239",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43239"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2022-32546",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32546"
},
{
"name": "CVE-2025-0838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0838"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2023-5441",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5441"
},
{
"name": "CVE-2025-55553",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55553"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-58011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58011"
},
{
"name": "CVE-2025-21796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21796"
},
{
"name": "CVE-2024-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12086"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-21691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21691"
},
{
"name": "CVE-2021-4219",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4219"
},
{
"name": "CVE-2018-15798",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15798"
},
{
"name": "CVE-2025-55154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55154"
},
{
"name": "CVE-2025-49146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49146"
},
{
"name": "CVE-2025-40026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40026"
},
{
"name": "CVE-2022-1292",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1292"
},
{
"name": "CVE-2022-3153",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3153"
},
{
"name": "CVE-2022-2057",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2057"
},
{
"name": "CVE-2025-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5197"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2023-39328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39328"
},
{
"name": "CVE-2023-45853",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45853"
},
{
"name": "CVE-2024-47611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47611"
},
{
"name": "CVE-2017-11447",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11447"
},
{
"name": "CVE-2019-8323",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8323"
},
{
"name": "CVE-2023-39593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39593"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2025-46569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46569"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2018-14434",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14434"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2025-30703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30703"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2022-48522",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48522"
},
{
"name": "CVE-2025-21684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21684"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2023-26965",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26965"
},
{
"name": "CVE-2023-2602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2602"
},
{
"name": "CVE-2021-2161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2161"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2017-10140",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-10140"
},
{
"name": "CVE-2021-2341",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2341"
},
{
"name": "CVE-2021-3468",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3468"
},
{
"name": "CVE-2024-6232",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6232"
},
{
"name": "CVE-2024-58061",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58061"
},
{
"name": "CVE-2025-46148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46148"
},
{
"name": "CVE-2024-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58058"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2025-21864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21864"
},
{
"name": "CVE-2025-2149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2149"
},
{
"name": "CVE-2021-3502",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3502"
},
{
"name": "CVE-2025-6052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6052"
},
{
"name": "CVE-2018-16329",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16329"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2025-24813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24813"
},
{
"name": "CVE-2024-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58056"
},
{
"name": "CVE-2023-52426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52426"
},
{
"name": "CVE-2025-50080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50080"
},
{
"name": "CVE-2025-21725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21725"
},
{
"name": "CVE-2024-43790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43790"
},
{
"name": "CVE-2025-38313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38313"
},
{
"name": "CVE-2025-38336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38336"
},
{
"name": "CVE-2022-2058",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2058"
},
{
"name": "CVE-2025-22009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22009"
},
{
"name": "CVE-2025-38061",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38061"
},
{
"name": "CVE-2022-45061",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45061"
},
{
"name": "CVE-2025-21727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21727"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2015-4764",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4764"
},
{
"name": "CVE-2025-22228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22228"
},
{
"name": "CVE-2022-43240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43240"
},
{
"name": "CVE-2020-1752",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1752"
},
{
"name": "CVE-2025-5987",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5987"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-38375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38375"
},
{
"name": "CVE-2015-4779",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4779"
},
{
"name": "CVE-2021-20312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20312"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2025-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2953"
},
{
"name": "CVE-2020-14593",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14593"
},
{
"name": "CVE-2025-21904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21904"
},
{
"name": "CVE-2019-20838",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20838"
},
{
"name": "CVE-2025-37798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37798"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2025-50078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50078"
},
{
"name": "CVE-2022-28739",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28739"
},
{
"name": "CVE-2024-26726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26726"
},
{
"name": "CVE-2023-52593",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52593"
},
{
"name": "CVE-2025-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3933"
},
{
"name": "CVE-2023-26785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26785"
},
{
"name": "CVE-2025-49794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49794"
},
{
"name": "CVE-2020-14664",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14664"
},
{
"name": "CVE-2023-48235",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48235"
},
{
"name": "CVE-2024-57970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57970"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2025-21668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21668"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2022-32207",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32207"
},
{
"name": "CVE-2024-44939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44939"
},
{
"name": "CVE-2024-43374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43374"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2025-21929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21929"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2022-3627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3627"
},
{
"name": "CVE-2020-14797",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14797"
},
{
"name": "CVE-2025-21735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21735"
},
{
"name": "CVE-2024-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3596"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2024-27280",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27280"
},
{
"name": "CVE-2025-3000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3000"
},
{
"name": "CVE-2022-3213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3213"
},
{
"name": "CVE-2022-2867",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2867"
},
{
"name": "CVE-2023-36632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36632"
},
{
"name": "CVE-2021-23177",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23177"
},
{
"name": "CVE-2020-14798",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14798"
},
{
"name": "CVE-2007-4559",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-4559"
},
{
"name": "CVE-2025-21839",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21839"
},
{
"name": "CVE-2025-38112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38112"
},
{
"name": "CVE-2025-5878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5878"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2022-3715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3715"
},
{
"name": "CVE-2023-4016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4016"
},
{
"name": "CVE-2024-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58063"
},
{
"name": "CVE-2015-4780",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4780"
},
{
"name": "CVE-2024-41957",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41957"
},
{
"name": "CVE-2025-38500",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38500"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2025-24293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24293"
},
{
"name": "CVE-2025-8961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8961"
},
{
"name": "CVE-2025-21977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21977"
},
{
"name": "CVE-2022-25147",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25147"
},
{
"name": "CVE-2025-21779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21779"
},
{
"name": "CVE-2024-58005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58005"
},
{
"name": "CVE-2025-21674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21674"
},
{
"name": "CVE-2022-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3598"
},
{
"name": "CVE-2025-30696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30696"
},
{
"name": "CVE-2023-0798",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0798"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-38203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38203"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2022-0909",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0909"
},
{
"name": "CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2023-48231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48231"
},
{
"name": "CVE-2025-55752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55752"
},
{
"name": "CVE-2023-38633",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38633"
},
{
"name": "CVE-2025-21948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21948"
},
{
"name": "CVE-2023-2609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2609"
},
{
"name": "CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2021-46312",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46312"
},
{
"name": "CVE-2018-14628",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14628"
},
{
"name": "CVE-2022-21299",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21299"
},
{
"name": "CVE-2022-38476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38476"
},
{
"name": "CVE-2019-6461",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6461"
},
{
"name": "CVE-2022-3515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3515"
},
{
"name": "CVE-2025-38004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38004"
},
{
"name": "CVE-2020-2773",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2773"
},
{
"name": "CVE-2015-5262",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5262"
},
{
"name": "CVE-2022-43244",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43244"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2025-21753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21753"
},
{
"name": "CVE-2017-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6004"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2015-7696",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7696"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2025-38387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38387"
},
{
"name": "CVE-2023-45922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45922"
},
{
"name": "CVE-2015-4754",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4754"
},
{
"name": "CVE-2025-21699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21699"
},
{
"name": "CVE-2025-38362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38362"
},
{
"name": "CVE-2022-27776",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27776"
},
{
"name": "CVE-2023-45322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45322"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2022-39046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39046"
},
{
"name": "CVE-2020-14578",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14578"
},
{
"name": "CVE-2025-21584",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21584"
},
{
"name": "CVE-2022-42916",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42916"
},
{
"name": "CVE-2025-40004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40004"
},
{
"name": "CVE-2017-7619",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7619"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2020-2805",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2805"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38371"
},
{
"name": "CVE-2023-2731",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2731"
},
{
"name": "CVE-2025-58767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58767"
},
{
"name": "CVE-2021-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35939"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2025-38445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38445"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2023-0803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0803"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2025-21746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21746"
},
{
"name": "CVE-2022-0391",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0391"
},
{
"name": "CVE-2023-1170",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1170"
},
{
"name": "CVE-2022-24070",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24070"
},
{
"name": "CVE-2025-38461",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38461"
},
{
"name": "CVE-2019-17547",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-17547"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2021-36411",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36411"
},
{
"name": "CVE-2023-30774",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30774"
},
{
"name": "CVE-2018-10919",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10919"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2020-2830",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2830"
},
{
"name": "CVE-2025-53014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53014"
},
{
"name": "CVE-2025-7962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7962"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2020-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2781"
},
{
"name": "CVE-2023-28322",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28322"
},
{
"name": "CVE-2018-10804",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-10804"
},
{
"name": "CVE-2025-38159",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38159"
},
{
"name": "CVE-2022-0907",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0907"
},
{
"name": "CVE-2021-3421",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3421"
},
{
"name": "CVE-2022-21305",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21305"
},
{
"name": "CVE-2025-38066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38066"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2021-3670",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3670"
},
{
"name": "CVE-2021-38297",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38297"
},
{
"name": "CVE-2025-4373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4373"
},
{
"name": "CVE-2015-4790",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4790"
},
{
"name": "CVE-2025-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4598"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2025-21836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21836"
},
{
"name": "CVE-2025-21715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21715"
},
{
"name": "CVE-2024-6174",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6174"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2020-10735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10735"
},
{
"name": "CVE-2025-38305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38305"
},
{
"name": "CVE-2020-14556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14556"
},
{
"name": "CVE-2025-38067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38067"
},
{
"name": "CVE-2025-50085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50085"
},
{
"name": "CVE-2025-21781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21781"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2020-14792",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14792"
},
{
"name": "CVE-2019-16776",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16776"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-6779",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6779"
},
{
"name": "CVE-2022-28738",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28738"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2024-8508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8508"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2015-2624",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2624"
},
{
"name": "CVE-2022-2068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2068"
},
{
"name": "CVE-2025-40364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40364"
},
{
"name": "CVE-2023-29491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29491"
},
{
"name": "CVE-2025-38068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38068"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2013-2064",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-2064"
},
{
"name": "CVE-2025-38401",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38401"
},
{
"name": "CVE-2025-21772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21772"
},
{
"name": "CVE-2021-20266",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20266"
},
{
"name": "CVE-2022-21271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21271"
},
{
"name": "CVE-2024-58070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58070"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2023-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25193"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2020-25663",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25663"
},
{
"name": "CVE-2022-0156",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0156"
},
{
"name": "CVE-2025-21914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21914"
},
{
"name": "CVE-2024-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58057"
},
{
"name": "CVE-2025-0306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0306"
},
{
"name": "CVE-2025-1371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1371"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-58007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58007"
},
{
"name": "CVE-2023-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1355"
},
{
"name": "CVE-2025-21995",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21995"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2025-21868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21868"
},
{
"name": "CVE-2025-0938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0938"
},
{
"name": "CVE-2025-5372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5372"
},
{
"name": "CVE-2022-27782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27782"
},
{
"name": "CVE-2022-37967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37967"
},
{
"name": "CVE-2022-22844",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22844"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2019-13232",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13232"
},
{
"name": "CVE-2025-27210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27210"
},
{
"name": "CVE-2025-38102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38102"
},
{
"name": "CVE-2024-33600",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33600"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2015-2654",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2654"
},
{
"name": "CVE-2025-55560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55560"
},
{
"name": "CVE-2025-21728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21728"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-1210",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1210"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2015-4778",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4778"
},
{
"name": "CVE-2023-42670",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42670"
},
{
"name": "CVE-2022-4203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4203"
},
{
"name": "CVE-2024-58090",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58090"
},
{
"name": "CVE-2025-59842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59842"
},
{
"name": "CVE-2025-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49125"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2024-27766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27766"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2024-58078",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58078"
},
{
"name": "CVE-2023-32636",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32636"
},
{
"name": "CVE-2023-6277",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6277"
},
{
"name": "CVE-2025-48060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48060"
},
{
"name": "CVE-2025-21855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21855"
},
{
"name": "CVE-2025-38399",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38399"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2025-38065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38065"
},
{
"name": "CVE-2025-38459",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38459"
},
{
"name": "CVE-2024-21510",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21510"
},
{
"name": "CVE-2023-34153",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34153"
},
{
"name": "CVE-2023-3618",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3618"
},
{
"name": "CVE-2020-14153",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14153"
},
{
"name": "CVE-2022-1114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1114"
},
{
"name": "CVE-2023-48233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48233"
},
{
"name": "CVE-2025-38412",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38412"
},
{
"name": "CVE-2025-38031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38031"
},
{
"name": "CVE-2023-4813",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4813"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2011-2207",
"url": "https://www.cve.org/CVERecord?id=CVE-2011-2207"
},
{
"name": "CVE-2025-54874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54874"
},
{
"name": "CVE-2017-3617",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3617"
},
{
"name": "CVE-2024-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53124"
},
{
"name": "CVE-2025-38293",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38293"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21830"
},
{
"name": "CVE-2018-12600",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12600"
},
{
"name": "CVE-2025-4877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4877"
},
{
"name": "CVE-2021-41771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41771"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2020-14781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14781"
},
{
"name": "CVE-2016-3189",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3189"
},
{
"name": "CVE-2023-4154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4154"
},
{
"name": "CVE-2025-38184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38184"
},
{
"name": "CVE-2017-3615",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3615"
},
{
"name": "CVE-2022-0714",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0714"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2023-28320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28320"
},
{
"name": "CVE-2025-9340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9340"
},
{
"name": "CVE-2023-24758",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24758"
},
{
"name": "CVE-2025-55552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55552"
},
{
"name": "CVE-2025-30683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30683"
},
{
"name": "CVE-2025-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30699"
},
{
"name": "CVE-2025-61921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61921"
},
{
"name": "CVE-2024-4030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4030"
},
{
"name": "CVE-2025-27587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27587"
},
{
"name": "CVE-2016-7531",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7531"
},
{
"name": "CVE-2006-3082",
"url": "https://www.cve.org/CVERecord?id=CVE-2006-3082"
},
{
"name": "CVE-2023-5341",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5341"
},
{
"name": "CVE-2025-8534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8534"
},
{
"name": "CVE-2025-21767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21767"
},
{
"name": "CVE-2025-3262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3262"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2025-1390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1390"
},
{
"name": "CVE-2024-33599",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33599"
},
{
"name": "CVE-2023-34968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34968"
},
{
"name": "CVE-2024-0743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0743"
},
{
"name": "CVE-2025-21961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21961"
},
{
"name": "CVE-2025-38458",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38458"
},
{
"name": "CVE-2025-6297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6297"
},
{
"name": "CVE-2016-10062",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10062"
},
{
"name": "CVE-2025-21764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21764"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-58093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58093"
},
{
"name": "CVE-2023-34152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34152"
},
{
"name": "CVE-2022-43249",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43249"
},
{
"name": "CVE-2025-38034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38034"
},
{
"name": "CVE-2024-58085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58085"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2017-3608",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3608"
},
{
"name": "CVE-2025-47268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47268"
},
{
"name": "CVE-2025-21690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21690"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-57996",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57996"
},
{
"name": "CVE-2025-38135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38135"
},
{
"name": "CVE-2023-28484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28484"
},
{
"name": "CVE-2022-43242",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43242"
},
{
"name": "CVE-2019-2708",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-2708"
},
{
"name": "CVE-2025-38312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38312"
},
{
"name": "CVE-2016-0692",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0692"
},
{
"name": "CVE-2019-14844",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14844"
},
{
"name": "CVE-2022-21366",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21366"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2025-38464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38464"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2025-21982",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21982"
},
{
"name": "CVE-2025-21867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21867"
},
{
"name": "CVE-2025-21666",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21666"
},
{
"name": "CVE-2023-0802",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0802"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2023-46219",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46219"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2025-21828",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21828"
},
{
"name": "CVE-2023-47038",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47038"
},
{
"name": "CVE-2025-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23167"
},
{
"name": "CVE-2025-38363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38363"
},
{
"name": "CVE-2025-21704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21704"
},
{
"name": "CVE-2025-21936",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21936"
},
{
"name": "CVE-2022-0865",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0865"
},
{
"name": "CVE-2023-5981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5981"
},
{
"name": "CVE-2025-38319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38319"
},
{
"name": "CVE-2025-43859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43859"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2022-0529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0529"
},
{
"name": "CVE-2023-27043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27043"
},
{
"name": "CVE-2016-7514",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7514"
},
{
"name": "CVE-2015-4782",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4782"
},
{
"name": "CVE-2025-21909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21909"
},
{
"name": "CVE-2022-2056",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2056"
},
{
"name": "CVE-2025-9092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9092"
},
{
"name": "CVE-2025-21766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21766"
},
{
"name": "CVE-2025-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38457"
},
{
"name": "CVE-2024-54677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54677"
},
{
"name": "CVE-2021-3598",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3598"
},
{
"name": "CVE-2025-21880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21880"
},
{
"name": "CVE-2025-50094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50094"
},
{
"name": "CVE-2021-35559",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35559"
},
{
"name": "CVE-2025-21959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21959"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-38212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38212"
},
{
"name": "CVE-2017-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3610"
},
{
"name": "CVE-2023-1264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1264"
},
{
"name": "CVE-2023-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0217"
},
{
"name": "CVE-2024-58266",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58266"
},
{
"name": "CVE-2025-38298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38298"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50098"
},
{
"name": "CVE-2022-43552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43552"
},
{
"name": "CVE-2018-1000076",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000076"
},
{
"name": "CVE-2022-4293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4293"
},
{
"name": "CVE-2025-37974",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37974"
},
{
"name": "CVE-2025-5915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5915"
},
{
"name": "CVE-2024-57834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57834"
},
{
"name": "CVE-2025-55197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55197"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55558"
},
{
"name": "CVE-2022-21291",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21291"
},
{
"name": "CVE-2024-58017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58017"
},
{
"name": "CVE-2025-5917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5917"
},
{
"name": "CVE-2025-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26603"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2025-38078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38078"
},
{
"name": "CVE-2025-21809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21809"
},
{
"name": "CVE-2025-38419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38419"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2021-32490",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32490"
},
{
"name": "CVE-2020-27768",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27768"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2025-50086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50086"
},
{
"name": "CVE-2016-5118",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5118"
},
{
"name": "CVE-2022-3786",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3786"
},
{
"name": "CVE-2023-46045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46045"
},
{
"name": "CVE-2025-37889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37889"
},
{
"name": "CVE-2021-3995",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3995"
},
{
"name": "CVE-2015-4788",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4788"
},
{
"name": "CVE-2025-55557",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55557"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2022-24599",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24599"
},
{
"name": "CVE-2025-21981",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21981"
},
{
"name": "CVE-2025-38211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38211"
},
{
"name": "CVE-2025-2999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2999"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-21910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21910"
},
{
"name": "CVE-2021-35452",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35452"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2023-28319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28319"
},
{
"name": "CVE-2021-35565",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35565"
},
{
"name": "CVE-2020-10251",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10251"
},
{
"name": "CVE-2024-11584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11584"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2020-2981",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2981"
},
{
"name": "CVE-2025-21745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21745"
},
{
"name": "CVE-2025-21791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21791"
},
{
"name": "CVE-2020-18781",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18781"
},
{
"name": "CVE-2025-7709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7709"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-38077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38077"
},
{
"name": "CVE-2025-38251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38251"
},
{
"name": "CVE-2022-22576",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22576"
},
{
"name": "CVE-2025-38120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38120"
},
{
"name": "CVE-2017-7186",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7186"
},
{
"name": "CVE-2025-38285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38285"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37750"
},
{
"name": "CVE-2021-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39293"
},
{
"name": "CVE-2025-21795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21795"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2025-22014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22014"
},
{
"name": "CVE-2025-38161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38161"
},
{
"name": "CVE-2025-9640",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9640"
},
{
"name": "CVE-2022-1897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1897"
},
{
"name": "CVE-2022-43248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43248"
},
{
"name": "CVE-2016-3418",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-3418"
},
{
"name": "CVE-2022-29824",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29824"
},
{
"name": "CVE-2024-58081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58081"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2024-11053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11053"
},
{
"name": "CVE-2024-7264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7264"
},
{
"name": "CVE-2025-21814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21814"
},
{
"name": "CVE-2025-50082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50082"
},
{
"name": "CVE-2017-6829",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6829"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-40027",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40027"
},
{
"name": "CVE-2025-50097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50097"
},
{
"name": "CVE-2021-4214",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4214"
},
{
"name": "CVE-2025-21911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21911"
},
{
"name": "CVE-2023-24752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24752"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2024-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21742"
},
{
"name": "CVE-2022-43245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43245"
},
{
"name": "CVE-2015-2656",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2656"
},
{
"name": "CVE-2025-50084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50084"
},
{
"name": "CVE-2018-9133",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9133"
},
{
"name": "CVE-2025-50079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50079"
},
{
"name": "CVE-2025-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38115"
},
{
"name": "CVE-2025-21758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21758"
},
{
"name": "CVE-2023-0767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0767"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2025-1795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1795"
},
{
"name": "CVE-2021-35603",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35603"
},
{
"name": "CVE-2025-21996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21996"
},
{
"name": "CVE-2021-36410",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36410"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2017-3612",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3612"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-38153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38153"
},
{
"name": "CVE-2025-21787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21787"
},
{
"name": "CVE-2023-28487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28487"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2023-31439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31439"
},
{
"name": "CVE-2023-51074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51074"
},
{
"name": "CVE-2023-23915",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23915"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2018-1000074",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000074"
},
{
"name": "CVE-2025-37785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37785"
},
{
"name": "CVE-2025-21776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21776"
},
{
"name": "CVE-2024-58003",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58003"
},
{
"name": "CVE-2025-21917",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21917"
},
{
"name": "CVE-2025-21706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21706"
},
{
"name": "CVE-2025-48964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48964"
},
{
"name": "CVE-2025-55193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55193"
},
{
"name": "CVE-2025-38395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38395"
},
{
"name": "CVE-2023-29499",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29499"
},
{
"name": "CVE-2025-21574",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21574"
},
{
"name": "CVE-2022-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42011"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2025-38337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38337"
},
{
"name": "CVE-2025-21957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21957"
},
{
"name": "CVE-2025-38727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38727"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2024-1013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1013"
},
{
"name": "CVE-2022-0319",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0319"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-30258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30258"
},
{
"name": "CVE-2025-21999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21999"
},
{
"name": "CVE-2025-4565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4565"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2025-38465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38465"
},
{
"name": "CVE-2024-56406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56406"
},
{
"name": "CVE-2025-38513",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38513"
},
{
"name": "CVE-2025-21736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21736"
},
{
"name": "CVE-2025-21997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21997"
},
{
"name": "CVE-2025-21741",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21741"
},
{
"name": "CVE-2020-18032",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-18032"
},
{
"name": "CVE-2017-6833",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6833"
},
{
"name": "CVE-2025-21808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21808"
},
{
"name": "CVE-2019-8324",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8324"
},
{
"name": "CVE-2020-2754",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2754"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-58076",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58076"
},
{
"name": "CVE-2023-24751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24751"
},
{
"name": "CVE-2025-21708",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21708"
},
{
"name": "CVE-2015-4784",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4784"
},
{
"name": "CVE-2021-4048",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4048"
},
{
"name": "CVE-2023-4527",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4527"
},
{
"name": "CVE-2022-2980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2980"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2025-21992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21992"
},
{
"name": "CVE-2025-21720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21720"
},
{
"name": "CVE-2025-32463",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32463"
},
{
"name": "CVE-2015-7747",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7747"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2023-34055",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34055"
},
{
"name": "CVE-2024-41965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41965"
},
{
"name": "CVE-2020-14796",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14796"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2025-55004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55004"
},
{
"name": "CVE-2014-8139",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8139"
},
{
"name": "CVE-2025-21580",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21580"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"name": "CVE-2025-38003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38003"
},
{
"name": "CVE-2025-38441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38441"
},
{
"name": "CVE-2023-51767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51767"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2023-6918",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6918"
},
{
"name": "CVE-2023-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38037"
},
{
"name": "CVE-2012-5783",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-5783"
},
{
"name": "CVE-2022-2519",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2519"
},
{
"name": "CVE-2025-55754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55754"
},
{
"name": "CVE-2025-53023",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53023"
},
{
"name": "CVE-2025-21711",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21711"
},
{
"name": "CVE-2025-2998",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2998"
},
{
"name": "CVE-2023-51792",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51792"
},
{
"name": "CVE-2021-20313",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20313"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2025-21575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21575"
},
{
"name": "CVE-2025-21978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21978"
},
{
"name": "CVE-2019-16777",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16777"
},
{
"name": "CVE-2025-21760",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21760"
},
{
"name": "CVE-2023-45913",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45913"
},
{
"name": "CVE-2018-13153",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13153"
},
{
"name": "CVE-2022-0530",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0530"
},
{
"name": "CVE-2023-48236",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48236"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2025-21913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21913"
},
{
"name": "CVE-2023-34474",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34474"
},
{
"name": "CVE-2025-21665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21665"
},
{
"name": "CVE-2025-38227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38227"
},
{
"name": "CVE-2018-1000079",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000079"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2024-58079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58079"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2025-21577",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21577"
},
{
"name": "CVE-2021-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45931"
},
{
"name": "CVE-2025-38079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38079"
},
{
"name": "CVE-2021-28544",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28544"
},
{
"name": "CVE-2021-46828",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46828"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2025-32728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32728"
},
{
"name": "CVE-2023-2804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2804"
},
{
"name": "CVE-2025-21970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21970"
},
{
"name": "CVE-2021-44964",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44964"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2022-42012",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42012"
},
{
"name": "CVE-2018-14437",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14437"
},
{
"name": "CVE-2024-13978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13978"
},
{
"name": "CVE-2025-21890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21890"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2021-3596",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3596"
},
{
"name": "CVE-2025-21916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21916"
},
{
"name": "CVE-2025-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21925"
},
{
"name": "CVE-2024-57883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57883"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2017-6830",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6830"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2021-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3520"
},
{
"name": "CVE-2024-47814",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47814"
},
{
"name": "CVE-2022-2923",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2923"
},
{
"name": "CVE-2025-21799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21799"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"name": "CVE-2015-2626",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2626"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-21748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21748"
},
{
"name": "CVE-2025-21785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21785"
},
{
"name": "CVE-2020-10029",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10029"
},
{
"name": "CVE-2025-7425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7425"
},
{
"name": "CVE-2023-3978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3978"
},
{
"name": "CVE-2021-46310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46310"
},
{
"name": "CVE-2022-36227",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36227"
},
{
"name": "CVE-2021-2369",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2369"
},
{
"name": "CVE-2025-21883",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21883"
},
{
"name": "CVE-2023-29469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29469"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2025-38074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38074"
},
{
"name": "CVE-2024-58086",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58086"
},
{
"name": "CVE-2025-38119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38119"
},
{
"name": "CVE-2025-38245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38245"
},
{
"name": "CVE-2022-37454",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37454"
},
{
"name": "CVE-2021-36770",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36770"
},
{
"name": "CVE-2025-21898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21898"
},
{
"name": "CVE-2020-14152",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14152"
},
{
"name": "CVE-2025-38324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38324"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2021-36976",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36976"
},
{
"name": "CVE-2024-58051",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58051"
},
{
"name": "CVE-2023-3164",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3164"
},
{
"name": "CVE-2022-3597",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3597"
},
{
"name": "CVE-2023-27535",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27535"
},
{
"name": "CVE-2022-27775",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27775"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2018-25032",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-25032"
},
{
"name": "CVE-2025-9390",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9390"
},
{
"name": "CVE-2025-62813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62813"
},
{
"name": "CVE-2025-21857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21857"
},
{
"name": "CVE-2019-9904",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9904"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2022-42919",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42919"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2025-9165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9165"
},
{
"name": "CVE-2023-1981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1981"
},
{
"name": "CVE-2023-30571",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30571"
},
{
"name": "CVE-2022-2231",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2231"
},
{
"name": "CVE-2025-46150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46150"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2024-5642",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5642"
},
{
"name": "CVE-2024-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3219"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2015-4781",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4781"
},
{
"name": "CVE-2023-23914",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23914"
},
{
"name": "CVE-2025-38542",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38542"
},
{
"name": "CVE-2025-38344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38344"
},
{
"name": "CVE-2023-28120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28120"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2025-21848",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21848"
},
{
"name": "CVE-2021-3999",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3999"
},
{
"name": "CVE-2012-6153",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-6153"
},
{
"name": "CVE-2025-38088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38088"
},
{
"name": "CVE-2025-50096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50096"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2022-27774",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27774"
},
{
"name": "CVE-2025-21683",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21683"
},
{
"name": "CVE-2025-38332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38332"
},
{
"name": "CVE-2020-35492",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35492"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2023-1289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1289"
},
{
"name": "CVE-2025-38386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38386"
},
{
"name": "CVE-2023-6349",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6349"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2017-3605",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3605"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-23165",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23165"
},
{
"name": "CVE-2022-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40303"
},
{
"name": "CVE-2023-0801",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0801"
},
{
"name": "CVE-2025-9341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9341"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2017-7244",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7244"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2025-21895",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21895"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2025-1377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1377"
},
{
"name": "CVE-2025-30705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30705"
},
{
"name": "CVE-2018-16412",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16412"
},
{
"name": "CVE-2025-22005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22005"
},
{
"name": "CVE-2019-6462",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6462"
},
{
"name": "CVE-2025-21935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21935"
},
{
"name": "CVE-2022-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4645"
},
{
"name": "CVE-2021-32493",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32493"
},
{
"name": "CVE-2023-24754",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24754"
},
{
"name": "CVE-2020-29509",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29509"
},
{
"name": "CVE-2023-5568",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5568"
},
{
"name": "CVE-2023-38470",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38470"
},
{
"name": "CVE-2025-21675",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21675"
},
{
"name": "CVE-2023-34967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34967"
},
{
"name": "CVE-2025-38237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38237"
},
{
"name": "CVE-2025-38174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38174"
},
{
"name": "CVE-2025-8713",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8713"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2022-2869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2869"
},
{
"name": "CVE-2021-4189",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4189"
},
{
"name": "CVE-2025-50088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50088"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2023-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35945"
},
{
"name": "CVE-2024-45993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45993"
},
{
"name": "CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"name": "CVE-2021-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35937"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"name": "CVE-2024-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26146"
},
{
"name": "CVE-2025-21888",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21888"
},
{
"name": "CVE-2025-21866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21866"
},
{
"name": "CVE-2023-40745",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40745"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-3730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3730"
},
{
"name": "CVE-2025-22010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22010"
},
{
"name": "CVE-2024-25260",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25260"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2025-38037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38037"
},
{
"name": "CVE-2017-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3609"
},
{
"name": "CVE-2024-57990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57990"
},
{
"name": "CVE-2021-29921",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29921"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2014-9636",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9636"
},
{
"name": "CVE-2025-5351",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5351"
},
{
"name": "CVE-2025-52520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52520"
},
{
"name": "CVE-2022-1622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1622"
},
{
"name": "CVE-2017-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3611"
},
{
"name": "CVE-2024-53427",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53427"
},
{
"name": "CVE-2022-2521",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2521"
},
{
"name": "CVE-2023-49582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49582"
},
{
"name": "CVE-2025-43857",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43857"
},
{
"name": "CVE-2025-31344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31344"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2023-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28321"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2020-14581",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14581"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2021-32491",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32491"
},
{
"name": "CVE-2025-50077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50077"
},
{
"name": "CVE-2022-2309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2309"
},
{
"name": "CVE-2024-52533",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52533"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2023-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22025"
},
{
"name": "CVE-2021-43527",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43527"
},
{
"name": "CVE-2022-0924",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0924"
},
{
"name": "CVE-2025-24014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24014"
},
{
"name": "CVE-2022-33068",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33068"
},
{
"name": "CVE-2025-38342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38342"
},
{
"name": "CVE-2025-54988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54988"
},
{
"name": "CVE-2024-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58068"
},
{
"name": "CVE-2025-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23083"
},
{
"name": "CVE-2015-4777",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4777"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2025-38167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38167"
},
{
"name": "CVE-2022-42915",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42915"
},
{
"name": "CVE-2023-0687",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0687"
},
{
"name": "CVE-2024-57998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57998"
},
{
"name": "CVE-2021-3426",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3426"
},
{
"name": "CVE-2022-32221",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32221"
},
{
"name": "CVE-2022-1304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1304"
},
{
"name": "CVE-2021-2388",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-2388"
},
{
"name": "CVE-2022-37434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37434"
},
{
"name": "CVE-2025-38257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38257"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2025-38206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38206"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2023-5156",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5156"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2021-32256",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32256"
},
{
"name": "CVE-2022-22942",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-22942"
},
{
"name": "CVE-2024-38950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38950"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2025-21862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21862"
},
{
"name": "CVE-2023-47282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47282"
},
{
"name": "CVE-2016-20012",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-20012"
},
{
"name": "CVE-2025-38111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38111"
},
{
"name": "CVE-2024-0553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0553"
},
{
"name": "CVE-2022-44638",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44638"
},
{
"name": "CVE-2019-8325",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8325"
},
{
"name": "CVE-2025-21950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21950"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2019-3792",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3792"
},
{
"name": "CVE-2022-43235",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43235"
},
{
"name": "CVE-2025-50092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50092"
},
{
"name": "CVE-2025-50099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50099"
},
{
"name": "CVE-2017-3614",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3614"
},
{
"name": "CVE-2022-0562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0562"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22001"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40017"
},
{
"name": "CVE-2023-45919",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45919"
},
{
"name": "CVE-2025-38326",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38326"
},
{
"name": "CVE-2025-3263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3263"
},
{
"name": "CVE-2025-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4878"
},
{
"name": "CVE-2018-15607",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15607"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2025-32990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32990"
},
{
"name": "CVE-2025-38384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38384"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-21719",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21719"
},
{
"name": "CVE-2025-38424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38424"
},
{
"name": "CVE-2025-38430",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38430"
},
{
"name": "CVE-2025-21718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21718"
},
{
"name": "CVE-2025-3001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3001"
},
{
"name": "CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"name": "CVE-2021-35588",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35588"
},
{
"name": "CVE-2022-32545",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32545"
},
{
"name": "CVE-2025-21694",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21694"
},
{
"name": "CVE-2025-41244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41244"
},
{
"name": "CVE-2022-24675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24675"
},
{
"name": "CVE-2023-2603",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2603"
},
{
"name": "CVE-2025-21820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21820"
},
{
"name": "CVE-2017-6838",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6838"
},
{
"name": "CVE-2024-41946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41946"
},
{
"name": "CVE-2025-4802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4802"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2024-41817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41817"
},
{
"name": "CVE-2024-57979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57979"
},
{
"name": "CVE-2024-58071",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58071"
},
{
"name": "CVE-2025-21994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21994"
},
{
"name": "CVE-2025-30684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30684"
},
{
"name": "CVE-2017-6835",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6835"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2025-48989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48989"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2023-0799",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0799"
},
{
"name": "CVE-2024-12087",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12087"
},
{
"name": "CVE-2025-38420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38420"
},
{
"name": "CVE-2021-3521",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3521"
},
{
"name": "CVE-2022-23806",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23806"
},
{
"name": "CVE-2022-21365",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21365"
},
{
"name": "CVE-2025-21943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21943"
},
{
"name": "CVE-2019-16775",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16775"
},
{
"name": "CVE-2024-57997",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57997"
},
{
"name": "CVE-2025-38160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38160"
},
{
"name": "CVE-2024-33601",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33601"
},
{
"name": "CVE-2025-32989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32989"
},
{
"name": "CVE-2025-6051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6051"
},
{
"name": "CVE-2022-21283",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21283"
},
{
"name": "CVE-2022-31782",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31782"
},
{
"name": "CVE-2025-50093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50093"
},
{
"name": "CVE-2025-38107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38107"
},
{
"name": "CVE-2025-32434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32434"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2025-53069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53069"
},
{
"name": "CVE-2025-38085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38085"
},
{
"name": "CVE-2025-21806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21806"
},
{
"name": "CVE-2025-38222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38222"
},
{
"name": "CVE-2025-38197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38197"
},
{
"name": "CVE-2022-1271",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1271"
},
{
"name": "CVE-2024-28085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28085"
},
{
"name": "CVE-2022-43253",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43253"
},
{
"name": "CVE-2021-36221",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36221"
},
{
"name": "CVE-2024-57977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57977"
},
{
"name": "CVE-2018-1000075",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000075"
},
{
"name": "CVE-2025-53019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53019"
},
{
"name": "CVE-2020-14782",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14782"
},
{
"name": "CVE-2025-50059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50059"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53367"
},
{
"name": "CVE-2025-21579",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21579"
},
{
"name": "CVE-2021-45942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45942"
},
{
"name": "CVE-2022-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1615"
},
{
"name": "CVE-2025-21928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21928"
},
{
"name": "CVE-2021-20246",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20246"
},
{
"name": "CVE-2025-21707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21707"
},
{
"name": "CVE-2023-24755",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24755"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2025-5025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5025"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2022-23773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23773"
},
{
"name": "CVE-2025-22007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22007"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2024-27281",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27281"
},
{
"name": "CVE-2025-38467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38467"
},
{
"name": "CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"name": "CVE-2025-21804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21804"
},
{
"name": "CVE-2021-34558",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-34558"
},
{
"name": "CVE-2021-3737",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3737"
},
{
"name": "CVE-2025-49795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49795"
},
{
"name": "CVE-2017-6837",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6837"
},
{
"name": "CVE-2014-9913",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-9913"
},
{
"name": "CVE-2025-21934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21934"
},
{
"name": "CVE-2025-38072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38072"
},
{
"name": "CVE-2025-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53044"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-37407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37407"
},
{
"name": "CVE-2015-4775",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4775"
},
{
"name": "CVE-2025-22011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22011"
},
{
"name": "CVE-2022-1725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1725"
},
{
"name": "CVE-2022-43252",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43252"
},
{
"name": "CVE-2023-0614",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0614"
},
{
"name": "CVE-2016-0694",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0694"
},
{
"name": "CVE-2023-6228",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6228"
},
{
"name": "CVE-2021-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46848"
},
{
"name": "CVE-2024-5197",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5197"
},
{
"name": "CVE-2020-21606",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21606"
},
{
"name": "CVE-2025-38075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38075"
},
{
"name": "CVE-2025-38000",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38000"
},
{
"name": "CVE-2022-40674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40674"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2001-1269",
"url": "https://www.cve.org/CVERecord?id=CVE-2001-1269"
},
{
"name": "CVE-2025-50087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50087"
},
{
"name": "CVE-2024-22365",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22365"
},
{
"name": "CVE-2025-38058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38058"
},
{
"name": "CVE-2023-20873",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20873"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2025-38617",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38617"
},
{
"name": "CVE-2025-21762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21762"
},
{
"name": "CVE-2023-47169",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47169"
},
{
"name": "CVE-2025-38122",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38122"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2024-7592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7592"
},
{
"name": "CVE-2025-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48988"
},
{
"name": "CVE-2025-38083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38083"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2023-0795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0795"
},
{
"name": "CVE-2015-2583",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2583"
},
{
"name": "CVE-2025-21692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21692"
},
{
"name": "CVE-2025-38173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38173"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2025-2148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2148"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2025-38143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38143"
},
{
"name": "CVE-2023-4039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4039"
},
{
"name": "CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
},
{
"name": "CVE-2023-38469",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38469"
},
{
"name": "CVE-2024-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38428"
},
{
"name": "CVE-2022-3821",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3821"
},
{
"name": "CVE-2014-3577",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-3577"
},
{
"name": "CVE-2025-21869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21869"
},
{
"name": "CVE-2025-1365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1365"
},
{
"name": "CVE-2023-32570",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32570"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2023-52970",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52970"
},
{
"name": "CVE-2022-3996",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3996"
},
{
"name": "CVE-2024-25062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25062"
},
{
"name": "CVE-2016-5841",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5841"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2025-53101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53101"
},
{
"name": "CVE-2022-32205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32205"
},
{
"name": "CVE-2023-27534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27534"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2023-27536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27536"
},
{
"name": "CVE-2025-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52434"
},
{
"name": "CVE-2024-54458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54458"
},
{
"name": "CVE-2022-44267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44267"
},
{
"name": "CVE-2024-26141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26141"
},
{
"name": "CVE-2015-4783",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4783"
},
{
"name": "CVE-2019-8321",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8321"
},
{
"name": "CVE-2025-21826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21826"
},
{
"name": "CVE-2025-29768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29768"
},
{
"name": "CVE-2015-4774",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4774"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2022-23772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23772"
},
{
"name": "CVE-2022-21294",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21294"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-21912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21912"
},
{
"name": "CVE-2018-13440",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13440"
},
{
"name": "CVE-2022-42898",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42898"
},
{
"name": "CVE-2025-46393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46393"
},
{
"name": "CVE-2022-43551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43551"
},
{
"name": "CVE-2021-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0561"
},
{
"name": "CVE-2018-12599",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12599"
},
{
"name": "CVE-2025-21859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21859"
},
{
"name": "CVE-2025-38416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38416"
},
{
"name": "CVE-2022-1587",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1587"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2017-7246",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7246"
},
{
"name": "CVE-2020-2755",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2755"
},
{
"name": "CVE-2025-8714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8714"
},
{
"name": "CVE-2023-27533",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27533"
},
{
"name": "CVE-2022-0284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0284"
},
{
"name": "CVE-2017-7500",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7500"
},
{
"name": "CVE-2025-9086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9086"
},
{
"name": "CVE-2025-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49124"
},
{
"name": "CVE-2023-6481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6481"
},
{
"name": "CVE-2024-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58016"
},
{
"name": "CVE-2020-14779",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14779"
},
{
"name": "CVE-2025-21903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21903"
},
{
"name": "CVE-2021-41772",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-41772"
},
{
"name": "CVE-2021-32292",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32292"
},
{
"name": "CVE-2025-38194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38194"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-6378",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6378"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2022-34903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34903"
},
{
"name": "CVE-2023-1667",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1667"
},
{
"name": "CVE-2022-2953",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2953"
},
{
"name": "CVE-2022-43238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43238"
},
{
"name": "CVE-2025-3121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3121"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2022-43680",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43680"
},
{
"name": "CVE-2025-21956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21956"
},
{
"name": "CVE-2024-20696",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20696"
},
{
"name": "CVE-2025-21761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21761"
},
{
"name": "CVE-2025-46149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46149"
},
{
"name": "CVE-2021-26945",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26945"
},
{
"name": "CVE-2025-37932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37932"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-46152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46152"
},
{
"name": "CVE-2025-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37890"
},
{
"name": "CVE-2024-57951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57951"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2025-38348",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38348"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2025-21844",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21844"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2020-22916",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-22916"
},
{
"name": "CVE-2025-21784",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21784"
},
{
"name": "CVE-2025-31672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31672"
},
{
"name": "CVE-2025-21681",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21681"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38540"
},
{
"name": "CVE-2025-5916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5916"
},
{
"name": "CVE-2025-21676",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21676"
},
{
"name": "CVE-2025-30721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30721"
},
{
"name": "CVE-2025-38403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38403"
},
{
"name": "CVE-2022-28463",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28463"
},
{
"name": "CVE-2022-23308",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23308"
},
{
"name": "CVE-2025-21726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21726"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2018-3779",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-3779"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2020-28196",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28196"
},
{
"name": "CVE-2024-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27407"
},
{
"name": "CVE-2025-41232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41232"
},
{
"name": "CVE-2024-58020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58020"
},
{
"name": "CVE-2025-50091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50091"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2025-32988",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32988"
},
{
"name": "CVE-2021-31566",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31566"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2022-28805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28805"
},
{
"name": "CVE-2024-26461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26461"
},
{
"name": "CVE-2024-34750",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34750"
},
{
"name": "CVE-2021-29923",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-29923"
},
{
"name": "CVE-2017-3604",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3604"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-0804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0804"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2025-21802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21802"
},
{
"name": "CVE-2022-21341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21341"
},
{
"name": "CVE-2025-38146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38146"
},
{
"name": "CVE-2025-21705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21705"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2023-27538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27538"
},
{
"name": "CVE-2022-1355",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1355"
},
{
"name": "CVE-2025-47291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47291"
},
{
"name": "CVE-2023-4641",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4641"
},
{
"name": "CVE-2025-27113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27113"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2023-36054",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-36054"
},
{
"name": "CVE-2024-26458",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26458"
},
{
"name": "CVE-2025-38418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38418"
},
{
"name": "CVE-2025-38090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38090"
},
{
"name": "CVE-2025-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21721"
},
{
"name": "CVE-2025-21810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21810"
},
{
"name": "CVE-2022-1420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1420"
},
{
"name": "CVE-2022-23218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23218"
},
{
"name": "CVE-2021-24031",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24031"
},
{
"name": "CVE-2025-23166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23166"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2025-46153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46153"
},
{
"name": "CVE-2025-21877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21877"
},
{
"name": "CVE-2023-0797",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0797"
},
{
"name": "CVE-2025-5994",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5994"
},
{
"name": "CVE-2021-38115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38115"
},
{
"name": "CVE-2025-38415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38415"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2020-8908",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-8908"
},
{
"name": "CVE-2024-49887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49887"
},
{
"name": "CVE-2025-22134",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22134"
},
{
"name": "CVE-2021-35578",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35578"
},
{
"name": "CVE-2025-1215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1215"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2021-20309",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20309"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-0397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0397"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2023-38472",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38472"
},
{
"name": "CVE-2024-56826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56826"
},
{
"name": "CVE-2017-12643",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12643"
},
{
"name": "CVE-2024-57953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57953"
},
{
"name": "CVE-2020-14583",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14583"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2023-48232",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48232"
},
{
"name": "CVE-2021-26720",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26720"
},
{
"name": "CVE-2025-54801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54801"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2025-53054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53054"
},
{
"name": "CVE-2025-21878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21878"
},
{
"name": "CVE-2023-24756",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24756"
},
{
"name": "CVE-2017-3607",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3607"
},
{
"name": "CVE-2021-44716",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44716"
},
{
"name": "CVE-2022-2520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2520"
},
{
"name": "CVE-2022-21340",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21340"
},
{
"name": "CVE-2024-47874",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47874"
},
{
"name": "CVE-2025-21670",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21670"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2016-4074",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4074"
},
{
"name": "CVE-2024-0746",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0746"
},
{
"name": "CVE-2025-21775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21775"
},
{
"name": "CVE-2024-12254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12254"
},
{
"name": "CVE-2025-21846",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21846"
},
{
"name": "CVE-2022-33099",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-33099"
},
{
"name": "CVE-2023-45931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45931"
},
{
"name": "CVE-2025-8114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8114"
},
{
"name": "CVE-2025-38400",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38400"
},
{
"name": "CVE-2023-6004",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6004"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-26775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26775"
},
{
"name": "CVE-2022-25309",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25309"
},
{
"name": "CVE-2025-4516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4516"
},
{
"name": "CVE-2025-38136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38136"
},
{
"name": "CVE-2024-38808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38808"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-12747",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12747"
},
{
"name": "CVE-2022-3358",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3358"
},
{
"name": "CVE-2023-41175",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-41175"
},
{
"name": "CVE-2023-48234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48234"
},
{
"name": "CVE-2025-55212",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55212"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2022-32547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32547"
},
{
"name": "CVE-2025-6021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6021"
},
{
"name": "CVE-2022-0351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0351"
},
{
"name": "CVE-2022-35737",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-35737"
},
{
"name": "CVE-2022-21293",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21293"
},
{
"name": "CVE-2022-2097",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2097"
},
{
"name": "CVE-2022-26280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26280"
},
{
"name": "CVE-2025-37752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37752"
},
{
"name": "CVE-2025-55668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55668"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2025-21873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21873"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2025-38048",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38048"
},
{
"name": "CVE-2019-13147",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13147"
},
{
"name": "CVE-2025-50104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50104"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-2800",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2800"
},
{
"name": "CVE-2024-8096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8096"
},
{
"name": "CVE-2018-11655",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11655"
},
{
"name": "CVE-2022-4415",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4415"
},
{
"name": "CVE-2022-2928",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2928"
},
{
"name": "CVE-2025-21765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21765"
},
{
"name": "CVE-2023-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3576"
},
{
"name": "CVE-2025-38477",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38477"
},
{
"name": "CVE-2023-4806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4806"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2025-57803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57803"
},
{
"name": "CVE-2023-46246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46246"
},
{
"name": "CVE-2025-21782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21782"
},
{
"name": "CVE-2023-31437",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31437"
},
{
"name": "CVE-2023-47039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47039"
},
{
"name": "CVE-2025-30722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30722"
},
{
"name": "CVE-2024-43802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43802"
},
{
"name": "CVE-2025-38177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38177"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-31484",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31484"
},
{
"name": "CVE-2024-56827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56827"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2022-32206",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32206"
},
{
"name": "CVE-2023-37769",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37769"
},
{
"name": "CVE-2025-21926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21926"
},
{
"name": "CVE-2022-21282",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21282"
},
{
"name": "CVE-2022-21349",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21349"
},
{
"name": "CVE-2020-29511",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-29511"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2015-7697",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7697"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-21742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21742"
},
{
"name": "CVE-2025-30687",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30687"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2022-43243",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43243"
},
{
"name": "CVE-2024-58002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58002"
},
{
"name": "CVE-2017-16231",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-16231"
},
{
"name": "CVE-2025-38406",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38406"
},
{
"name": "CVE-2025-50101",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50101"
},
{
"name": "CVE-2025-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21930"
},
{
"name": "CVE-2021-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35942"
},
{
"name": "CVE-2025-46701",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46701"
},
{
"name": "CVE-2025-38001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38001"
},
{
"name": "CVE-2025-32415",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32415"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-21870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21870"
},
{
"name": "CVE-2017-9409",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9409"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2018-1000077",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000077"
},
{
"name": "CVE-2025-21892",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21892"
},
{
"name": "CVE-2024-58052",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58052"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2024-23337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23337"
},
{
"name": "CVE-2016-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0689"
},
{
"name": "CVE-2025-38352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38352"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2025-61748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61748"
},
{
"name": "CVE-2025-21920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21920"
},
{
"name": "CVE-2025-55554",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55554"
},
{
"name": "CVE-2024-43168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43168"
},
{
"name": "CVE-2014-8140",
"url": "https://www.cve.org/CVERecord?id=CVE-2014-8140"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-22016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22016"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2021-45346",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45346"
},
{
"name": "CVE-2025-37756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37756"
},
{
"name": "CVE-2022-0908",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0908"
},
{
"name": "CVE-2025-38263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38263"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2024-46901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46901"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-21773",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21773"
},
{
"name": "CVE-2025-53040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53040"
},
{
"name": "CVE-2025-38218",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38218"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2024-43167",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43167"
},
{
"name": "CVE-2021-28861",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-28861"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2022-21248",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21248"
},
{
"name": "CVE-2021-33574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33574"
},
{
"name": "CVE-2018-1000035",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000035"
},
{
"name": "CVE-2021-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40211"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2024-58001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58001"
},
{
"name": "CVE-2025-38393",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38393"
},
{
"name": "CVE-2024-26256",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26256"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2019-18276",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-18276"
},
{
"name": "CVE-2025-38618",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38618"
},
{
"name": "CVE-2021-3326",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3326"
},
{
"name": "CVE-2023-2283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2283"
},
{
"name": "CVE-2020-0499",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0499"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2025-21724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21724"
},
{
"name": "CVE-2025-32414",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32414"
},
{
"name": "CVE-2025-8885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8885"
},
{
"name": "CVE-2025-3136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3136"
},
{
"name": "CVE-2025-55160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55160"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38249"
},
{
"name": "CVE-2023-40403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-40403"
},
{
"name": "CVE-2025-22013",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22013"
},
{
"name": "CVE-2024-50157",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50157"
},
{
"name": "CVE-2022-48703",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48703"
},
{
"name": "CVE-2025-38154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38154"
},
{
"name": "CVE-2022-1674",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1674"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-21858",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21858"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2022-30699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30699"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2025-38389",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38389"
},
{
"name": "CVE-2025-38448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38448"
},
{
"name": "CVE-2022-48281",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48281"
},
{
"name": "CVE-2023-2426",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2426"
},
{
"name": "CVE-2021-35938",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35938"
},
{
"name": "CVE-2025-30704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30704"
},
{
"name": "CVE-2021-35564",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35564"
},
{
"name": "CVE-2024-57949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57949"
},
{
"name": "CVE-2025-1632",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1632"
},
{
"name": "CVE-2021-20176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20176"
},
{
"name": "CVE-2025-21979",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21979"
},
{
"name": "CVE-2022-3278",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3278"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2022-28321",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28321"
},
{
"name": "CVE-2025-55298",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55298"
},
{
"name": "CVE-2022-43241",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43241"
},
{
"name": "CVE-2017-3606",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-3606"
},
{
"name": "CVE-2023-52969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52969"
},
{
"name": "CVE-2018-1000073",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000073"
},
{
"name": "CVE-2025-38052",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38052"
},
{
"name": "CVE-2025-38377",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38377"
},
{
"name": "CVE-2023-20883",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-20883"
},
{
"name": "CVE-2025-21733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21733"
},
{
"name": "CVE-2023-22656",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22656"
},
{
"name": "CVE-2025-46551",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46551"
},
{
"name": "CVE-2025-43965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-43965"
},
{
"name": "CVE-2022-40090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40090"
},
{
"name": "CVE-2021-36408",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36408"
},
{
"name": "CVE-2023-24329",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24329"
},
{
"name": "CVE-2025-21963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21963"
},
{
"name": "CVE-2025-53045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53045"
},
{
"name": "CVE-2023-39327",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39327"
},
{
"name": "CVE-2017-18253",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18253"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2024-26462",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26462"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2025-38516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38516"
},
{
"name": "CVE-2025-30693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30693"
},
{
"name": "CVE-2025-38462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38462"
},
{
"name": "CVE-2025-38350",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38350"
},
{
"name": "CVE-2025-38428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38428"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2018-13410",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-13410"
},
{
"name": "CVE-2025-2099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2099"
},
{
"name": "CVE-2025-38262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38262"
},
{
"name": "CVE-2025-6638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6638"
},
{
"name": "CVE-2025-21585",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21585"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2025-38138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38138"
},
{
"name": "CVE-2021-3610",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3610"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2025-5283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5283"
},
{
"name": "CVE-2025-21754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21754"
},
{
"name": "CVE-2024-12088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12088"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-38035",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38035"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2025-37997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37997"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2021-44717",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44717"
},
{
"name": "CVE-2025-2312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2312"
},
{
"name": "CVE-2025-0395",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0395"
},
{
"name": "CVE-2025-53506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53506"
},
{
"name": "CVE-2025-21960",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21960"
},
{
"name": "CVE-2025-38310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38310"
},
{
"name": "CVE-2025-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23084"
},
{
"name": "CVE-2015-4786",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-4786"
},
{
"name": "CVE-2020-14155",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14155"
},
{
"name": "CVE-2022-3602",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3602"
},
{
"name": "CVE-2025-37963",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37963"
},
{
"name": "CVE-2022-43250",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-43250"
},
{
"name": "CVE-2022-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40304"
},
{
"name": "CVE-2025-38226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38226"
},
{
"name": "CVE-2025-4947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4947"
},
{
"name": "CVE-2023-4911",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4911"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2023-38473",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38473"
},
{
"name": "CVE-2025-38443",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38443"
},
{
"name": "CVE-2025-0725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0725"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2025-52099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52099"
},
{
"name": "CVE-2023-43887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43887"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2025-7424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7424"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2021-24032",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-24032"
},
{
"name": "CVE-2025-38439",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38439"
},
{
"name": "CVE-2022-1434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1434"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2022-21496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21496"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2020-2757",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2757"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2025-38145",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38145"
},
{
"name": "CVE-2022-2598",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2598"
},
{
"name": "CVE-2020-27829",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27829"
},
{
"name": "CVE-2024-4032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4032"
},
{
"name": "CVE-2025-37948",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37948"
},
{
"name": "CVE-2021-27645",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-27645"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-21856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21856"
},
{
"name": "CVE-2025-53053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53053"
},
{
"name": "CVE-2022-2509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2509"
},
{
"name": "CVE-2024-28835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28835"
},
{
"name": "CVE-2025-54388",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54388"
},
{
"name": "CVE-2025-21749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21749"
},
{
"name": "CVE-2017-6839",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6839"
},
{
"name": "CVE-2023-1906",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1906"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2025-38051",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38051"
},
{
"name": "CVE-2021-35556",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35556"
},
{
"name": "CVE-2025-49796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49796"
},
{
"name": "CVE-2022-34526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34526"
},
{
"name": "CVE-2025-8058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8058"
},
{
"name": "CVE-2023-47471",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47471"
},
{
"name": "CVE-2022-2868",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2868"
},
{
"name": "CVE-2022-1771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1771"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2021-32492",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-32492"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2025-55005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55005"
},
{
"name": "CVE-2025-32955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32955"
},
{
"name": "CVE-2025-8732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8732"
},
{
"name": "CVE-2025-38044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38044"
},
{
"name": "CVE-2022-1586",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1586"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2024-52616",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52616"
},
{
"name": "CVE-2025-38498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38498"
},
{
"name": "CVE-2025-40015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40015"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2025-21829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21829"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2018-16645",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16645"
},
{
"name": "CVE-2025-22008",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22008"
},
{
"name": "CVE-2023-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38039"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2022-21443",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21443"
},
{
"name": "CVE-2025-21969",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21969"
},
{
"name": "CVE-2025-38200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38200"
},
{
"name": "CVE-2025-40007",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40007"
},
{
"name": "CVE-2024-58072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58072"
},
{
"name": "CVE-2025-38273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38273"
},
{
"name": "CVE-2025-38346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38346"
},
{
"name": "CVE-2025-55315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55315"
},
{
"name": "CVE-2018-11813",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11813"
},
{
"name": "CVE-2025-21722",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21722"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2021-35560",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35560"
},
{
"name": "CVE-2023-39325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39325"
},
{
"name": "CVE-2025-21793",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21793"
},
{
"name": "CVE-2022-2719",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2719"
},
{
"name": "CVE-2025-21581",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21581"
},
{
"name": "CVE-2022-45873",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45873"
},
{
"name": "CVE-2023-34151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34151"
},
{
"name": "CVE-2023-51384",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51384"
},
{
"name": "CVE-2021-43809",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43809"
},
{
"name": "CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"name": "CVE-2015-1606",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1606"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-21919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21919"
},
{
"name": "CVE-2023-3896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3896"
},
{
"name": "CVE-2023-2908",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2908"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"name": "CVE-2023-39615",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39615"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2025-21854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21854"
},
{
"name": "CVE-2017-7501",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7501"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2023-31486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31486"
},
{
"name": "CVE-2020-21599",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21599"
},
{
"name": "CVE-2025-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41242"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2013-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-0340"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2023-32611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32611"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2015-20107",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-20107"
},
{
"name": "CVE-2023-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39978"
},
{
"name": "CVE-2024-34397",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34397"
},
{
"name": "CVE-2025-38320",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38320"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2025-8177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8177"
},
{
"name": "CVE-2025-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21968"
},
{
"name": "CVE-2024-58083",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58083"
},
{
"name": "CVE-2021-20311",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20311"
},
{
"name": "CVE-2024-58055",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58055"
},
{
"name": "CVE-2025-21991",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21991"
},
{
"name": "CVE-2023-28486",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28486"
},
{
"name": "CVE-2020-27618",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-27618"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2023-6246",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6246"
},
{
"name": "CVE-2021-20241",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20241"
},
{
"name": "CVE-2017-12674",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12674"
},
{
"name": "CVE-2023-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0800"
},
{
"name": "CVE-2025-62171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62171"
},
{
"name": "CVE-2025-38280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38280"
},
{
"name": "CVE-2023-5388",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5388"
},
{
"name": "CVE-2018-1000078",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000078"
},
{
"name": "CVE-2020-2756",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-2756"
},
{
"name": "CVE-2025-50950",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50950"
},
{
"name": "CVE-2020-21605",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21605"
},
{
"name": "CVE-2024-54534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54534"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2025-38084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38084"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-23219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23219"
},
{
"name": "CVE-2017-1000476",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000476"
},
{
"name": "CVE-2015-2640",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2640"
},
{
"name": "CVE-2025-30685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30685"
},
{
"name": "CVE-2024-41123",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41123"
},
{
"name": "CVE-2025-6921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6921"
},
{
"name": "CVE-2015-8863",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8863"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-30695",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30695"
},
{
"name": "CVE-2025-30688",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30688"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2018-11656",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11656"
},
{
"name": "CVE-2025-38103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38103"
},
{
"name": "CVE-2022-2127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2127"
},
{
"name": "CVE-2021-25217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-25217"
},
{
"name": "CVE-2025-38514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38514"
},
{
"name": "CVE-2018-19876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-19876"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2021-20310",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20310"
},
{
"name": "CVE-2021-20245",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20245"
},
{
"name": "CVE-2021-35561",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-35561"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2025-38569",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38569"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2023-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22796"
},
{
"name": "CVE-2025-21875",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21875"
},
{
"name": "CVE-2023-0361",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0361"
},
{
"name": "CVE-2025-38204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38204"
},
{
"name": "CVE-2021-40812",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-40812"
},
{
"name": "CVE-2021-4217",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4217"
},
{
"name": "CVE-2023-32643",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32643"
},
{
"name": "CVE-2023-27537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-27537"
},
{
"name": "CVE-2025-22015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22015"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2024-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2961"
},
{
"name": "CVE-2025-21962",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21962"
},
{
"name": "CVE-2025-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29786"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2022-27780",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27780"
},
{
"name": "CVE-2018-9135",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-9135"
},
{
"name": "CVE-2025-38410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38410"
},
{
"name": "CVE-2025-21790",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21790"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2021-39212",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-39212"
},
{
"name": "CVE-2024-28182",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28182"
},
{
"name": "CVE-2024-58014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58014"
},
{
"name": "CVE-2025-21680",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21680"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2017-12433",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-12433"
},
{
"name": "CVE-2025-21924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21924"
},
{
"name": "CVE-2021-3574",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3574"
},
{
"name": "CVE-2023-6597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6597"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2025-22227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22227"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-58006",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58006"
},
{
"name": "CVE-2025-21710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21710"
},
{
"name": "CVE-2022-21360",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21360"
},
{
"name": "CVE-2025-22088",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22088"
},
{
"name": "CVE-2025-38460",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38460"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2022-25858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25858"
},
{
"name": "CVE-2022-21296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21296"
},
{
"name": "CVE-2022-48303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48303"
},
{
"name": "CVE-2025-38345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38345"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2025-21815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21815"
},
{
"name": "CVE-2025-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50083"
},
{
"name": "CVE-2024-37371",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37371"
},
{
"name": "CVE-2017-6836",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-6836"
},
{
"name": "CVE-2021-3500",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3500"
},
{
"name": "CVE-2022-25310",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25310"
},
{
"name": "CVE-2023-38545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38545"
},
{
"name": "CVE-2021-43618",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43618"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-21669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21669"
},
{
"name": "CVE-2016-1000027",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-1000027"
},
{
"name": "CVE-2021-33621",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33621"
},
{
"name": "CVE-2025-57807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57807"
},
{
"name": "CVE-2025-38231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38231"
},
{
"name": "CVE-2022-26488",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26488"
},
{
"name": "CVE-2025-21716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21716"
},
{
"name": "CVE-2024-49761",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49761"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2025-3777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3777"
},
{
"name": "CVE-2025-21964",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21964"
},
{
"name": "CVE-2024-0567",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0567"
},
{
"name": "CVE-2018-18384",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18384"
},
{
"name": "CVE-2024-58080",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58080"
},
{
"name": "CVE-2025-21744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21744"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2023-32665",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32665"
},
{
"name": "CVE-2025-31498",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31498"
},
{
"name": "CVE-2022-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30698"
},
{
"name": "CVE-2023-31438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31438"
},
{
"name": "CVE-2024-57986",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57986"
},
{
"name": "CVE-2021-37750",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37750"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2023-23916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23916"
},
{
"name": "CVE-2021-20244",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20244"
},
{
"name": "CVE-2025-38181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38181"
},
{
"name": "CVE-2025-21835",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21835"
},
{
"name": "CVE-2025-38391",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38391"
},
{
"name": "CVE-2025-11411",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11411"
},
{
"name": "CVE-2020-14577",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14577"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
},
{
"name": "CVE-2016-9844",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9844"
},
{
"name": "CVE-2019-13136",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13136"
},
{
"name": "CVE-2025-49014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49014"
},
{
"name": "CVE-2021-36222",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-36222"
},
{
"name": "CVE-2021-3941",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3941"
},
{
"name": "CVE-2022-0561",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0561"
},
{
"name": "CVE-2024-6923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6923"
},
{
"name": "CVE-2025-21811",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21811"
},
{
"name": "CVE-2024-8088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8088"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2025-11-06T00:00:00",
"last_revision_date": "2025-11-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0969",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-11-06T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36320",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36320"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36423",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36423"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36364"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36351"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36424",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36424"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36412",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36412"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36388",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36388"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36426",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36426"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36411",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36411"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36357",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36357"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36408",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36408"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36349",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36349"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36414",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36414"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36397",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36397"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36389",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36389"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36398",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36398"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36380",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36380"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-41",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36407"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36362",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36362"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36413",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36413"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36384",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36384"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36379",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36379"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36400",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36400"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36377",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36377"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36368",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36368"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36418",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36418"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36420",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36420"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36391",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36391"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36392",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36392"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36353",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36353"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-14",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36356"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36422",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36422"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36381",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36381"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36421",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36421"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36416",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36416"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-86",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36415"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36403",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36403"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36347",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36347"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36383",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36383"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36410",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36410"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36352",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36352"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36394",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36394"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36354",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36354"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36399",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36399"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36350"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36419",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36419"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-85",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36401"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2022-19",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36365"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36405",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36405"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36367"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36395",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36395"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36387",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36387"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36363",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36363"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36385",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36385"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36409",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36409"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36359"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36348",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36348"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36386",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36386"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36417",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36417"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36425",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36425"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2018-27",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36366"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36360"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36355",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36355"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2025-53",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36358"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36396",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36396"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36378",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36378"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36382",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36382"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36404",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36404"
},
{
"published_at": "2025-11-05",
"title": "Bulletin de s\u00e9curit\u00e9 VMware DSA-2024-44",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36361"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36402",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36402"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36393",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36393"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36406",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36406"
},
{
"published_at": "2025-11-06",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 36390",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36390"
}
]
}
rhsa-2025:15724
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15724",
"url": "https://access.redhat.com/errata/RHSA-2025:15724"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15724.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:34+00:00",
"generator": {
"date": "2025-11-07T10:53:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15724",
"initial_release_date": "2025-09-15T01:26:54+00:00",
"revision_history": [
{
"date": "2025-09-15T01:26:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-15T01:26:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.0::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"product_id": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"product_id": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"product_id": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.9.10-4.el9_0.7.i686",
"product": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.i686",
"product_id": "python3-libs-0:3.9.10-4.el9_0.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.10-4.el9_0.7.i686",
"product": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.i686",
"product_id": "python3-devel-0:3.9.10-4.el9_0.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.10-4.el9_0.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3-libs-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.10-4.el9_0.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.10-4.el9_0.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.10-4.el9_0.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3-devel-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.10-4.el9_0.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"product": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"product_id": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.10-4.el9_0.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.10-4.el9_0.7.src",
"product": {
"name": "python3.9-0:3.9.10-4.el9_0.7.src",
"product_id": "python3.9-0:3.9.10-4.el9_0.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.10-4.el9_0.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"product_id": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.10-4.el9_0.7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.10-4.el9_0.7.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src"
},
"product_reference": "python3.9-0:3.9.10-4.el9_0.7.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.10-4.el9_0.7.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src"
},
"product_reference": "python3.9-0:3.9.10-4.el9_0.7.src",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.0)",
"product_id": "BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"relates_to_product_reference": "BaseOS-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-15T01:26:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15724"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"AppStream-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python-unversioned-command-0:3.9.10-4.el9_0.7.noarch",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-devel-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-libs-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3-tkinter-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-0:3.9.10-4.el9_0.7.src",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debuginfo-0:3.9.10-4.el9_0.7.x86_64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.aarch64",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.i686",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.ppc64le",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.s390x",
"BaseOS-9.0.0.Z.E4S:python3.9-debugsource-0:3.9.10-4.el9_0.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16016
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16016",
"url": "https://access.redhat.com/errata/RHSA-2025:16016"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16016.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:31+00:00",
"generator": {
"date": "2025-11-07T10:53:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16016",
"initial_release_date": "2025-09-16T19:30:24+00:00",
"revision_history": [
{
"date": "2025-09-16T19:30:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-16T19:30:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.src",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.src",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.7-1.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"product": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"product_id": "python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.7-1.el9_4.9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-16T19:30:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16016"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.11-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debug-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debuginfo-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-debugsource-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-devel-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-idle-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-libs-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-test-0:3.11.7-1.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.11-tkinter-0:3.11.7-1.el9_4.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:14546
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14546",
"url": "https://access.redhat.com/errata/RHSA-2025:14546"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14546.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:25+00:00",
"generator": {
"date": "2025-11-07T10:53:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14546",
"initial_release_date": "2025-08-26T01:07:29+00:00",
"revision_history": [
{
"date": "2025-08-26T01:07:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-26T01:07:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.src",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.src",
"product_id": "python3.12-0:3.12.11-2.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-2.el8_10.aarch64",
"product": {
"name": "python3.12-test-0:3.12.11-2.el8_10.aarch64",
"product_id": "python3.12-test-0:3.12.11-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-2.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"product_id": "python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-2.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-2.el8_10.x86_64",
"product": {
"name": "python3.12-test-0:3.12.11-2.el8_10.x86_64",
"product_id": "python3.12-test-0:3.12.11-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-2.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-devel-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-libs-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-debug-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-idle-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-test-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-test-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"product_id": "python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-2.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-devel-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-libs-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-debug-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-idle-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.11-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.11-2.el8_10.s390x",
"product": {
"name": "python3.12-test-0:3.12.11-2.el8_10.s390x",
"product_id": "python3.12-test-0:3.12.11-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.11-2.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"product": {
"name": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"product_id": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-rpm-macros@3.12.11-2.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch"
},
"product_reference": "python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-test-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-26T01:07:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14546"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debug-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-devel-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-idle-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-libs-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-rpm-macros-0:3.12.11-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-test-0:3.12.11-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.11-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15968
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15968",
"url": "https://access.redhat.com/errata/RHSA-2025:15968"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15968.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:30+00:00",
"generator": {
"date": "2025-11-07T10:53:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15968",
"initial_release_date": "2025-09-16T14:49:39+00:00",
"revision_history": [
{
"date": "2025-09-16T14:49:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-16T14:49:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686",
"product_id": "platform-python-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-test-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"product_id": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"product_id": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-47.el8_6.9.src",
"product": {
"name": "python3-0:3.6.8-47.el8_6.9.src",
"product_id": "python3-0:3.6.8-47.el8_6.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-47.el8_6.9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "platform-python-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-test-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "platform-python-0:3.6.8-47.el8_6.9.s390x",
"product_id": "platform-python-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-libs-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-test-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-test-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"product_id": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"product_id": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-idle-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-47.el8_6.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"product_id": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-47.el8_6.9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-47.el8_6.9.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src"
},
"product_reference": "python3-0:3.6.8-47.el8_6.9.src",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-test-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
"product_id": "BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-16T14:49:39+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15968"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"AppStream-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"AppStream-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.AUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.aarch64",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.ppc64le",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.s390x",
"BaseOS-8.6.0.Z.E4S:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-debug-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:platform-python-devel-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-0:3.6.8-47.el8_6.9.src",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debuginfo-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-debugsource-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-idle-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-libs-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-test-0:3.6.8-47.el8_6.9.x86_64",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.i686",
"BaseOS-8.6.0.Z.TUS:python3-tkinter-0:3.6.8-47.el8_6.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16078
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16078",
"url": "https://access.redhat.com/errata/RHSA-2025:16078"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16078.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:32+00:00",
"generator": {
"date": "2025-11-07T10:53:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16078",
"initial_release_date": "2025-09-17T14:45:21+00:00",
"revision_history": [
{
"date": "2025-09-17T14:45:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-17T14:45:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"product": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src (python39:3.9)",
"product_id": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-3.module%2Bel8.4.0%2B23445%2B8885b4ac.3?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.2-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.4.0%2B10484%2B27ce8e03?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-2.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.2-2.module%2Bel8.4.0%2B23492%2B77169564.5?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-3.module%2Bel8.4.0%2B23445%2B8885b4ac.3?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-3.module%2Bel8.4.0%2B23445%2B8885b4ac.3?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-3.module%2Bel8.4.0%2B15042%2Bdc5a279b.1?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8040020250909092632:63cd9eba"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T14:45:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16078"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:PyYAML-debugsource-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:numpy-debugsource-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-lxml-debugsource-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debuginfo-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-debugsource-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-devel-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idle-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-libs-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-lxml-debuginfo-0:4.6.2-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-debuginfo-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-doc-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-numpy-f2py-0:1.19.4-2.module+el8.4.0+15042+dc5a279b.1.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pip-wheel-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.4.0+10484+27ce8e03.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-rpm-macros-0:3.9.2-2.module+el8.4.0+23492+77169564.5.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-setuptools-wheel-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-test-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-tkinter-0:3.9.2-2.module+el8.4.0+23492+77169564.5.x86_64::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-urllib3-0:1.25.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python39-wheel-wheel-1:0.35.1-3.module+el8.4.0+15042+dc5a279b.1.noarch::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-pip-0:20.2.4-3.module+el8.4.0+15042+dc5a279b.1.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-setuptools-0:50.3.2-3.module+el8.4.0+23445+8885b4ac.3.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.4.0.Z.EUS.EXTENSION:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15348
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15348",
"url": "https://access.redhat.com/errata/RHSA-2025:15348"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15348.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:29+00:00",
"generator": {
"date": "2025-11-07T10:53:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15348",
"initial_release_date": "2025-09-04T13:09:46+00:00",
"revision_history": [
{
"date": "2025-09-04T13:09:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-04T13:09:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.src",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.src",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.1-4.el9_4.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"product": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"product_id": "python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.1-4.el9_4.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T13:09:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15348"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"AppStream-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"AppStream-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.src",
"CRB-9.4.0.Z.EUS:python3.12-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debug-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debuginfo-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-debugsource-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-devel-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-idle-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-libs-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-test-0:3.12.1-4.el9_4.7.x86_64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.aarch64",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.i686",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.ppc64le",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.s390x",
"CRB-9.4.0.Z.EUS:python3.12-tkinter-0:3.12.1-4.el9_4.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:14984
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14984",
"url": "https://access.redhat.com/errata/RHSA-2025:14984"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14984.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:27+00:00",
"generator": {
"date": "2025-11-07T10:53:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14984",
"initial_release_date": "2025-09-02T03:04:29+00:00",
"revision_history": [
{
"date": "2025-09-02T03:04:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-02T03:04:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.3?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"product_id": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.3?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"product_id": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.3?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.3?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"product_id": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.3?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.12.9-2.el10_0.3?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"product": {
"name": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"product_id": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.12.9-2.el10_0.3?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-2.el10_0.3.src",
"product": {
"name": "python3.12-0:3.12.9-2.el10_0.3.src",
"product_id": "python3.12-0:3.12.9-2.el10_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-2.el10_0.3?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"product": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"product_id": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.12.9-2.el10_0.3?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.3.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.3.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.3.src as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.3.src",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)",
"product_id": "BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch"
},
"product_reference": "python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-test-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-2.el10_0.3.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src"
},
"product_reference": "python3.12-0:3.12.9-2.el10_0.3.src",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-02T03:04:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14984"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"AppStream-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"BaseOS-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python-unversioned-command-0:3.12.9-2.el10_0.3.noarch",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-debug-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-devel-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-idle-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-libs-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-test-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3-tkinter-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-0:3.12.9-2.el10_0.3.src",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debuginfo-0:3.12.9-2.el10_0.3.x86_64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.aarch64",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.ppc64le",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.s390x",
"CRB-10.0.Z:python3.12-debugsource-0:3.12.9-2.el10_0.3.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15010
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15010",
"url": "https://access.redhat.com/errata/RHSA-2025:15010"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15010.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:28+00:00",
"generator": {
"date": "2025-11-07T10:53:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15010",
"initial_release_date": "2025-09-02T04:10:24+00:00",
"revision_history": [
{
"date": "2025-09-02T04:10:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-02T04:10:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.src",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.src",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.11-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"product": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"product_id": "python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.11-2.el9_6.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-02T04:10:24+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15010"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debug-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-devel-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-idle-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-libs-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-test-0:3.11.11-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.11-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15007
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.12 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15007",
"url": "https://access.redhat.com/errata/RHSA-2025:15007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15007.json"
}
],
"title": "Red Hat Security Advisory: python3.12 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:28+00:00",
"generator": {
"date": "2025-11-07T10:53:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15007",
"initial_release_date": "2025-09-02T04:02:44+00:00",
"revision_history": [
{
"date": "2025-09-02T04:02:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-02T04:02:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.src",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.src",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-devel@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-libs@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debugsource@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debuginfo@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-debug@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-idle@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-test-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-test-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-test@3.12.9-1.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"product": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"product_id": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-tkinter@3.12.9-1.el9_6.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
},
"product_reference": "python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-02T04:02:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15007"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debug-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debuginfo-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-debugsource-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-devel-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-idle-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-libs-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-test-0:3.12.9-1.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.12-tkinter-0:3.12.9-1.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16062
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16062",
"url": "https://access.redhat.com/errata/RHSA-2025:16062"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16062.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:32+00:00",
"generator": {
"date": "2025-11-07T10:53:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16062",
"initial_release_date": "2025-09-17T14:27:11+00:00",
"revision_history": [
{
"date": "2025-09-17T14:27:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-17T14:27:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-7.module%2Bel8.8.0%2B23471%2B79c1a070?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-7.module%2Bel8.8.0%2B23471%2B79c1a070?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-7.module%2Bel8.8.0%2B23471%2B79c1a070?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-5.module%2Bel8.7.0%2B16654%2B645aad7f?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.16-1.module%2Bel8.8.0%2B23491%2B7a06a3e6.5?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8080020250908115040:93c2fc2f"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T14:27:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16062"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.8.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.8.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debuginfo-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-debugsource-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-devel-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idle-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-libs-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-mod_wsgi-0:4.7.1-5.module+el8.7.0+16654+645aad7f.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-rpm-macros-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.8.0+23471+79c1a070.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-test-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-tkinter-0:3.9.16-1.module+el8.8.0+23491+7a06a3e6.5.x86_64::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-setuptools-0:50.3.2-7.module+el8.8.0+23471+79c1a070.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.8.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:14560
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14560",
"url": "https://access.redhat.com/errata/RHSA-2025:14560"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14560.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:27+00:00",
"generator": {
"date": "2025-11-07T10:53:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14560",
"initial_release_date": "2025-08-26T02:15:04+00:00",
"revision_history": [
{
"date": "2025-08-26T02:15:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-26T02:15:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-71.el8_10.i686",
"product": {
"name": "platform-python-0:3.6.8-71.el8_10.i686",
"product_id": "platform-python-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-71.el8_10.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.i686",
"product_id": "platform-python-debug-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-71.el8_10.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.i686",
"product_id": "platform-python-devel-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-idle-0:3.6.8-71.el8_10.i686",
"product_id": "python3-idle-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-test-0:3.6.8-71.el8_10.i686",
"product_id": "python3-test-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.i686",
"product_id": "python3-tkinter-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.i686",
"product_id": "python3-debugsource-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.i686",
"product_id": "python3-debuginfo-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-71.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-71.el8_10.i686",
"product": {
"name": "python3-libs-0:3.6.8-71.el8_10.i686",
"product_id": "python3-libs-0:3.6.8-71.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-71.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"product_id": "platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"product_id": "platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-idle-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "platform-python-0:3.6.8-71.el8_10.x86_64",
"product_id": "platform-python-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-libs-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-71.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-71.el8_10.x86_64",
"product": {
"name": "python3-test-0:3.6.8-71.el8_10.x86_64",
"product_id": "python3-test-0:3.6.8-71.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-71.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"product_id": "platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"product_id": "platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-idle-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-idle-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "platform-python-0:3.6.8-71.el8_10.aarch64",
"product_id": "platform-python-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-libs-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-libs-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-71.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-71.el8_10.aarch64",
"product": {
"name": "python3-test-0:3.6.8-71.el8_10.aarch64",
"product_id": "python3-test-0:3.6.8-71.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-71.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-idle-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-71.el8_10.ppc64le",
"product_id": "platform-python-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-libs-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-71.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-71.el8_10.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-71.el8_10.ppc64le",
"product_id": "python3-test-0:3.6.8-71.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-71.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.s390x",
"product_id": "platform-python-debug-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.s390x",
"product_id": "platform-python-devel-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-idle-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-idle-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-tkinter-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-debugsource-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "platform-python-0:3.6.8-71.el8_10.s390x",
"product_id": "platform-python-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-libs-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-libs-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-71.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-71.el8_10.s390x",
"product": {
"name": "python3-test-0:3.6.8-71.el8_10.s390x",
"product_id": "python3-test-0:3.6.8-71.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-71.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-71.el8_10.src",
"product": {
"name": "python3-0:3.6.8-71.el8_10.src",
"product_id": "python3-0:3.6.8-71.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-71.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-71.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src"
},
"product_reference": "python3-0:3.6.8-71.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-71.el8_10.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src"
},
"product_reference": "python3-0:3.6.8-71.el8_10.src",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-test-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.i686",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.s390x",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-71.el8_10.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"relates_to_product_reference": "BaseOS-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-26T02:15:04+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14560"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-debug-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:platform-python-devel-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-0:3.6.8-71.el8_10.src",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debuginfo-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-debugsource-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-idle-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-libs-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-test-0:3.6.8-71.el8_10.x86_64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.aarch64",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.i686",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.ppc64le",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.s390x",
"BaseOS-8.10.0.Z.MAIN.EUS:python3-tkinter-0:3.6.8-71.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16151
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16151",
"url": "https://access.redhat.com/errata/RHSA-2025:16151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16151.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:33+00:00",
"generator": {
"date": "2025-11-07T10:53:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16151",
"initial_release_date": "2025-09-18T07:55:09+00:00",
"revision_history": [
{
"date": "2025-09-18T07:55:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-18T07:55:09+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus_long_life:8.4::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "platform-python-0:3.6.8-39.el8_4.7.i686",
"product_id": "platform-python-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"product_id": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"product_id": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-test-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-test-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-39.el8_4.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"product": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"product_id": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-39.el8_4.7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-39.el8_4.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"product": {
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"product_id": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-39.el8_4.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-39.el8_4.7.src",
"product": {
"name": "python3-0:3.6.8-39.el8_4.7.src",
"product_id": "python3-0:3.6.8-39.el8_4.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-39.el8_4.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-39.el8_4.7.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src"
},
"product_reference": "python3-0:3.6.8-39.el8_4.7.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-39.el8_4.7.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src"
},
"product_reference": "python3-0:3.6.8-39.el8_4.7.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-39.el8_4.7.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src"
},
"product_reference": "python3-0:3.6.8-39.el8_4.7.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-39.el8_4.7.src as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src"
},
"product_reference": "python3-0:3.6.8-39.el8_4.7.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-test-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-18T07:55:09+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16151"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"AppStream-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.AUS:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-debug-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:platform-python-devel-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-0:3.6.8-39.el8_4.7.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debuginfo-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-debugsource-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-idle-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-libs-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-test-0:3.6.8-39.el8_4.7.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:python3-tkinter-0:3.6.8-39.el8_4.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15019
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15019",
"url": "https://access.redhat.com/errata/RHSA-2025:15019"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15019.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:28+00:00",
"generator": {
"date": "2025-11-07T10:53:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15019",
"initial_release_date": "2025-09-02T06:08:54+00:00",
"revision_history": [
{
"date": "2025-09-02T06:08:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-02T06:08:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"product_id": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.21-2.el9_6.2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-test-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"product_id": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"product_id": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"product_id": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"product_id": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"product": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"product_id": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.21-2.el9_6.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.21-2.el9_6.2.src",
"product": {
"name": "python3.9-0:3.9.21-2.el9_6.2.src",
"product_id": "python3.9-0:3.9.21-2.el9_6.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.21-2.el9_6.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.2.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.2.src as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.2.src",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 9)",
"product_id": "BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-test-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.21-2.el9_6.2.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src"
},
"product_reference": "python3.9-0:3.9.21-2.el9_6.2.src",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-02T06:08:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15019"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"AppStream-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"BaseOS-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python-unversioned-command-0:3.9.21-2.el9_6.2.noarch",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-debug-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-devel-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-idle-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-libs-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-test-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3-tkinter-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-0:3.9.21-2.el9_6.2.src",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debuginfo-0:3.9.21-2.el9_6.2.x86_64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.aarch64",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.i686",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.ppc64le",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.s390x",
"CRB-9.6.0.Z.MAIN.EUS:python3.9-debugsource-0:3.9.21-2.el9_6.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:14841
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14841",
"url": "https://access.redhat.com/errata/RHSA-2025:14841"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14841.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:26+00:00",
"generator": {
"date": "2025-11-07T10:53:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14841",
"initial_release_date": "2025-08-28T08:42:06+00:00",
"revision_history": [
{
"date": "2025-08-28T08:42:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-28T08:42:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.src",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.src",
"product_id": "python3.11-0:3.11.13-2.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-2.el8_10.aarch64",
"product": {
"name": "python3.11-test-0:3.11.13-2.el8_10.aarch64",
"product_id": "python3.11-test-0:3.11.13-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-2.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"product": {
"name": "python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"product_id": "python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-2.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-2.el8_10.x86_64",
"product": {
"name": "python3.11-test-0:3.11.13-2.el8_10.x86_64",
"product_id": "python3.11-test-0:3.11.13-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-2.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-devel-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-libs-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-debug-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-idle-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-test-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-test-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-2.el8_10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"product": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"product_id": "python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-2.el8_10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-devel-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-libs-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debug-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-debug-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-idle-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-idle-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-test-0:3.11.13-2.el8_10.s390x",
"product": {
"name": "python3.11-test-0:3.11.13-2.el8_10.s390x",
"product_id": "python3.11-test-0:3.11.13-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-test@3.11.13-2.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"product": {
"name": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"product_id": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.13-2.el8_10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.src",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debug-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-idle-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-test-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-test-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-28T08:42:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14841"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.src",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-2.el8_10.noarch",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-2.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.i686",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16012
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11 is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16012",
"url": "https://access.redhat.com/errata/RHSA-2025:16012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16012.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:31+00:00",
"generator": {
"date": "2025-11-07T10:53:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16012",
"initial_release_date": "2025-09-16T18:01:55+00:00",
"revision_history": [
{
"date": "2025-09-16T18:01:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-16T18:01:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.7.src",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.7.src",
"product_id": "python3.11-0:3.11.2-2.el9_2.7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.7?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.7?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el9_2.7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el9_2.7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.7.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.src"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.7.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.i686"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.i686"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.src",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-16T18:01:55+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.src",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16012"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.src",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.src",
"AppStream-9.2.0.Z.E4S:python3.11-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-devel-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.i686",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-libs-0:3.11.2-2.el9_2.7.x86_64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.aarch64",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.s390x",
"AppStream-9.2.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el9_2.7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16153
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16153",
"url": "https://access.redhat.com/errata/RHSA-2025:16153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16153.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:35+00:00",
"generator": {
"date": "2025-11-07T10:53:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16153",
"initial_release_date": "2025-09-18T07:56:44+00:00",
"revision_history": [
{
"date": "2025-09-18T07:56:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-18T07:56:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:8.8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_tus:8.8::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.11?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.11?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.11?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "platform-python-0:3.6.8-51.el8_8.11.i686",
"product_id": "platform-python-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"product_id": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"product_id": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-test-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-test-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-51.el8_8.11?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"product_id": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-51.el8_8.11?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-51.el8_8.11.src",
"product": {
"name": "python3-0:3.6.8-51.el8_8.11.src",
"product_id": "python3-0:3.6.8-51.el8_8.11.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-51.el8_8.11?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.11.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.11.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.11.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.11.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.11.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.11.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-51.el8_8.11.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src"
},
"product_reference": "python3-0:3.6.8-51.el8_8.11.src",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-test-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.i686 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.8)",
"product_id": "BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"relates_to_product_reference": "BaseOS-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-18T07:56:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16153"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"AppStream-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"AppStream-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.ppc64le",
"BaseOS-8.8.0.Z.E4S:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-debug-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:platform-python-devel-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-0:3.6.8-51.el8_8.11.src",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debuginfo-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-debugsource-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-idle-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-libs-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-test-0:3.6.8-51.el8_8.11.x86_64",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.i686",
"BaseOS-8.8.0.Z.TUS:python3-tkinter-0:3.6.8-51.el8_8.11.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16524
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds,\nidentifies, and reports environment data, or facts, such as the number of physical and virtual\nsystems on a network, their operating systems, and relevant configuration data stored within\nthem. Discovery also identifies and reports more detailed facts for some versions of key\nRed Hat packages and products that it finds in the network.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16524",
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5914",
"url": "https://access.redhat.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6020",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8194",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8941",
"url": "https://access.redhat.com/security/cve/CVE-2025-8941"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16524.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2025-11-11T16:22:49+00:00",
"generator": {
"date": "2025-11-11T16:22:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2025:16524",
"initial_release_date": "2025-09-23T19:28:34+00:00",
"revision_history": [
{
"date": "2025-09-23T19:28:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-23T19:28:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-11T16:22:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.2.1-1758555934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3Adef60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.2.0-1758132611"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Ac85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.2.1-1758555934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=2.2.0-1758132611"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-5914",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2025-06-06T17:58:25.491000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2370861"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability has been identified in the libarchive library, specifically within the archive_read_format_rar_seek_data() function. This flaw involves an integer overflow that can ultimately lead to a double-free condition. Exploiting a double-free vulnerability can result in memory corruption, enabling an attacker to execute arbitrary code or cause a denial-of-service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has rated this vulnerability as Important because it allows a local attacker with limited privileges to trigger a double-free in libarchive\u0027s RAR parser by providing a specially crafted RAR archive. Successful exploitation could result in code execution or application crashes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5914"
},
{
"category": "external",
"summary": "RHBZ#2370861",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370861"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5914"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/pull/2598",
"url": "https://github.com/libarchive/libarchive/pull/2598"
},
{
"category": "external",
"summary": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0",
"url": "https://github.com/libarchive/libarchive/releases/tag/v3.8.0"
}
],
"release_date": "2025-05-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-23T19:28:34+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libarchive: Double free at archive_read_format_rar_seek_data() in archive_read_support_format_rar.c"
},
{
"acknowledgments": [
{
"names": [
"Olivier BAL-PETRE"
],
"organization": "ANSSI - French Cybersecurity Agency"
}
],
"cve": "CVE-2025-6020",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-06-12T16:33:01.214000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372512"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The module pam_namespace may use access user-controlled paths without proper protection, allowing local users to elevate their privileges to root via multiple symlink attacks and race conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Linux-pam directory Traversal",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace marked as Important rather than Moderate due to its direct impact on privilege boundaries and the ease of exploitation in common configurations. By leveraging symlink attacks or race conditions in polyinstantiated directories under their control, unprivileged local users can escalate to root, compromising the entire system. Since pam_namespace is often used in multi-user environments (e.g., shared systems, terminal servers, containers), a misconfigured or partially protected setup becomes a single point of failure. The attack does not require special capabilities or kernel-level exploits\u2014just timing and control over certain paths\u2014making it both reliable and low-barrier. Moreover, privilege escalation flaws like this can be chained with other vulnerabilities to persist or evade detection, further amplifying the risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6020"
},
{
"category": "external",
"summary": "RHBZ#2372512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372512"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6020"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6020"
}
],
"release_date": "2025-06-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-23T19:28:34+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Linux-pam directory Traversal"
},
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-23T19:28:34+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
},
{
"cve": "CVE-2025-8941",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-08-13T12:11:55.270000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388220"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in linux-pam. The pam_namespace module may improperly handle user-controlled paths, allowing local users to exploit symlink attacks and race conditions to elevate their privileges to root. This CVE provides a \"complete\" fix for CVE-2025-6020.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "linux-pam: Incomplete fix for CVE-2025-6020",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in pam_namespace is rated Important because it allows a local, unprivileged user to escalate privileges to root by exploiting symlink attacks or race conditions in polyinstantiated directories under their control. Successful exploitation requires only the ability to create and manipulate filesystem paths in such directories, without the need for special capabilities or kernel-level vulnerabilities. In multi-user environments\u2014such as shared systems, terminal servers, or certain container deployments, an unprotected or misconfigured pam_namespace configuration can serve as a single point of compromise. Privilege escalation flaws of this nature may also be chained with other vulnerabilities to maintain persistence or evade detection, further increasing the overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8941"
},
{
"category": "external",
"summary": "RHBZ#2388220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388220"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8941"
}
],
"release_date": "2025-08-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-23T19:28:34+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16524"
},
{
"category": "workaround",
"details": "Disable the `pam_namespace` module if it is not essential for your environment, or carefully review and configure it to avoid operating on any directories or paths that can be influenced or controlled by unprivileged users, such as user home directories or world-writable locations like `/tmp`.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:1c67d8d526ab4f2854947f7dccd8752a2efd414c0f1cbab17706fa91147e7cda_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:c85cfbcaf7888885e57596b7b8bde3894718cfc33326499b24961a66a62cf083_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:87fd07b40ae5dc04d446b4b44a846aeb898e56c627e917d0c0675e7905f42a02_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:def60eacc396cb99e19746aa7afb3af1aa56da9fd9bba87262ad2d01a5f24a9d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "linux-pam: Incomplete fix for CVE-2025-6020"
}
]
}
rhsa-2025:14900
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* setuptools: Path Traversal Vulnerability in setuptools PackageIndex (CVE-2025-47273)\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:14900",
"url": "https://access.redhat.com/errata/RHSA-2025:14900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2366982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366982"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14900.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:26+00:00",
"generator": {
"date": "2025-11-07T10:53:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:14900",
"initial_release_date": "2025-08-28T17:04:37+00:00",
"revision_history": [
{
"date": "2025-08-28T17:04:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-28T17:04:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9)",
"product_id": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"product": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src (python39:3.9)",
"product_id": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9)",
"product_id": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=src\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-4.module%2Bel8.10.0%2B21815%2Bbb024982?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-9.module%2Bel8.10.0%2B21329%2B8d76b841?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-7.module%2Bel8.10.0%2B23406%2B03055bfb?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-5.module%2Bel8.10.0%2B20443%2Bf0a692fe?arch=noarch\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-attrs@20.3.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-iniconfig@1.1.1-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-more-itertools@8.5.0-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-packaging@20.4-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pluggy@0.13.1-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-py@1.10.0-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyparsing@2.4.7-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pytest@6.0.2-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9)",
"product_id": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wcwidth@0.2.5-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=noarch\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=aarch64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=ppc64le\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=s390x\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-3.module%2Bel8.10.0%2B21271%2Beccd1d86?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-7.module%2Bel8.10.0%2B23075%2B0aa18782.1?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-3.module%2Bel8.10.0%2B21142%2B453d2b75?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/Cython-debugsource@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-Cython-debuginfo@0.29.21-5.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"product": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39-devel:3.9)",
"product_id": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debug@3.9.20-2.module%2Bel8.10.0%2B23441%2B1124c1da?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
},
{
"category": "product_version",
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9)",
"product_id": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pybind11-devel@2.7.1-1.module%2Bel8.9.0%2B19644%2Bd68f775d?arch=x86_64\u0026rpmmod=python39-devel:3.9:8100020250823160619:d47b87a4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9"
},
"product_reference": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9"
},
"product_reference": "python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64 (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9"
},
"product_reference": "python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9"
},
"product_reference": "python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src (python39-devel:3.9) as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
},
"product_reference": "python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-28T17:04:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14900"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
},
{
"cve": "CVE-2025-47273",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-05-17T16:00:41.145177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366982"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability in the Python setuptools library allows attackers with limited system access to write files outside the intended temporary directory by manipulating package download URLs. This flaw bypasses basic filename sanitization and can lead to unauthorized overwrites of important system files, creating opportunities for further compromise. While it doesn\u0027t expose data or require user interaction, it poses a high integrity risk and is especially concerning in environments that rely on automated package handling or internal tooling built on setuptools.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability \"Moderate\" based on the impact of the damage caused by a successful exploitation and the pre-requisites.\n\n* Exploitation requires that the attacker have limited code execution access to a Python environment where they can trigger the vulnerable PackageIndex.download() function\u2014this might be via a script, plugin, or automated job. Full admin rights aren\u0027t needed but a user with no access at all will be unable to exploit this vulnerability.\n* The vulnerability impacts the integrity of the system within the same security boundary\u2014it does not enable access or compromise across trust boundaries (e.g., from one container to another or from user space to kernel).\n* Successful exploitation only allows the attacker to \"create\" new files. The vulnerability does not provide access to existing files and by an extension to any confidential information. \n* Arbitrary file writes can overwrite critical config files, executables, or scripts. This can lead to persistent code execution, system misconfiguration, or unauthorized behavior, especially in automated environments. While overwriting critical files could theoretically lead to service disruption, the vulnerability in isolation does not inherently cause denial of service. The exploit doesn\u0027t target availability directly, and in many cases, systems may continue running.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to the successful exploitation of a CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nInput validation enforces strict path constraints, rejecting directory traversal attempts or unauthorized file access. Runtime environments restrict code execution to predefined privilege levels, preventing escalation from traversal exploits. Configuration settings limit accessible directories and enforce execution boundaries to reduce the influence of user input on file system behavior. Application components are developed and validated against secure coding standards that explicitly prevent path manipulation, further minimizing exploitation risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47273"
},
{
"category": "external",
"summary": "RHBZ#2366982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366982"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88",
"url": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b",
"url": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/issues/4946",
"url": "https://github.com/pypa/setuptools/issues/4946"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf",
"url": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf"
}
],
"release_date": "2025-05-17T15:46:11.399000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-08-28T17:04:37+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:14900"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-0:5.4.1-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:PyYAML-debugsource-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:numpy-debugsource-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cffi-debugsource-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-cryptography-debugsource-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-idna-0:2.10-4.module+el8.10.0+21815+bb024982.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-lxml-debugsource-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psutil-debugsource-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-psycopg2-debugsource-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-PyMySQL-0:0.10.1-2.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-chardet-0:3.0.4-19.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-cryptography-debuginfo-0:3.3.1-3.module+el8.10.0+21271+eccd1d86.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debuginfo-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-debugsource-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-devel-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idle-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-idna-0:2.10-4.module+el8.10.0+21815+bb024982.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-libs-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-mod_wsgi-0:4.7.1-7.module+el8.10.0+23075+0aa18782.1.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-doc-0:1.19.4-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-numpy-f2py-0:1.19.4-3.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pip-wheel-0:20.2.4-9.module+el8.10.0+21329+8d76b841.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-ply-0:3.11-10.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-debuginfo-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-doc-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-psycopg2-tests-0:2.8.6-3.module+el8.10.0+21142+453d2b75.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pycparser-0:2.20-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pysocks-0:1.7.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-requests-0:2.25.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-rpm-macros-0:3.9.20-2.module+el8.10.0+23441+1124c1da.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-scipy-debuginfo-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-setuptools-wheel-0:50.3.2-7.module+el8.10.0+23406+03055bfb.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-test-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-tkinter-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-toml-0:0.10.1-5.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-urllib3-0:1.25.10-5.module+el8.10.0+20443+f0a692fe.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python39-wheel-wheel-1:0.35.1-4.module+el8.9.0+19644+d68f775d.noarch::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-pip-0:20.2.4-9.module+el8.10.0+21329+8d76b841.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-setuptools-0:50.3.2-7.module+el8.10.0+23406+03055bfb.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:python3x-six-0:1.15.0-3.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-0:1.5.4-5.module+el8.9.0+19644+d68f775d.src::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.aarch64::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.ppc64le::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.s390x::python39:3.9",
"AppStream-8.10.0.Z.MAIN.EUS:scipy-debugsource-0:1.5.4-5.module+el8.9.0+19644+d68f775d.x86_64::python39:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:Cython-debugsource-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-Cython-debuginfo-0:0.29.21-5.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-attrs-0:20.3.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-debug-0:3.9.20-2.module+el8.10.0+23441+1124c1da.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-iniconfig-0:1.1.1-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-more-itertools-0:8.5.0-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-packaging-0:20.4-4.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pluggy-0:0.13.1-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-py-0:1.10.0-1.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.aarch64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.ppc64le::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.s390x::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pybind11-devel-0:2.7.1-1.module+el8.9.0+19644+d68f775d.x86_64::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-pytest-0:6.0.2-2.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python39-wcwidth-0:0.2.5-3.module+el8.9.0+19644+d68f775d.noarch::python39-devel:3.9",
"CRB-8.10.0.Z.MAIN.EUS:python3x-pyparsing-0:2.4.7-5.module+el8.9.0+19644+d68f775d.src::python39-devel:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex"
}
]
}
rhsa-2025:16118
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the python39:3.9 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16118",
"url": "https://access.redhat.com/errata/RHSA-2025:16118"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16118.json"
}
],
"title": "Red Hat Security Advisory: python39:3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:33+00:00",
"generator": {
"date": "2025-11-07T10:53:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16118",
"initial_release_date": "2025-09-17T17:59:12+00:00",
"revision_history": [
{
"date": "2025-09-17T17:59:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-17T17:59:12+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"product": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9)",
"product_id": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"product": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9)",
"product_id": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"product": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9)",
"product_id": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"product": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9)",
"product_id": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"product": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9)",
"product_id": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=src\u0026epoch=1\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"product": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src (python39:3.9)",
"product_id": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"product": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9)",
"product_id": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"product": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src (python39:3.9)",
"product_id": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-setuptools@50.3.2-6.module%2Bel8.6.0%2B23451%2B54007be4.1?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3x-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9)",
"product_id": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=src\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=x86_64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-PyMySQL@0.10.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-chardet@3.0.4-19.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idna@2.10-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-doc@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9)",
"product_id": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9)",
"product_id": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pip-wheel@20.2.4-7.module%2Bel8.6.0%2B13003%2B6bb2c488?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-ply@3.11-10.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pycparser@2.20-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pysocks@1.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-requests@2.25.0-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"product": {
"name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch (python39:3.9)",
"product_id": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-rpm-macros@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9)",
"product_id": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools@50.3.2-6.module%2Bel8.6.0%2B23451%2B54007be4.1?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"product": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9)",
"product_id": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-setuptools-wheel@50.3.2-6.module%2Bel8.6.0%2B23451%2B54007be4.1?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-six@1.15.0-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9)",
"product_id": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-toml@0.10.1-5.module%2Bel8.4.0%2B9822%2B20bf1249?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"product": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9)",
"product_id": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-urllib3@1.25.10-4.module%2Bel8.5.0%2B11712%2Bea2d2be1?arch=noarch\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9)",
"product_id": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-wheel-wheel@0.35.1-4.module%2Bel8.5.0%2B12204%2B54860423?arch=noarch\u0026epoch=1\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=aarch64\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=ppc64le\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9)",
"product_id": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/PyYAML-debugsource@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9)",
"product_id": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/numpy-debugsource@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cffi-debugsource@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cryptography-debugsource@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9)",
"product_id": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-lxml-debugsource@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psutil-debugsource@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cffi-debuginfo@1.14.3-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-cryptography-debuginfo@3.3.1-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debuginfo@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-debugsource@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-devel@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-idle@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-libs@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9)",
"product_id": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9)",
"product_id": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-lxml-debuginfo@4.6.5-1.module%2Bel8.6.0%2B13933%2B9cf0c87c?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-mod_wsgi@4.7.1-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9)",
"product_id": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9)",
"product_id": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-debuginfo@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9)",
"product_id": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-numpy-f2py@1.19.4-3.module%2Bel8.5.0%2B12204%2B54860423?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psutil-debuginfo@5.8.0-4.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-debuginfo@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-doc@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-psycopg2-tests@2.8.6-2.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9)",
"product_id": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9)",
"product_id": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-pyyaml-debuginfo@5.4.1-1.module%2Bel8.5.0%2B10613%2B59a13ec4?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-scipy-debuginfo@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-test@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9)",
"product_id": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python39-tkinter@3.9.7-2.module%2Bel8.6.0%2B23509%2B173bdf95.5?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
},
{
"category": "product_version",
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9)",
"product_id": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/scipy-debugsource@1.5.4-3.module%2Bel8.4.0%2B9822%2B20bf1249?arch=s390x\u0026rpmmod=python39:3.9:8060020250915132015:6a631399"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)",
"product_id": "AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9"
},
"product_reference": "PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9"
},
"product_reference": "python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9"
},
"product_reference": "python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9"
},
"product_reference": "python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9"
},
"product_reference": "python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9"
},
"product_reference": "python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9"
},
"product_reference": "python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9"
},
"product_reference": "python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9"
},
"product_reference": "python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9"
},
"product_reference": "python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9"
},
"product_reference": "python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9"
},
"product_reference": "python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9"
},
"product_reference": "python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9"
},
"product_reference": "python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9"
},
"product_reference": "python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9"
},
"product_reference": "python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9"
},
"product_reference": "scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64 (python39:3.9) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
},
"product_reference": "scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"relates_to_product_reference": "AppStream-8.6.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T17:59:12+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16118"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.6.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.AUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.aarch64::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.ppc64le::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.s390x::python39:3.9",
"AppStream-8.6.0.Z.E4S:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:PyYAML-debugsource-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:numpy-debugsource-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cffi-debugsource-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-cryptography-debugsource-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-lxml-debugsource-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psutil-debugsource-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-psycopg2-debugsource-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-PyMySQL-0:0.10.1-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cffi-debuginfo-0:1.14.3-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-chardet-0:3.0.4-19.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-cryptography-debuginfo-0:3.3.1-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debuginfo-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-debugsource-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-devel-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idle-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-idna-0:2.10-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-libs-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-lxml-debuginfo-0:4.6.5-1.module+el8.6.0+13933+9cf0c87c.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-mod_wsgi-0:4.7.1-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-debuginfo-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-doc-0:1.19.4-3.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-numpy-f2py-0:1.19.4-3.module+el8.5.0+12204+54860423.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pip-wheel-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-ply-0:3.11-10.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psutil-debuginfo-0:5.8.0-4.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-debuginfo-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-doc-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-psycopg2-tests-0:2.8.6-2.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pycparser-0:2.20-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pysocks-0:1.7.1-4.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-pyyaml-debuginfo-0:5.4.1-1.module+el8.5.0+10613+59a13ec4.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-requests-0:2.25.0-2.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-rpm-macros-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-scipy-debuginfo-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-setuptools-wheel-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-test-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-tkinter-0:3.9.7-2.module+el8.6.0+23509+173bdf95.5.x86_64::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-toml-0:0.10.1-5.module+el8.4.0+9822+20bf1249.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-urllib3-0:1.25.10-4.module+el8.5.0+11712+ea2d2be1.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python39-wheel-wheel-1:0.35.1-4.module+el8.5.0+12204+54860423.noarch::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-pip-0:20.2.4-7.module+el8.6.0+13003+6bb2c488.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-setuptools-0:50.3.2-6.module+el8.6.0+23451+54007be4.1.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:python3x-six-0:1.15.0-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-0:1.5.4-3.module+el8.4.0+9822+20bf1249.src::python39:3.9",
"AppStream-8.6.0.Z.TUS:scipy-debugsource-0:1.5.4-3.module+el8.4.0+9822+20bf1249.x86_64::python39:3.9"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16031
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.11 is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16031",
"url": "https://access.redhat.com/errata/RHSA-2025:16031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16031.json"
}
],
"title": "Red Hat Security Advisory: python3.11 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:31+00:00",
"generator": {
"date": "2025-11-07T10:53:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16031",
"initial_release_date": "2025-09-17T05:27:10+00:00",
"revision_history": [
{
"date": "2025-09-17T05:27:10+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-17T05:27:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el8_8.5.src",
"product": {
"name": "python3.11-0:3.11.2-2.el8_8.5.src",
"product_id": "python3.11-0:3.11.2-2.el8_8.5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.5?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11@3.11.2-2.el8_8.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.2-2.el8_8.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.5?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.5?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"product": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"product_id": "python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-devel@3.11.2-2.el8_8.5?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"product": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"product_id": "python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-libs@3.11.2-2.el8_8.5?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"product": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"product_id": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.2-2.el8_8.5?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"product": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"product_id": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.2-2.el8_8.5?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"product": {
"name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"product_id": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.2-2.el8_8.5?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el8_8.5.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.src"
},
"product_reference": "python3.11-0:3.11.2-2.el8_8.5.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el8_8.5.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.src"
},
"product_reference": "python3.11-0:3.11.2-2.el8_8.5.src",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.i686 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.i686"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch"
},
"product_reference": "python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64 as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
},
"product_reference": "python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.TUS:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T05:27:10+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.TUS:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16031"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.TUS:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.E4S:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.E4S:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.ppc64le",
"AppStream-8.8.0.Z.E4S:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.src",
"AppStream-8.8.0.Z.TUS:python3.11-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debuginfo-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-debugsource-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-devel-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.i686",
"AppStream-8.8.0.Z.TUS:python3.11-libs-0:3.11.2-2.el8_8.5.x86_64",
"AppStream-8.8.0.Z.TUS:python3.11-rpm-macros-0:3.11.2-2.el8_8.5.noarch",
"AppStream-8.8.0.Z.TUS:python3.11-tkinter-0:3.11.2-2.el8_8.5.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16262
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16262",
"url": "https://access.redhat.com/errata/RHSA-2025:16262"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16262.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:35+00:00",
"generator": {
"date": "2025-11-07T10:53:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16262",
"initial_release_date": "2025-09-22T01:17:47+00:00",
"revision_history": [
{
"date": "2025-09-22T01:17:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-22T01:17:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "platform-python-0:3.6.8-24.el8_2.4.i686",
"product_id": "platform-python-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"product_id": "platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"product_id": "platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-idle-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-test-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-test-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-24.el8_2.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-24.el8_2.4.i686",
"product": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.i686",
"product_id": "python3-libs-0:3.6.8-24.el8_2.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-24.el8_2.4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "platform-python-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "platform-python-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "platform-python-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/platform-python@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-24.el8_2.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-24.el8_2.4.x86_64",
"product": {
"name": "python3-test-0:3.6.8-24.el8_2.4.x86_64",
"product_id": "python3-test-0:3.6.8-24.el8_2.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-24.el8_2.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-24.el8_2.4.src",
"product": {
"name": "python3-0:3.6.8-24.el8_2.4.src",
"product_id": "python3-0:3.6.8-24.el8_2.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-24.el8_2.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-24.el8_2.4.src as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src"
},
"product_reference": "python3-0:3.6.8-24.el8_2.4.src",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-idle-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-libs-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-test-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-test-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-24.el8_2.4.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src"
},
"product_reference": "python3-0:3.6.8-24.el8_2.4.src",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-idle-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-libs-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-test-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-test-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)",
"product_id": "BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"relates_to_product_reference": "BaseOS-8.2.0.Z.AUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-22T01:17:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16262"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"AppStream-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-debug-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:platform-python-devel-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-0:3.6.8-24.el8_2.4.src",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debuginfo-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-debugsource-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-idle-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-libs-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-test-0:3.6.8-24.el8_2.4.x86_64",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.i686",
"BaseOS-8.2.0.Z.AUS:python3-tkinter-0:3.6.8-24.el8_2.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:15800
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15800",
"url": "https://access.redhat.com/errata/RHSA-2025:15800"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15800.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:29+00:00",
"generator": {
"date": "2025-11-07T10:53:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:15800",
"initial_release_date": "2025-09-15T14:24:25+00:00",
"revision_history": [
{
"date": "2025-09-15T14:24:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-15T14:24:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus:9.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"product_id": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.18-3.el9_4.9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"product_id": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"product_id": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-test-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.9?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.9?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"product_id": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.9.18-3.el9_4.9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"product": {
"name": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"product_id": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.9.18-3.el9_4.9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.18-3.el9_4.9.src",
"product": {
"name": "python3.9-0:3.9.18-3.el9_4.9.src",
"product_id": "python3.9-0:3.9.18-3.el9_4.9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.18-3.el9_4.9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.9.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.9.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.9.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.9.src",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.4)",
"product_id": "BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "BaseOS-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-test-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.18-3.el9_4.9.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src"
},
"product_reference": "python3.9-0:3.9.18-3.el9_4.9.src",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.4)",
"product_id": "CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"relates_to_product_reference": "CRB-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-15T14:24:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15800"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"AppStream-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"BaseOS-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python-unversioned-command-0:3.9.18-3.el9_4.9.noarch",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-debug-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-devel-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-idle-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-libs-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-test-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3-tkinter-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-0:3.9.18-3.el9_4.9.src",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debuginfo-0:3.9.18-3.el9_4.9.x86_64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.aarch64",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.i686",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.ppc64le",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.s390x",
"CRB-9.4.0.Z.EUS:python3.9-debugsource-0:3.9.18-3.el9_4.9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16152
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3.9 is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16152",
"url": "https://access.redhat.com/errata/RHSA-2025:16152"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16152.json"
}
],
"title": "Red Hat Security Advisory: python3.9 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:33+00:00",
"generator": {
"date": "2025-11-07T10:53:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16152",
"initial_release_date": "2025-09-18T07:56:08+00:00",
"revision_history": [
{
"date": "2025-09-18T07:56:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-18T07:56:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_e4s:9.2::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"product": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"product_id": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"product": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"product_id": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"product": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"product_id": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.9.16-1.el9_2.10.i686",
"product": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.i686",
"product_id": "python3-libs-0:3.9.16-1.el9_2.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"product": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"product": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.10?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.16-1.el9_2.10.i686",
"product": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.i686",
"product_id": "python3-devel-0:3.9.16-1.el9_2.10.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.10?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.9.16-1.el9_2.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3-libs-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.9.16-1.el9_2.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debugsource@3.9.16-1.el9_2.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9-debuginfo@3.9.16-1.el9_2.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3-devel-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.9.16-1.el9_2.10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"product": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"product_id": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.9.16-1.el9_2.10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.9-0:3.9.16-1.el9_2.10.src",
"product": {
"name": "python3.9-0:3.9.16-1.el9_2.10.src",
"product_id": "python3.9-0:3.9.16-1.el9_2.10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.9@3.9.16-1.el9_2.10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"product": {
"name": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"product_id": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-unversioned-command@3.9.16-1.el9_2.10?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.16-1.el9_2.10.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src"
},
"product_reference": "python3.9-0:3.9.16-1.el9_2.10.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch"
},
"product_reference": "python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-0:3.9.16-1.el9_2.10.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src"
},
"product_reference": "python3.9-0:3.9.16-1.el9_2.10.src",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.9.2)",
"product_id": "BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
},
"product_reference": "python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"relates_to_product_reference": "BaseOS-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-18T07:56:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16152"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"AppStream-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"AppStream-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python-unversioned-command-0:3.9.16-1.el9_2.10.noarch",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-devel-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-libs-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3-tkinter-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-0:3.9.16-1.el9_2.10.src",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debuginfo-0:3.9.16-1.el9_2.10.x86_64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.aarch64",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.i686",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.ppc64le",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.s390x",
"BaseOS-9.2.0.Z.E4S:python3.9-debugsource-0:3.9.16-1.el9_2.10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
rhsa-2025:16117
Vulnerability from csaf_redhat
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for python3 is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* cpython: Cpython infinite loop when parsing a tarfile (CVE-2025-8194)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:16117",
"url": "https://access.redhat.com/errata/RHSA-2025:16117"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_16117.json"
}
],
"title": "Red Hat Security Advisory: python3 security update",
"tracking": {
"current_release_date": "2025-11-07T10:53:33+00:00",
"generator": {
"date": "2025-11-07T10:53:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.11"
}
},
"id": "RHSA-2025:16117",
"initial_release_date": "2025-09-17T17:59:11+00:00",
"revision_history": [
{
"date": "2025-09-17T17:59:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-09-17T17:59:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-07T10:53:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.src",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.src",
"product_id": "python3-0:3.6.8-21.el7_9.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=ppc"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=s390"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-libs-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-libs-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-libs@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-debug-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-debug-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debug@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-devel-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-devel-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-devel@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-idle-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-idle-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-idle@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-test-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-test-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-test-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-test@3.6.8-21.el7_9.2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"product": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"product_id": "python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-21.el7_9.2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.src"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.src"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.src",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debug-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-devel-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-idle-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-libs-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-test-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-test-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"relates_to_product_reference": "7Server-optional-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
"product_id": "7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
},
"product_reference": "python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"relates_to_product_reference": "7Server-optional-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-07-28T19:00:50.076451+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2384043"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Python tarfile module. Processing a specially crafted tar archive, specifically an archive with negative offsets, can cause an infinite loop and deadlock. This issue results in a denial of service in the Python application using the tarfile module.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cpython: Cpython infinite loop when parsing a tarfile",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted tar archive with a Python application using the tarfile module. Furthermore, this vulnerability will cause a denial of service with no other security impact.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-835: Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to ensure the most restrictive setting needed for operational requirements. Event logs are collected and processed for centralization, correlation, analysis, monitoring, reporting, alerting, and retention. This process ensures that audit logs are generated for specific events involving sensitive information, enabling capabilities like excessive CPU usage, long execution times, or processes consuming abnormal amounts of memory. Static code analysis and peer code review techniques are used to execute robust input validation and error-handling mechanisms to ensure all user inputs are thoroughly validated, preventing infinite loops caused by malformed or unexpected input, such as unbounded user input or unexpected null values that cause loops to never terminate. In the event of successful exploitation, process isolation limits the effect of an infinite loop to a single process rather than allowing it to consume all system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "RHBZ#2384043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2384043"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/130577",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/137027",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
}
],
"release_date": "2025-07-28T18:42:44.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T17:59:11+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:16117"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by adding the following code after importing the tarfile module (\"import tarfile\"):\n\n~~~\nimport tarfile\n\ndef _block_patched(self, count):\n if count \u003c 0: # pragma: no cover\n raise tarfile.InvalidHeaderError(\"invalid offset\")\n return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched\n~~~",
"product_ids": [
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.src",
"7Server-optional-ELS:python3-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debug-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-debuginfo-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-devel-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-idle-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-libs-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-test-0:3.6.8-21.el7_9.2.x86_64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.i686",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.ppc64le",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.s390x",
"7Server-optional-ELS:python3-tkinter-0:3.6.8-21.el7_9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "cpython: Cpython infinite loop when parsing a tarfile"
}
]
}
ghsa-v594-44hm-2j7p
Vulnerability from github
There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives.
This vulnerability can be mitigated by including the following patch after importing the “tarfile” module:
import tarfile
def _block_patched(self, count): if count < 0: # pragma: no cover raise tarfile.InvalidHeaderError("invalid offset") return _block_patched._orig_block(self, count)
_block_patched._orig_block = tarfile.TarInfo._block tarfile.TarInfo._block = _block_patched
{
"affected": [],
"aliases": [
"CVE-2025-8194"
],
"database_specific": {
"cwe_ids": [
"CWE-835"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-07-28T19:15:43Z",
"severity": "HIGH"
},
"details": "There is a defect in the CPython \u201ctarfile\u201d module affecting the \u201cTarFile\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \u201ctarfile\u201d module:\n\n\n\nimport tarfile\n\ndef _block_patched(self, count):\n\u00a0 \u00a0 if count \u003c 0: # pragma: no cover\n\u00a0 \u00a0 \u00a0 \u00a0 raise tarfile.InvalidHeaderError(\"invalid offset\")\n\u00a0 \u00a0 return _block_patched._orig_block(self, count)\n\n_block_patched._orig_block = tarfile.TarInfo._block\ntarfile.TarInfo._block = _block_patched",
"id": "GHSA-v594-44hm-2j7p",
"modified": "2025-11-05T00:31:23Z",
"published": "2025-07-28T21:31:35Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8194"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe"
},
{
"type": "WEB",
"url": "https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227"
},
{
"type": "WEB",
"url": "https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1"
},
{
"type": "WEB",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/1"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/2"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
opensuse-su-2025:15408-1
Vulnerability from csaf_opensuse
Notes
{
"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.11-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python312-3.12.11-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15408",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15408-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python312-3.12.11-4.1 on GA media",
"tracking": {
"current_release_date": "2025-08-04T00:00:00Z",
"generator": {
"date": "2025-08-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15408-1",
"initial_release_date": "2025-08-04T00:00:00Z",
"revision_history": [
{
"date": "2025-08-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.11-4.1.aarch64",
"product": {
"name": "python312-3.12.11-4.1.aarch64",
"product_id": "python312-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-4.1.aarch64",
"product": {
"name": "python312-32bit-3.12.11-4.1.aarch64",
"product_id": "python312-32bit-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-4.1.aarch64",
"product": {
"name": "python312-curses-3.12.11-4.1.aarch64",
"product_id": "python312-curses-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-4.1.aarch64",
"product": {
"name": "python312-dbm-3.12.11-4.1.aarch64",
"product_id": "python312-dbm-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-4.1.aarch64",
"product": {
"name": "python312-idle-3.12.11-4.1.aarch64",
"product_id": "python312-idle-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-4.1.aarch64",
"product": {
"name": "python312-tk-3.12.11-4.1.aarch64",
"product_id": "python312-tk-3.12.11-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.11-4.1.aarch64",
"product": {
"name": "python312-x86-64-v3-3.12.11-4.1.aarch64",
"product_id": "python312-x86-64-v3-3.12.11-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-3.12.11-4.1.ppc64le",
"product_id": "python312-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-32bit-3.12.11-4.1.ppc64le",
"product_id": "python312-32bit-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-curses-3.12.11-4.1.ppc64le",
"product_id": "python312-curses-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-dbm-3.12.11-4.1.ppc64le",
"product_id": "python312-dbm-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-idle-3.12.11-4.1.ppc64le",
"product_id": "python312-idle-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-tk-3.12.11-4.1.ppc64le",
"product_id": "python312-tk-3.12.11-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.11-4.1.ppc64le",
"product": {
"name": "python312-x86-64-v3-3.12.11-4.1.ppc64le",
"product_id": "python312-x86-64-v3-3.12.11-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.11-4.1.s390x",
"product": {
"name": "python312-3.12.11-4.1.s390x",
"product_id": "python312-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-4.1.s390x",
"product": {
"name": "python312-32bit-3.12.11-4.1.s390x",
"product_id": "python312-32bit-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-4.1.s390x",
"product": {
"name": "python312-curses-3.12.11-4.1.s390x",
"product_id": "python312-curses-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-4.1.s390x",
"product": {
"name": "python312-dbm-3.12.11-4.1.s390x",
"product_id": "python312-dbm-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-4.1.s390x",
"product": {
"name": "python312-idle-3.12.11-4.1.s390x",
"product_id": "python312-idle-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-4.1.s390x",
"product": {
"name": "python312-tk-3.12.11-4.1.s390x",
"product_id": "python312-tk-3.12.11-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.11-4.1.s390x",
"product": {
"name": "python312-x86-64-v3-3.12.11-4.1.s390x",
"product_id": "python312-x86-64-v3-3.12.11-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python312-3.12.11-4.1.x86_64",
"product": {
"name": "python312-3.12.11-4.1.x86_64",
"product_id": "python312-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-32bit-3.12.11-4.1.x86_64",
"product": {
"name": "python312-32bit-3.12.11-4.1.x86_64",
"product_id": "python312-32bit-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-curses-3.12.11-4.1.x86_64",
"product": {
"name": "python312-curses-3.12.11-4.1.x86_64",
"product_id": "python312-curses-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-dbm-3.12.11-4.1.x86_64",
"product": {
"name": "python312-dbm-3.12.11-4.1.x86_64",
"product_id": "python312-dbm-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-idle-3.12.11-4.1.x86_64",
"product": {
"name": "python312-idle-3.12.11-4.1.x86_64",
"product_id": "python312-idle-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-tk-3.12.11-4.1.x86_64",
"product": {
"name": "python312-tk-3.12.11-4.1.x86_64",
"product_id": "python312-tk-3.12.11-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python312-x86-64-v3-3.12.11-4.1.x86_64",
"product": {
"name": "python312-x86-64-v3-3.12.11-4.1.x86_64",
"product_id": "python312-x86-64-v3-3.12.11-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.11-4.1.aarch64"
},
"product_reference": "python312-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.11-4.1.s390x"
},
"product_reference": "python312-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-3.12.11-4.1.x86_64"
},
"product_reference": "python312-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.aarch64"
},
"product_reference": "python312-32bit-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-32bit-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.s390x"
},
"product_reference": "python312-32bit-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-32bit-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.x86_64"
},
"product_reference": "python312-32bit-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.11-4.1.aarch64"
},
"product_reference": "python312-curses-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-curses-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.11-4.1.s390x"
},
"product_reference": "python312-curses-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-curses-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-curses-3.12.11-4.1.x86_64"
},
"product_reference": "python312-curses-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.aarch64"
},
"product_reference": "python312-dbm-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-dbm-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.s390x"
},
"product_reference": "python312-dbm-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-dbm-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.x86_64"
},
"product_reference": "python312-dbm-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.11-4.1.aarch64"
},
"product_reference": "python312-idle-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-idle-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.11-4.1.s390x"
},
"product_reference": "python312-idle-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-idle-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-idle-3.12.11-4.1.x86_64"
},
"product_reference": "python312-idle-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.11-4.1.aarch64"
},
"product_reference": "python312-tk-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-tk-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.11-4.1.s390x"
},
"product_reference": "python312-tk-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-tk-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-tk-3.12.11-4.1.x86_64"
},
"product_reference": "python312-tk-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.11-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.aarch64"
},
"product_reference": "python312-x86-64-v3-3.12.11-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.11-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.ppc64le"
},
"product_reference": "python312-x86-64-v3-3.12.11-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.11-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.s390x"
},
"product_reference": "python312-x86-64-v3-3.12.11-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python312-x86-64-v3-3.12.11-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.x86_64"
},
"product_reference": "python312-x86-64-v3-3.12.11-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python312-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python312-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-32bit-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-curses-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-dbm-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-idle-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-tk-3.12.11-4.1.x86_64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.aarch64",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.ppc64le",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.s390x",
"openSUSE Tumbleweed:python312-x86-64-v3-3.12.11-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
opensuse-su-2025:15713-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python315-3.15.0~a1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python315-3.15.0~a1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15713",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15713-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-3389 page",
"url": "https://www.suse.com/security/cve/CVE-2011-3389/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2011-4944 page",
"url": "https://www.suse.com/security/cve/CVE-2011-4944/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-0845 page",
"url": "https://www.suse.com/security/cve/CVE-2012-0845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2012-1150 page",
"url": "https://www.suse.com/security/cve/CVE-2012-1150/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-1752 page",
"url": "https://www.suse.com/security/cve/CVE-2013-1752/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2013-4238 page",
"url": "https://www.suse.com/security/cve/CVE-2013-4238/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-2667 page",
"url": "https://www.suse.com/security/cve/CVE-2014-2667/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2014-4650 page",
"url": "https://www.suse.com/security/cve/CVE-2014-4650/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-20907 page",
"url": "https://www.suse.com/security/cve/CVE-2019-20907/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5010 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5010/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-9947 page",
"url": "https://www.suse.com/security/cve/CVE-2019-9947/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-10735 page",
"url": "https://www.suse.com/security/cve/CVE-2020-10735/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15523 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15523/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-15801 page",
"url": "https://www.suse.com/security/cve/CVE-2020-15801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8492 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8492/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-23336 page",
"url": "https://www.suse.com/security/cve/CVE-2021-23336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3177 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3177/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-3426 page",
"url": "https://www.suse.com/security/cve/CVE-2021-3426/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-25236 page",
"url": "https://www.suse.com/security/cve/CVE-2022-25236/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-42919 page",
"url": "https://www.suse.com/security/cve/CVE-2022-42919/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-45061 page",
"url": "https://www.suse.com/security/cve/CVE-2022-45061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-0286 page",
"url": "https://www.suse.com/security/cve/CVE-2023-0286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-24329 page",
"url": "https://www.suse.com/security/cve/CVE-2023-24329/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-2650 page",
"url": "https://www.suse.com/security/cve/CVE-2023-2650/"
},
{
"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-2023-40217 page",
"url": "https://www.suse.com/security/cve/CVE-2023-40217/"
},
{
"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-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-6232 page",
"url": "https://www.suse.com/security/cve/CVE-2024-6232/"
},
{
"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/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-0938 page",
"url": "https://www.suse.com/security/cve/CVE-2025-0938/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4435 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-4516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-4516/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-6069 page",
"url": "https://www.suse.com/security/cve/CVE-2025-6069/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8291 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8291/"
}
],
"title": "python315-3.15.0~a1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-11-07T00:00:00Z",
"generator": {
"date": "2025-11-07T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15713-1",
"initial_release_date": "2025-11-07T00:00:00Z",
"revision_history": [
{
"date": "2025-11-07T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-3.15.0~a1-1.1.aarch64",
"product_id": "python315-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.aarch64",
"product_id": "python315-curses-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.aarch64",
"product_id": "python315-dbm-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.aarch64",
"product_id": "python315-idle-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.aarch64",
"product_id": "python315-profiling-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.aarch64",
"product_id": "python315-tk-3.15.0~a1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-curses-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-dbm-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-idle-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-profiling-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-tk-3.15.0~a1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-3.15.0~a1-1.1.s390x",
"product_id": "python315-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.s390x",
"product_id": "python315-curses-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.s390x",
"product_id": "python315-dbm-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.s390x",
"product_id": "python315-idle-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.s390x",
"product_id": "python315-profiling-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.s390x",
"product_id": "python315-tk-3.15.0~a1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"product_id": "python315-x86-64-v3-3.15.0~a1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python315-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-3.15.0~a1-1.1.x86_64",
"product_id": "python315-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-curses-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-curses-3.15.0~a1-1.1.x86_64",
"product_id": "python315-curses-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-dbm-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-dbm-3.15.0~a1-1.1.x86_64",
"product_id": "python315-dbm-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-idle-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-idle-3.15.0~a1-1.1.x86_64",
"product_id": "python315-idle-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-profiling-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-profiling-3.15.0~a1-1.1.x86_64",
"product_id": "python315-profiling-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-tk-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-tk-3.15.0~a1-1.1.x86_64",
"product_id": "python315-tk-3.15.0~a1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"product": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"product_id": "python315-x86-64-v3-3.15.0~a1-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": "python315-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-curses-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-curses-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-dbm-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-dbm-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-idle-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-idle-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-profiling-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-profiling-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-tk-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-tk-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
},
"product_reference": "python315-x86-64-v3-3.15.0~a1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2011-3389",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-3389"
}
],
"notes": [
{
"category": "general",
"text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-3389",
"url": "https://www.suse.com/security/cve/CVE-2011-3389"
},
{
"category": "external",
"summary": "SUSE Bug 716002 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/716002"
},
{
"category": "external",
"summary": "SUSE Bug 719047 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/719047"
},
{
"category": "external",
"summary": "SUSE Bug 725167 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/725167"
},
{
"category": "external",
"summary": "SUSE Bug 726096 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/726096"
},
{
"category": "external",
"summary": "SUSE Bug 739248 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739248"
},
{
"category": "external",
"summary": "SUSE Bug 739256 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/739256"
},
{
"category": "external",
"summary": "SUSE Bug 742306 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/742306"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 759666 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/759666"
},
{
"category": "external",
"summary": "SUSE Bug 763598 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/763598"
},
{
"category": "external",
"summary": "SUSE Bug 814655 for CVE-2011-3389",
"url": "https://bugzilla.suse.com/814655"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-3389"
},
{
"cve": "CVE-2011-4944",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2011-4944"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2011-4944",
"url": "https://www.suse.com/security/cve/CVE-2011-4944"
},
{
"category": "external",
"summary": "SUSE Bug 754447 for CVE-2011-4944",
"url": "https://bugzilla.suse.com/754447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2011-4944"
},
{
"cve": "CVE-2012-0845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-0845"
}
],
"notes": [
{
"category": "general",
"text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-0845",
"url": "https://www.suse.com/security/cve/CVE-2012-0845"
},
{
"category": "external",
"summary": "SUSE Bug 747125 for CVE-2012-0845",
"url": "https://bugzilla.suse.com/747125"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-0845"
},
{
"cve": "CVE-2012-1150",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2012-1150"
}
],
"notes": [
{
"category": "general",
"text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2012-1150",
"url": "https://www.suse.com/security/cve/CVE-2012-1150"
},
{
"category": "external",
"summary": "SUSE Bug 751718 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/751718"
},
{
"category": "external",
"summary": "SUSE Bug 755383 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/755383"
},
{
"category": "external",
"summary": "SUSE Bug 826682 for CVE-2012-1150",
"url": "https://bugzilla.suse.com/826682"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2012-1150"
},
{
"cve": "CVE-2013-1752",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-1752"
}
],
"notes": [
{
"category": "general",
"text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-1752",
"url": "https://www.suse.com/security/cve/CVE-2013-1752"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-1752",
"url": "https://bugzilla.suse.com/912739"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-1752"
},
{
"cve": "CVE-2013-4238",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2013-4238"
}
],
"notes": [
{
"category": "general",
"text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2013-4238",
"url": "https://www.suse.com/security/cve/CVE-2013-4238"
},
{
"category": "external",
"summary": "SUSE Bug 834601 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/834601"
},
{
"category": "external",
"summary": "SUSE Bug 839107 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/839107"
},
{
"category": "external",
"summary": "SUSE Bug 882915 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/882915"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2013-4238",
"url": "https://bugzilla.suse.com/912739"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2013-4238"
},
{
"cve": "CVE-2014-2667",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-2667"
}
],
"notes": [
{
"category": "general",
"text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-2667",
"url": "https://www.suse.com/security/cve/CVE-2014-2667"
},
{
"category": "external",
"summary": "SUSE Bug 871152 for CVE-2014-2667",
"url": "https://bugzilla.suse.com/871152"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-2667"
},
{
"cve": "CVE-2014-4650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2014-4650"
}
],
"notes": [
{
"category": "general",
"text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2014-4650",
"url": "https://www.suse.com/security/cve/CVE-2014-4650"
},
{
"category": "external",
"summary": "SUSE Bug 856835 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856835"
},
{
"category": "external",
"summary": "SUSE Bug 856836 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/856836"
},
{
"category": "external",
"summary": "SUSE Bug 863741 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/863741"
},
{
"category": "external",
"summary": "SUSE Bug 885882 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/885882"
},
{
"category": "external",
"summary": "SUSE Bug 898572 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/898572"
},
{
"category": "external",
"summary": "SUSE Bug 912739 for CVE-2014-4650",
"url": "https://bugzilla.suse.com/912739"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2014-4650"
},
{
"cve": "CVE-2019-20907",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-20907"
}
],
"notes": [
{
"category": "general",
"text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-20907",
"url": "https://www.suse.com/security/cve/CVE-2019-20907"
},
{
"category": "external",
"summary": "SUSE Bug 1174091 for CVE-2019-20907",
"url": "https://bugzilla.suse.com/1174091"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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:N/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-20907"
},
{
"cve": "CVE-2019-5010",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5010"
}
],
"notes": [
{
"category": "general",
"text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5010",
"url": "https://www.suse.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "SUSE Bug 1122191 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1122191"
},
{
"category": "external",
"summary": "SUSE Bug 1126909 for CVE-2019-5010",
"url": "https://bugzilla.suse.com/1126909"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5010"
},
{
"cve": "CVE-2019-9947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-9947"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-9947",
"url": "https://www.suse.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "SUSE Bug 1130840 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1130840"
},
{
"category": "external",
"summary": "SUSE Bug 1136184 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1136184"
},
{
"category": "external",
"summary": "SUSE Bug 1155094 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1155094"
},
{
"category": "external",
"summary": "SUSE Bug 1201559 for CVE-2019-9947",
"url": "https://bugzilla.suse.com/1201559"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-9947"
},
{
"cve": "CVE-2020-10735",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-10735"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int(\"text\"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-10735",
"url": "https://www.suse.com/security/cve/CVE-2020-10735"
},
{
"category": "external",
"summary": "SUSE Bug 1203125 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1203125"
},
{
"category": "external",
"summary": "SUSE Bug 1204077 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204077"
},
{
"category": "external",
"summary": "SUSE Bug 1204096 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204096"
},
{
"category": "external",
"summary": "SUSE Bug 1204097 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1204097"
},
{
"category": "external",
"summary": "SUSE Bug 1205075 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1205075"
},
{
"category": "external",
"summary": "SUSE Bug 1208131 for CVE-2020-10735",
"url": "https://bugzilla.suse.com/1208131"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-10735"
},
{
"cve": "CVE-2020-15523",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15523"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.6 through 3.6.10, 3.7 through 3.7.8, 3.8 through 3.8.4rc1, and 3.9 through 3.9.0b4 on Windows, a Trojan horse python3.dll might be used in cases where CPython is embedded in a native application. This occurs because python3X.dll may use an invalid search path for python3.dll loading (after Py_SetPath has been used). NOTE: this issue CANNOT occur when using python.exe from a standard (non-embedded) Python installation on Windows.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15523",
"url": "https://www.suse.com/security/cve/CVE-2020-15523"
},
{
"category": "external",
"summary": "SUSE Bug 1173745 for CVE-2020-15523",
"url": "https://bugzilla.suse.com/1173745"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2020-15523"
},
{
"cve": "CVE-2020-15801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-15801"
}
],
"notes": [
{
"category": "general",
"text": "In Python 3.8.4, sys.path restrictions specified in a python38._pth file are ignored, allowing code to be loaded from arbitrary locations. The \u003cexecutable-name\u003e._pth file (e.g., the python._pth file) is not affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-15801",
"url": "https://www.suse.com/security/cve/CVE-2020-15801"
},
{
"category": "external",
"summary": "SUSE Bug 1174241 for CVE-2020-15801",
"url": "https://bugzilla.suse.com/1174241"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2020-15801"
},
{
"cve": "CVE-2020-8492",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8492"
}
],
"notes": [
{
"category": "general",
"text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8492",
"url": "https://www.suse.com/security/cve/CVE-2020-8492"
},
{
"category": "external",
"summary": "SUSE Bug 1162367 for CVE-2020-8492",
"url": "https://bugzilla.suse.com/1162367"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8492"
},
{
"cve": "CVE-2021-23336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-23336"
}
],
"notes": [
{
"category": "general",
"text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-23336",
"url": "https://www.suse.com/security/cve/CVE-2021-23336"
},
{
"category": "external",
"summary": "SUSE Bug 1182179 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182179"
},
{
"category": "external",
"summary": "SUSE Bug 1182379 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182379"
},
{
"category": "external",
"summary": "SUSE Bug 1182433 for CVE-2021-23336",
"url": "https://bugzilla.suse.com/1182433"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-23336"
},
{
"cve": "CVE-2021-3177",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3177"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3177",
"url": "https://www.suse.com/security/cve/CVE-2021-3177"
},
{
"category": "external",
"summary": "SUSE Bug 1181126 for CVE-2021-3177",
"url": "https://bugzilla.suse.com/1181126"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3177"
},
{
"cve": "CVE-2021-3426",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-3426"
}
],
"notes": [
{
"category": "general",
"text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-3426",
"url": "https://www.suse.com/security/cve/CVE-2021-3426"
},
{
"category": "external",
"summary": "SUSE Bug 1183374 for CVE-2021-3426",
"url": "https://bugzilla.suse.com/1183374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-3426"
},
{
"cve": "CVE-2022-25236",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-25236"
}
],
"notes": [
{
"category": "general",
"text": "xmlparse.c in Expat (aka libexpat) before 2.4.5 allows attackers to insert namespace-separator characters into namespace URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-25236",
"url": "https://www.suse.com/security/cve/CVE-2022-25236"
},
{
"category": "external",
"summary": "SUSE Bug 1196025 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196025"
},
{
"category": "external",
"summary": "SUSE Bug 1196784 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1196784"
},
{
"category": "external",
"summary": "SUSE Bug 1197217 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1197217"
},
{
"category": "external",
"summary": "SUSE Bug 1200038 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1200038"
},
{
"category": "external",
"summary": "SUSE Bug 1201735 for CVE-2022-25236",
"url": "https://bugzilla.suse.com/1201735"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-25236"
},
{
"cve": "CVE-2022-42919",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-42919"
}
],
"notes": [
{
"category": "general",
"text": "Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-42919",
"url": "https://www.suse.com/security/cve/CVE-2022-42919"
},
{
"category": "external",
"summary": "SUSE Bug 1204886 for CVE-2022-42919",
"url": "https://bugzilla.suse.com/1204886"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2022-42919"
},
{
"cve": "CVE-2022-45061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-45061"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-45061",
"url": "https://www.suse.com/security/cve/CVE-2022-45061"
},
{
"category": "external",
"summary": "SUSE Bug 1205244 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1205244"
},
{
"category": "external",
"summary": "SUSE Bug 1211488 for CVE-2022-45061",
"url": "https://bugzilla.suse.com/1211488"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-45061"
},
{
"cve": "CVE-2023-0286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-0286"
}
],
"notes": [
{
"category": "general",
"text": "There is a type confusion vulnerability relating to X.400 address processing\ninside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but\nthe public structure definition for GENERAL_NAME incorrectly specified the type\nof the x400Address field as ASN1_TYPE. This field is subsequently interpreted by\nthe OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an\nASN1_STRING.\n\nWhen CRL checking is enabled (i.e. the application sets the\nX509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass\narbitrary pointers to a memcmp call, enabling them to read memory contents or\nenact a denial of service. In most cases, the attack requires the attacker to\nprovide both the certificate chain and CRL, neither of which need to have a\nvalid signature. If the attacker only controls one of these inputs, the other\ninput must already contain an X.400 address as a CRL distribution point, which\nis uncommon. As such, this vulnerability is most likely to only affect\napplications which have implemented their own functionality for retrieving CRLs\nover a network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-0286",
"url": "https://www.suse.com/security/cve/CVE-2023-0286"
},
{
"category": "external",
"summary": "SUSE Bug 1207533 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207533"
},
{
"category": "external",
"summary": "SUSE Bug 1207569 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1207569"
},
{
"category": "external",
"summary": "SUSE Bug 1211136 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211136"
},
{
"category": "external",
"summary": "SUSE Bug 1211503 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1211503"
},
{
"category": "external",
"summary": "SUSE Bug 1213146 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1213146"
},
{
"category": "external",
"summary": "SUSE Bug 1214269 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1214269"
},
{
"category": "external",
"summary": "SUSE Bug 1218477 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218477"
},
{
"category": "external",
"summary": "SUSE Bug 1218967 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1218967"
},
{
"category": "external",
"summary": "SUSE Bug 1225677 for CVE-2023-0286",
"url": "https://bugzilla.suse.com/1225677"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-0286"
},
{
"cve": "CVE-2023-24329",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-24329"
}
],
"notes": [
{
"category": "general",
"text": "An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-24329",
"url": "https://www.suse.com/security/cve/CVE-2023-24329"
},
{
"category": "external",
"summary": "SUSE Bug 1208471 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1208471"
},
{
"category": "external",
"summary": "SUSE Bug 1213553 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213553"
},
{
"category": "external",
"summary": "SUSE Bug 1213554 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213554"
},
{
"category": "external",
"summary": "SUSE Bug 1213839 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1213839"
},
{
"category": "external",
"summary": "SUSE Bug 1225672 for CVE-2023-24329",
"url": "https://bugzilla.suse.com/1225672"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-24329"
},
{
"cve": "CVE-2023-2650",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-2650"
}
],
"notes": [
{
"category": "general",
"text": "Issue summary: Processing some specially crafted ASN.1 object identifiers or\ndata containing them may be very slow.\n\nImpact summary: Applications that use OBJ_obj2txt() directly, or use any of\nthe OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message\nsize limit may experience notable to very long delays when processing those\nmessages, which may lead to a Denial of Service.\n\nAn OBJECT IDENTIFIER is composed of a series of numbers - sub-identifiers -\nmost of which have no size limit. OBJ_obj2txt() may be used to translate\nan ASN.1 OBJECT IDENTIFIER given in DER encoding form (using the OpenSSL\ntype ASN1_OBJECT) to its canonical numeric text form, which are the\nsub-identifiers of the OBJECT IDENTIFIER in decimal form, separated by\nperiods.\n\nWhen one of the sub-identifiers in the OBJECT IDENTIFIER is very large\n(these are sizes that are seen as absurdly large, taking up tens or hundreds\nof KiBs), the translation to a decimal number in text may take a very long\ntime. The time complexity is O(n^2) with \u0027n\u0027 being the size of the\nsub-identifiers in bytes (*).\n\nWith OpenSSL 3.0, support to fetch cryptographic algorithms using names /\nidentifiers in string form was introduced. This includes using OBJECT\nIDENTIFIERs in canonical numeric text form as identifiers for fetching\nalgorithms.\n\nSuch OBJECT IDENTIFIERs may be received through the ASN.1 structure\nAlgorithmIdentifier, which is commonly used in multiple protocols to specify\nwhat cryptographic algorithm should be used to sign or verify, encrypt or\ndecrypt, or digest passed data.\n\nApplications that call OBJ_obj2txt() directly with untrusted data are\naffected, with any version of OpenSSL. If the use is for the mere purpose\nof display, the severity is considered low.\n\nIn OpenSSL 3.0 and newer, this affects the subsystems OCSP, PKCS7/SMIME,\nCMS, CMP/CRMF or TS. It also impacts anything that processes X.509\ncertificates, including simple things like verifying its signature.\n\nThe impact on TLS is relatively low, because all versions of OpenSSL have a\n100KiB limit on the peer\u0027s certificate chain. Additionally, this only\nimpacts clients, or servers that have explicitly enabled client\nauthentication.\n\nIn OpenSSL 1.1.1 and 1.0.2, this only affects displaying diverse objects,\nsuch as X.509 certificates. This is assumed to not happen in such a way\nthat it would cause a Denial of Service, so these versions are considered\nnot affected by this issue in such a way that it would be cause for concern,\nand the severity is therefore considered low.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-2650",
"url": "https://www.suse.com/security/cve/CVE-2023-2650"
},
{
"category": "external",
"summary": "SUSE Bug 1211430 for CVE-2023-2650",
"url": "https://bugzilla.suse.com/1211430"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-2650"
},
{
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-27043"
},
{
"cve": "CVE-2023-40217",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-40217"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won\u0027t initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-40217",
"url": "https://www.suse.com/security/cve/CVE-2023-40217"
},
{
"category": "external",
"summary": "SUSE Bug 1214692 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1214692"
},
{
"category": "external",
"summary": "SUSE Bug 1217524 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1217524"
},
{
"category": "external",
"summary": "SUSE Bug 1218319 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218319"
},
{
"category": "external",
"summary": "SUSE Bug 1218476 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218476"
},
{
"category": "external",
"summary": "SUSE Bug 1218965 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1218965"
},
{
"category": "external",
"summary": "SUSE Bug 1219472 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219472"
},
{
"category": "external",
"summary": "SUSE Bug 1219713 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1219713"
},
{
"category": "external",
"summary": "SUSE Bug 1221582 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1221582"
},
{
"category": "external",
"summary": "SUSE Bug 1224883 for CVE-2023-40217",
"url": "https://bugzilla.suse.com/1224883"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2023-40217"
},
{
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-52425"
},
{
"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\u0027re not using Windows or haven\u0027t changed the temporary directory location then you aren\u0027t 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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00: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\u0027t 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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2024-4032"
},
{
"cve": "CVE-2024-6232",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-6232"
}
],
"notes": [
{
"category": "general",
"text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-6232",
"url": "https://www.suse.com/security/cve/CVE-2024-6232"
},
{
"category": "external",
"summary": "SUSE Bug 1230227 for CVE-2024-6232",
"url": "https://bugzilla.suse.com/1230227"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-6232"
},
{
"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\u0027t 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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-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:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"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\u0027http.cookies\u0027 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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.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": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-8088"
},
{
"cve": "CVE-2025-0938",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-0938"
}
],
"notes": [
{
"category": "general",
"text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn\u0027t valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-0938",
"url": "https://www.suse.com/security/cve/CVE-2025-0938"
},
{
"category": "external",
"summary": "SUSE Bug 1236705 for CVE-2025-0938",
"url": "https://bugzilla.suse.com/1236705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-0938"
},
{
"cve": "CVE-2025-4435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4435"
}
],
"notes": [
{
"category": "general",
"text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4435",
"url": "https://www.suse.com/security/cve/CVE-2025-4435"
},
{
"category": "external",
"summary": "SUSE Bug 1244061 for CVE-2025-4435",
"url": "https://bugzilla.suse.com/1244061"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.2,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2025-4435"
},
{
"cve": "CVE-2025-4516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-4516"
}
],
"notes": [
{
"category": "general",
"text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-4516",
"url": "https://www.suse.com/security/cve/CVE-2025-4516"
},
{
"category": "external",
"summary": "SUSE Bug 1243273 for CVE-2025-4516",
"url": "https://bugzilla.suse.com/1243273"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-4516"
},
{
"cve": "CVE-2025-6069",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-6069"
}
],
"notes": [
{
"category": "general",
"text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-6069",
"url": "https://www.suse.com/security/cve/CVE-2025-6069"
},
{
"category": "external",
"summary": "SUSE Bug 1244705 for CVE-2025-6069",
"url": "https://bugzilla.suse.com/1244705"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-6069"
},
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
},
{
"cve": "CVE-2025-8291",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8291"
}
],
"notes": [
{
"category": "general",
"text": "The \u0027zipfile\u0027 module would not check the validity of the ZIP64 End of\nCentral Directory (EOCD) Locator record offset value would not be used to\nlocate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be\nassumed to be the previous record in the ZIP archive. This could be abused\nto create ZIP archives that are handled differently by the \u0027zipfile\u0027 module\ncompared to other ZIP implementations.\n\n\nRemediation maintains this behavior, but checks that the offset specified\nin the ZIP64 EOCD Locator record matches the expected value.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8291",
"url": "https://www.suse.com/security/cve/CVE-2025-8291"
},
{
"category": "external",
"summary": "SUSE Bug 1251305 for CVE-2025-8291",
"url": "https://bugzilla.suse.com/1251305"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-curses-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-dbm-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-idle-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-profiling-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-tk-3.15.0~a1-1.1.x86_64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.aarch64",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.ppc64le",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.s390x",
"openSUSE Tumbleweed:python315-x86-64-v3-3.15.0~a1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-07T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8291"
}
]
}
opensuse-su-2025:15404-1
Vulnerability from csaf_opensuse
Notes
{
"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.23-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python39-3.9.23-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15404",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15404-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python39-3.9.23-4.1 on GA media",
"tracking": {
"current_release_date": "2025-08-03T00:00:00Z",
"generator": {
"date": "2025-08-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15404-1",
"initial_release_date": "2025-08-03T00:00:00Z",
"revision_history": [
{
"date": "2025-08-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.23-4.1.aarch64",
"product": {
"name": "python39-3.9.23-4.1.aarch64",
"product_id": "python39-3.9.23-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-4.1.aarch64",
"product": {
"name": "python39-curses-3.9.23-4.1.aarch64",
"product_id": "python39-curses-3.9.23-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-4.1.aarch64",
"product": {
"name": "python39-dbm-3.9.23-4.1.aarch64",
"product_id": "python39-dbm-3.9.23-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-4.1.aarch64",
"product": {
"name": "python39-idle-3.9.23-4.1.aarch64",
"product_id": "python39-idle-3.9.23-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-4.1.aarch64",
"product": {
"name": "python39-tk-3.9.23-4.1.aarch64",
"product_id": "python39-tk-3.9.23-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.23-4.1.ppc64le",
"product": {
"name": "python39-3.9.23-4.1.ppc64le",
"product_id": "python39-3.9.23-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-4.1.ppc64le",
"product": {
"name": "python39-curses-3.9.23-4.1.ppc64le",
"product_id": "python39-curses-3.9.23-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-4.1.ppc64le",
"product": {
"name": "python39-dbm-3.9.23-4.1.ppc64le",
"product_id": "python39-dbm-3.9.23-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-4.1.ppc64le",
"product": {
"name": "python39-idle-3.9.23-4.1.ppc64le",
"product_id": "python39-idle-3.9.23-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-4.1.ppc64le",
"product": {
"name": "python39-tk-3.9.23-4.1.ppc64le",
"product_id": "python39-tk-3.9.23-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.23-4.1.s390x",
"product": {
"name": "python39-3.9.23-4.1.s390x",
"product_id": "python39-3.9.23-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-4.1.s390x",
"product": {
"name": "python39-curses-3.9.23-4.1.s390x",
"product_id": "python39-curses-3.9.23-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-4.1.s390x",
"product": {
"name": "python39-dbm-3.9.23-4.1.s390x",
"product_id": "python39-dbm-3.9.23-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-4.1.s390x",
"product": {
"name": "python39-idle-3.9.23-4.1.s390x",
"product_id": "python39-idle-3.9.23-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-4.1.s390x",
"product": {
"name": "python39-tk-3.9.23-4.1.s390x",
"product_id": "python39-tk-3.9.23-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python39-3.9.23-4.1.x86_64",
"product": {
"name": "python39-3.9.23-4.1.x86_64",
"product_id": "python39-3.9.23-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-curses-3.9.23-4.1.x86_64",
"product": {
"name": "python39-curses-3.9.23-4.1.x86_64",
"product_id": "python39-curses-3.9.23-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-dbm-3.9.23-4.1.x86_64",
"product": {
"name": "python39-dbm-3.9.23-4.1.x86_64",
"product_id": "python39-dbm-3.9.23-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-idle-3.9.23-4.1.x86_64",
"product": {
"name": "python39-idle-3.9.23-4.1.x86_64",
"product_id": "python39-idle-3.9.23-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python39-tk-3.9.23-4.1.x86_64",
"product": {
"name": "python39-tk-3.9.23-4.1.x86_64",
"product_id": "python39-tk-3.9.23-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.23-4.1.aarch64"
},
"product_reference": "python39-3.9.23-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.23-4.1.ppc64le"
},
"product_reference": "python39-3.9.23-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.23-4.1.s390x"
},
"product_reference": "python39-3.9.23-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-3.9.23-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-3.9.23-4.1.x86_64"
},
"product_reference": "python39-3.9.23-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.23-4.1.aarch64"
},
"product_reference": "python39-curses-3.9.23-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.23-4.1.ppc64le"
},
"product_reference": "python39-curses-3.9.23-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.23-4.1.s390x"
},
"product_reference": "python39-curses-3.9.23-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-curses-3.9.23-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-curses-3.9.23-4.1.x86_64"
},
"product_reference": "python39-curses-3.9.23-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.aarch64"
},
"product_reference": "python39-dbm-3.9.23-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.ppc64le"
},
"product_reference": "python39-dbm-3.9.23-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.s390x"
},
"product_reference": "python39-dbm-3.9.23-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-dbm-3.9.23-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.x86_64"
},
"product_reference": "python39-dbm-3.9.23-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.23-4.1.aarch64"
},
"product_reference": "python39-idle-3.9.23-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.23-4.1.ppc64le"
},
"product_reference": "python39-idle-3.9.23-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.23-4.1.s390x"
},
"product_reference": "python39-idle-3.9.23-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-idle-3.9.23-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-idle-3.9.23-4.1.x86_64"
},
"product_reference": "python39-idle-3.9.23-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.23-4.1.aarch64"
},
"product_reference": "python39-tk-3.9.23-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.23-4.1.ppc64le"
},
"product_reference": "python39-tk-3.9.23-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.23-4.1.s390x"
},
"product_reference": "python39-tk-3.9.23-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python39-tk-3.9.23-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python39-tk-3.9.23-4.1.x86_64"
},
"product_reference": "python39-tk-3.9.23-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python39-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python39-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-curses-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-dbm-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-idle-3.9.23-4.1.x86_64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.aarch64",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.ppc64le",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.s390x",
"openSUSE Tumbleweed:python39-tk-3.9.23-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
opensuse-su-2025:15403-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python314-3.14.0~rc1-2.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python314-3.14.0~rc1-2.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15403",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15403-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python314-3.14.0~rc1-2.1 on GA media",
"tracking": {
"current_release_date": "2025-08-03T00:00:00Z",
"generator": {
"date": "2025-08-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15403-1",
"initial_release_date": "2025-08-03T00:00:00Z",
"revision_history": [
{
"date": "2025-08-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-3.14.0~rc1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-curses-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-curses-3.14.0~rc1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-dbm-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-dbm-3.14.0~rc1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-idle-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-idle-3.14.0~rc1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-tk-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-tk-3.14.0~rc1-2.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"product": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"product_id": "python314-x86-64-v3-3.14.0~rc1-2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-3.14.0~rc1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-curses-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-curses-3.14.0~rc1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-dbm-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-dbm-3.14.0~rc1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-idle-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-idle-3.14.0~rc1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-tk-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-tk-3.14.0~rc1-2.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"product": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"product_id": "python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-3.14.0~rc1-2.1.s390x",
"product_id": "python314-3.14.0~rc1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-curses-3.14.0~rc1-2.1.s390x",
"product_id": "python314-curses-3.14.0~rc1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-dbm-3.14.0~rc1-2.1.s390x",
"product_id": "python314-dbm-3.14.0~rc1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-idle-3.14.0~rc1-2.1.s390x",
"product_id": "python314-idle-3.14.0~rc1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-tk-3.14.0~rc1-2.1.s390x",
"product_id": "python314-tk-3.14.0~rc1-2.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"product": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"product_id": "python314-x86-64-v3-3.14.0~rc1-2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python314-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-3.14.0~rc1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-curses-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-curses-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-curses-3.14.0~rc1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-dbm-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-dbm-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-dbm-3.14.0~rc1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-idle-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-idle-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-idle-3.14.0~rc1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-tk-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-tk-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-tk-3.14.0~rc1-2.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.x86_64",
"product": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.x86_64",
"product_id": "python314-x86-64-v3-3.14.0~rc1-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": "python314-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-curses-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-curses-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-curses-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-curses-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-curses-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-dbm-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-dbm-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-dbm-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-dbm-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-dbm-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-idle-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-idle-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-idle-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-idle-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-idle-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-tk-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-tk-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-tk-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-tk-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-tk-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.aarch64"
},
"product_reference": "python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le"
},
"product_reference": "python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.s390x"
},
"product_reference": "python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-x86-64-v3-3.14.0~rc1-2.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.x86_64"
},
"product_reference": "python314-x86-64-v3-3.14.0~rc1-2.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-curses-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-dbm-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-idle-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-tk-3.14.0~rc1-2.1.x86_64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.aarch64",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.ppc64le",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.s390x",
"openSUSE Tumbleweed:python314-x86-64-v3-3.14.0~rc1-2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
opensuse-su-2025:15402-1
Vulnerability from csaf_opensuse
Notes
{
"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.18-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python310-3.10.18-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15402",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15402-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python310-3.10.18-4.1 on GA media",
"tracking": {
"current_release_date": "2025-08-03T00:00:00Z",
"generator": {
"date": "2025-08-03T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15402-1",
"initial_release_date": "2025-08-03T00:00:00Z",
"revision_history": [
{
"date": "2025-08-03T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.18-4.1.aarch64",
"product": {
"name": "python310-3.10.18-4.1.aarch64",
"product_id": "python310-3.10.18-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.18-4.1.aarch64",
"product": {
"name": "python310-32bit-3.10.18-4.1.aarch64",
"product_id": "python310-32bit-3.10.18-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-4.1.aarch64",
"product": {
"name": "python310-curses-3.10.18-4.1.aarch64",
"product_id": "python310-curses-3.10.18-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-4.1.aarch64",
"product": {
"name": "python310-dbm-3.10.18-4.1.aarch64",
"product_id": "python310-dbm-3.10.18-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-4.1.aarch64",
"product": {
"name": "python310-idle-3.10.18-4.1.aarch64",
"product_id": "python310-idle-3.10.18-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-4.1.aarch64",
"product": {
"name": "python310-tk-3.10.18-4.1.aarch64",
"product_id": "python310-tk-3.10.18-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-3.10.18-4.1.ppc64le",
"product_id": "python310-3.10.18-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-32bit-3.10.18-4.1.ppc64le",
"product_id": "python310-32bit-3.10.18-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-curses-3.10.18-4.1.ppc64le",
"product_id": "python310-curses-3.10.18-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-dbm-3.10.18-4.1.ppc64le",
"product_id": "python310-dbm-3.10.18-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-idle-3.10.18-4.1.ppc64le",
"product_id": "python310-idle-3.10.18-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-4.1.ppc64le",
"product": {
"name": "python310-tk-3.10.18-4.1.ppc64le",
"product_id": "python310-tk-3.10.18-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.18-4.1.s390x",
"product": {
"name": "python310-3.10.18-4.1.s390x",
"product_id": "python310-3.10.18-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.18-4.1.s390x",
"product": {
"name": "python310-32bit-3.10.18-4.1.s390x",
"product_id": "python310-32bit-3.10.18-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-4.1.s390x",
"product": {
"name": "python310-curses-3.10.18-4.1.s390x",
"product_id": "python310-curses-3.10.18-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-4.1.s390x",
"product": {
"name": "python310-dbm-3.10.18-4.1.s390x",
"product_id": "python310-dbm-3.10.18-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-4.1.s390x",
"product": {
"name": "python310-idle-3.10.18-4.1.s390x",
"product_id": "python310-idle-3.10.18-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-4.1.s390x",
"product": {
"name": "python310-tk-3.10.18-4.1.s390x",
"product_id": "python310-tk-3.10.18-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python310-3.10.18-4.1.x86_64",
"product": {
"name": "python310-3.10.18-4.1.x86_64",
"product_id": "python310-3.10.18-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-32bit-3.10.18-4.1.x86_64",
"product": {
"name": "python310-32bit-3.10.18-4.1.x86_64",
"product_id": "python310-32bit-3.10.18-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-curses-3.10.18-4.1.x86_64",
"product": {
"name": "python310-curses-3.10.18-4.1.x86_64",
"product_id": "python310-curses-3.10.18-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-dbm-3.10.18-4.1.x86_64",
"product": {
"name": "python310-dbm-3.10.18-4.1.x86_64",
"product_id": "python310-dbm-3.10.18-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-idle-3.10.18-4.1.x86_64",
"product": {
"name": "python310-idle-3.10.18-4.1.x86_64",
"product_id": "python310-idle-3.10.18-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python310-tk-3.10.18-4.1.x86_64",
"product": {
"name": "python310-tk-3.10.18-4.1.x86_64",
"product_id": "python310-tk-3.10.18-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.18-4.1.aarch64"
},
"product_reference": "python310-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.18-4.1.s390x"
},
"product_reference": "python310-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-3.10.18-4.1.x86_64"
},
"product_reference": "python310-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.aarch64"
},
"product_reference": "python310-32bit-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-32bit-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.s390x"
},
"product_reference": "python310-32bit-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-32bit-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.x86_64"
},
"product_reference": "python310-32bit-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.18-4.1.aarch64"
},
"product_reference": "python310-curses-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-curses-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.18-4.1.s390x"
},
"product_reference": "python310-curses-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-curses-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-curses-3.10.18-4.1.x86_64"
},
"product_reference": "python310-curses-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.aarch64"
},
"product_reference": "python310-dbm-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-dbm-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.s390x"
},
"product_reference": "python310-dbm-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-dbm-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.x86_64"
},
"product_reference": "python310-dbm-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.18-4.1.aarch64"
},
"product_reference": "python310-idle-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-idle-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.18-4.1.s390x"
},
"product_reference": "python310-idle-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-idle-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-idle-3.10.18-4.1.x86_64"
},
"product_reference": "python310-idle-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.18-4.1.aarch64"
},
"product_reference": "python310-tk-3.10.18-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.18-4.1.ppc64le"
},
"product_reference": "python310-tk-3.10.18-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.18-4.1.s390x"
},
"product_reference": "python310-tk-3.10.18-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python310-tk-3.10.18-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python310-tk-3.10.18-4.1.x86_64"
},
"product_reference": "python310-tk-3.10.18-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python310-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python310-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-32bit-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-curses-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-dbm-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-idle-3.10.18-4.1.x86_64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.aarch64",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.ppc64le",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.s390x",
"openSUSE Tumbleweed:python310-tk-3.10.18-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-03T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
opensuse-su-2025:15407-1
Vulnerability from csaf_opensuse
Notes
{
"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.13-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-3.11.13-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15407",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15407-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python311-3.11.13-4.1 on GA media",
"tracking": {
"current_release_date": "2025-08-04T00:00:00Z",
"generator": {
"date": "2025-08-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15407-1",
"initial_release_date": "2025-08-04T00:00:00Z",
"revision_history": [
{
"date": "2025-08-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.13-4.1.aarch64",
"product": {
"name": "python311-3.11.13-4.1.aarch64",
"product_id": "python311-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-4.1.aarch64",
"product": {
"name": "python311-32bit-3.11.13-4.1.aarch64",
"product_id": "python311-32bit-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-4.1.aarch64",
"product": {
"name": "python311-curses-3.11.13-4.1.aarch64",
"product_id": "python311-curses-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-4.1.aarch64",
"product": {
"name": "python311-dbm-3.11.13-4.1.aarch64",
"product_id": "python311-dbm-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-4.1.aarch64",
"product": {
"name": "python311-idle-3.11.13-4.1.aarch64",
"product_id": "python311-idle-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-4.1.aarch64",
"product": {
"name": "python311-tk-3.11.13-4.1.aarch64",
"product_id": "python311-tk-3.11.13-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.13-4.1.aarch64",
"product": {
"name": "python311-x86-64-v3-3.11.13-4.1.aarch64",
"product_id": "python311-x86-64-v3-3.11.13-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-3.11.13-4.1.ppc64le",
"product_id": "python311-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-32bit-3.11.13-4.1.ppc64le",
"product_id": "python311-32bit-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-curses-3.11.13-4.1.ppc64le",
"product_id": "python311-curses-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-dbm-3.11.13-4.1.ppc64le",
"product_id": "python311-dbm-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-idle-3.11.13-4.1.ppc64le",
"product_id": "python311-idle-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-tk-3.11.13-4.1.ppc64le",
"product_id": "python311-tk-3.11.13-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.13-4.1.ppc64le",
"product": {
"name": "python311-x86-64-v3-3.11.13-4.1.ppc64le",
"product_id": "python311-x86-64-v3-3.11.13-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.13-4.1.s390x",
"product": {
"name": "python311-3.11.13-4.1.s390x",
"product_id": "python311-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-4.1.s390x",
"product": {
"name": "python311-32bit-3.11.13-4.1.s390x",
"product_id": "python311-32bit-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-4.1.s390x",
"product": {
"name": "python311-curses-3.11.13-4.1.s390x",
"product_id": "python311-curses-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-4.1.s390x",
"product": {
"name": "python311-dbm-3.11.13-4.1.s390x",
"product_id": "python311-dbm-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-4.1.s390x",
"product": {
"name": "python311-idle-3.11.13-4.1.s390x",
"product_id": "python311-idle-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-4.1.s390x",
"product": {
"name": "python311-tk-3.11.13-4.1.s390x",
"product_id": "python311-tk-3.11.13-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.13-4.1.s390x",
"product": {
"name": "python311-x86-64-v3-3.11.13-4.1.s390x",
"product_id": "python311-x86-64-v3-3.11.13-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-3.11.13-4.1.x86_64",
"product": {
"name": "python311-3.11.13-4.1.x86_64",
"product_id": "python311-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-32bit-3.11.13-4.1.x86_64",
"product": {
"name": "python311-32bit-3.11.13-4.1.x86_64",
"product_id": "python311-32bit-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-curses-3.11.13-4.1.x86_64",
"product": {
"name": "python311-curses-3.11.13-4.1.x86_64",
"product_id": "python311-curses-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-dbm-3.11.13-4.1.x86_64",
"product": {
"name": "python311-dbm-3.11.13-4.1.x86_64",
"product_id": "python311-dbm-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-idle-3.11.13-4.1.x86_64",
"product": {
"name": "python311-idle-3.11.13-4.1.x86_64",
"product_id": "python311-idle-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-tk-3.11.13-4.1.x86_64",
"product": {
"name": "python311-tk-3.11.13-4.1.x86_64",
"product_id": "python311-tk-3.11.13-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python311-x86-64-v3-3.11.13-4.1.x86_64",
"product": {
"name": "python311-x86-64-v3-3.11.13-4.1.x86_64",
"product_id": "python311-x86-64-v3-3.11.13-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.13-4.1.aarch64"
},
"product_reference": "python311-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.13-4.1.s390x"
},
"product_reference": "python311-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-3.11.13-4.1.x86_64"
},
"product_reference": "python311-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.aarch64"
},
"product_reference": "python311-32bit-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-32bit-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.s390x"
},
"product_reference": "python311-32bit-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-32bit-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.x86_64"
},
"product_reference": "python311-32bit-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.13-4.1.aarch64"
},
"product_reference": "python311-curses-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-curses-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.13-4.1.s390x"
},
"product_reference": "python311-curses-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-curses-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-curses-3.11.13-4.1.x86_64"
},
"product_reference": "python311-curses-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.aarch64"
},
"product_reference": "python311-dbm-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-dbm-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.s390x"
},
"product_reference": "python311-dbm-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-dbm-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.x86_64"
},
"product_reference": "python311-dbm-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.13-4.1.aarch64"
},
"product_reference": "python311-idle-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-idle-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.13-4.1.s390x"
},
"product_reference": "python311-idle-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-idle-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-idle-3.11.13-4.1.x86_64"
},
"product_reference": "python311-idle-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.13-4.1.aarch64"
},
"product_reference": "python311-tk-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-tk-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.13-4.1.s390x"
},
"product_reference": "python311-tk-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-tk-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-tk-3.11.13-4.1.x86_64"
},
"product_reference": "python311-tk-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.13-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.aarch64"
},
"product_reference": "python311-x86-64-v3-3.11.13-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.13-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.ppc64le"
},
"product_reference": "python311-x86-64-v3-3.11.13-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.13-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.s390x"
},
"product_reference": "python311-x86-64-v3-3.11.13-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-x86-64-v3-3.11.13-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.x86_64"
},
"product_reference": "python311-x86-64-v3-3.11.13-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"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.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-32bit-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-curses-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-dbm-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-idle-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-tk-3.11.13-4.1.x86_64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.aarch64",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.ppc64le",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.s390x",
"openSUSE Tumbleweed:python311-x86-64-v3-3.11.13-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
opensuse-su-2025:15409-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python313-3.13.5-4.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-3.13.5-4.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-15409",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15409-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8194 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8194/"
}
],
"title": "python313-3.13.5-4.1 on GA media",
"tracking": {
"current_release_date": "2025-08-04T00:00:00Z",
"generator": {
"date": "2025-08-04T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:15409-1",
"initial_release_date": "2025-08-04T00:00:00Z",
"revision_history": [
{
"date": "2025-08-04T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.5-4.1.aarch64",
"product": {
"name": "python313-3.13.5-4.1.aarch64",
"product_id": "python313-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-4.1.aarch64",
"product": {
"name": "python313-32bit-3.13.5-4.1.aarch64",
"product_id": "python313-32bit-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-4.1.aarch64",
"product": {
"name": "python313-curses-3.13.5-4.1.aarch64",
"product_id": "python313-curses-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-4.1.aarch64",
"product": {
"name": "python313-dbm-3.13.5-4.1.aarch64",
"product_id": "python313-dbm-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-4.1.aarch64",
"product": {
"name": "python313-idle-3.13.5-4.1.aarch64",
"product_id": "python313-idle-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-4.1.aarch64",
"product": {
"name": "python313-tk-3.13.5-4.1.aarch64",
"product_id": "python313-tk-3.13.5-4.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.5-4.1.aarch64",
"product": {
"name": "python313-x86-64-v3-3.13.5-4.1.aarch64",
"product_id": "python313-x86-64-v3-3.13.5-4.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-3.13.5-4.1.ppc64le",
"product_id": "python313-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-32bit-3.13.5-4.1.ppc64le",
"product_id": "python313-32bit-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-curses-3.13.5-4.1.ppc64le",
"product_id": "python313-curses-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-dbm-3.13.5-4.1.ppc64le",
"product_id": "python313-dbm-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-idle-3.13.5-4.1.ppc64le",
"product_id": "python313-idle-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-tk-3.13.5-4.1.ppc64le",
"product_id": "python313-tk-3.13.5-4.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.5-4.1.ppc64le",
"product": {
"name": "python313-x86-64-v3-3.13.5-4.1.ppc64le",
"product_id": "python313-x86-64-v3-3.13.5-4.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.5-4.1.s390x",
"product": {
"name": "python313-3.13.5-4.1.s390x",
"product_id": "python313-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-4.1.s390x",
"product": {
"name": "python313-32bit-3.13.5-4.1.s390x",
"product_id": "python313-32bit-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-4.1.s390x",
"product": {
"name": "python313-curses-3.13.5-4.1.s390x",
"product_id": "python313-curses-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-4.1.s390x",
"product": {
"name": "python313-dbm-3.13.5-4.1.s390x",
"product_id": "python313-dbm-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-4.1.s390x",
"product": {
"name": "python313-idle-3.13.5-4.1.s390x",
"product_id": "python313-idle-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-4.1.s390x",
"product": {
"name": "python313-tk-3.13.5-4.1.s390x",
"product_id": "python313-tk-3.13.5-4.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.5-4.1.s390x",
"product": {
"name": "python313-x86-64-v3-3.13.5-4.1.s390x",
"product_id": "python313-x86-64-v3-3.13.5-4.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-3.13.5-4.1.x86_64",
"product": {
"name": "python313-3.13.5-4.1.x86_64",
"product_id": "python313-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-32bit-3.13.5-4.1.x86_64",
"product": {
"name": "python313-32bit-3.13.5-4.1.x86_64",
"product_id": "python313-32bit-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-curses-3.13.5-4.1.x86_64",
"product": {
"name": "python313-curses-3.13.5-4.1.x86_64",
"product_id": "python313-curses-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-dbm-3.13.5-4.1.x86_64",
"product": {
"name": "python313-dbm-3.13.5-4.1.x86_64",
"product_id": "python313-dbm-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-idle-3.13.5-4.1.x86_64",
"product": {
"name": "python313-idle-3.13.5-4.1.x86_64",
"product_id": "python313-idle-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-tk-3.13.5-4.1.x86_64",
"product": {
"name": "python313-tk-3.13.5-4.1.x86_64",
"product_id": "python313-tk-3.13.5-4.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-x86-64-v3-3.13.5-4.1.x86_64",
"product": {
"name": "python313-x86-64-v3-3.13.5-4.1.x86_64",
"product_id": "python313-x86-64-v3-3.13.5-4.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.5-4.1.aarch64"
},
"product_reference": "python313-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.5-4.1.s390x"
},
"product_reference": "python313-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-3.13.5-4.1.x86_64"
},
"product_reference": "python313-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.aarch64"
},
"product_reference": "python313-32bit-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-32bit-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.s390x"
},
"product_reference": "python313-32bit-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-32bit-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.x86_64"
},
"product_reference": "python313-32bit-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.5-4.1.aarch64"
},
"product_reference": "python313-curses-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-curses-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.5-4.1.s390x"
},
"product_reference": "python313-curses-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-curses-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-curses-3.13.5-4.1.x86_64"
},
"product_reference": "python313-curses-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.aarch64"
},
"product_reference": "python313-dbm-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-dbm-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.s390x"
},
"product_reference": "python313-dbm-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-dbm-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.x86_64"
},
"product_reference": "python313-dbm-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.5-4.1.aarch64"
},
"product_reference": "python313-idle-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-idle-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.5-4.1.s390x"
},
"product_reference": "python313-idle-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-idle-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-idle-3.13.5-4.1.x86_64"
},
"product_reference": "python313-idle-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.5-4.1.aarch64"
},
"product_reference": "python313-tk-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-tk-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.5-4.1.s390x"
},
"product_reference": "python313-tk-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-tk-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-tk-3.13.5-4.1.x86_64"
},
"product_reference": "python313-tk-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.5-4.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.aarch64"
},
"product_reference": "python313-x86-64-v3-3.13.5-4.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.5-4.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.ppc64le"
},
"product_reference": "python313-x86-64-v3-3.13.5-4.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.5-4.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.s390x"
},
"product_reference": "python313-x86-64-v3-3.13.5-4.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-x86-64-v3-3.13.5-4.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.x86_64"
},
"product_reference": "python313-x86-64-v3-3.13.5-4.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8194"
}
],
"notes": [
{
"category": "general",
"text": "There is a defect in the CPython \"tarfile\" module affecting the \"TarFile\" extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \"tarfile\" module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8194",
"url": "https://www.suse.com/security/cve/CVE-2025-8194"
},
{
"category": "external",
"summary": "SUSE Bug 1247249 for CVE-2025-8194",
"url": "https://bugzilla.suse.com/1247249"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-32bit-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-curses-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-dbm-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-idle-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-tk-3.13.5-4.1.x86_64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.aarch64",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.ppc64le",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.s390x",
"openSUSE Tumbleweed:python313-x86-64-v3-3.13.5-4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-04T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-8194"
}
]
}
fkie_cve-2025-8194
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| cna@python.org | https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1 | ||
| cna@python.org | https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2 | ||
| cna@python.org | https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38 | ||
| cna@python.org | https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19 | ||
| cna@python.org | https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb | ||
| cna@python.org | https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f | ||
| cna@python.org | https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe | ||
| cna@python.org | https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227 | ||
| cna@python.org | https://github.com/python/cpython/issues/130577 | ||
| cna@python.org | https://github.com/python/cpython/pull/137027 | ||
| cna@python.org | https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/ | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/07/28/1 | ||
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2025/07/28/2 |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "There is a defect in the CPython \u201ctarfile\u201d module affecting the \u201cTarFile\u201d extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. \n\nThis vulnerability can be mitigated by including the following patch after importing the \u201ctarfile\u201d module:\u00a0 https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1"
},
{
"lang": "es",
"value": "Existe un defecto en el m\u00f3dulo \"tarfile\" de CPython que afecta a las API de extracci\u00f3n y enumeraci\u00f3n de entradas de \"TarFile\". La implementaci\u00f3n de tar procesaba archivos tar con desplazamientos negativos sin errores, lo que resultaba en un bucle infinito y un bloqueo durante el an\u00e1lisis de archivos tar manipulados con fines maliciosos. Esta vulnerabilidad se puede mitigar incluyendo el siguiente parche despu\u00e9s de importar el m\u00f3dulo \"tarfile\": import tarfile def _block_patched(self, count): if count \u0026lt; 0: # pragma: no cover raise tarfile.InvalidHeaderError(\"invalid offset\") return _block_patched._orig_block(self, count) _block_patched._orig_block = tarfile.TarInfo._block tarfile.TarInfo._block = _block_patched"
}
],
"id": "CVE-2025-8194",
"lastModified": "2025-11-04T22:16:44.687",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "cna@python.org",
"type": "Secondary"
}
]
},
"published": "2025-07-28T19:15:43.793",
"references": [
{
"source": "cna@python.org",
"url": "https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/57f5981d6260ed21266e0c26951b8564cc252bc2"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/b4ec17488eedec36d3c05fec127df71c0071f6cb"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/issues/130577"
},
{
"source": "cna@python.org",
"url": "https://github.com/python/cpython/pull/137027"
},
{
"source": "cna@python.org",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ZULLF3IZ726XP5EY7XJ7YIN3K5MDYR2D/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/07/28/2"
}
],
"sourceIdentifier": "cna@python.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-835"
}
],
"source": "cna@python.org",
"type": "Secondary"
}
]
}
msrc_cve-2025-8194
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8194 Tarfile infinite loop during parsing with negative member offset - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-8194.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Tarfile infinite loop during parsing with negative member offset",
"tracking": {
"current_release_date": "2025-09-04T02:31:30.000Z",
"generator": {
"date": "2025-10-20T03:36:12.160Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-8194",
"initial_release_date": "2025-07-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-09-04T02:31:30.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "cbl2 python3 3.9.19-14",
"product": {
"name": "cbl2 python3 3.9.19-14",
"product_id": "1"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python3 3.12.9-4",
"product": {
"name": "\u003cazl3 python3 3.12.9-4",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "azl3 python3 3.12.9-4",
"product": {
"name": "azl3 python3 3.12.9-4",
"product_id": "19968"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 python3 3.9.19-14",
"product": {
"name": "\u003ccbl2 python3 3.9.19-14",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "cbl2 python3 3.9.19-14",
"product": {
"name": "cbl2 python3 3.9.19-14",
"product_id": "19533"
}
}
],
"category": "product_name",
"name": "python3"
},
{
"category": "product_name",
"name": "azl3 tensorflow 2.16.1-9",
"product": {
"name": "azl3 tensorflow 2.16.1-9",
"product_id": "4"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python3 3.9.19-14 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 tensorflow 2.16.1-9 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python3 3.12.9-4 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python3 3.12.9-4 as a component of Azure Linux 3.0",
"product_id": "19968-17084"
},
"product_reference": "19968",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python3 3.9.19-14 as a component of CBL Mariner 2.0",
"product_id": "17086-3"
},
"product_reference": "3",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python3 3.9.19-14 as a component of CBL Mariner 2.0",
"product_id": "19533-17086"
},
"product_reference": "19533",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8194",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0026#39;Infinite Loop\u0026#39;)"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-4"
]
}
],
"notes": [
{
"category": "general",
"text": "PSF",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19968-17084",
"19533-17086"
],
"known_affected": [
"17086-1",
"17084-2",
"17086-3"
],
"known_not_affected": [
"17084-4"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-8194 Tarfile infinite loop during parsing with negative member offset - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-8194.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-04T02:31:30.000Z",
"details": "3.12.9-4:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-09-04T02:31:30.000Z",
"details": "3.9.19-15:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"temporalScore": 7.5,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"17086-1",
"17084-2",
"17086-3"
]
}
],
"title": "Tarfile infinite loop during parsing with negative member offset"
}
]
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.